DEV Community

Discussion on: Build a Quiz REST API with NodeJS

Collapse
 
rahulmishra117 profile image
Rahul Mishra

If I want to add any Link inside the Quiz option then How can I add it.

Collapse
 
raymag profile image
Carlos Magno

You mean a link inside the alternatives text? If so, you could add a new field for the links, or use something similar to markdown. Using markdown, you could properly render the link in the text in the front-end.