This repository was archived by the owner on Aug 24, 2019. It is now read-only.
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
Create Question component #12
Open
Description
The Question component will display the question.
An example:
Complétez le code suivant :
<div id="COMPLETE"></div>
It will accept properties:
question
: a string in markdown
You will have to display markdown using react-markdown and prism for syntax coloration.