UNPKG

react-interactive-quiz-component

Version:

Simple Interactive Quiz component

23 lines (18 loc) 730 B
# Simple Interactive Quiz component* ## npm install react-interactive-quiz-component ## Add bootstrap, jquery (scripts, css) in index.html ## **Start Quiz** ``` <PlayQuiz quiz={[ { "topic":"English", "question_Info": "", "question": "Which of the following is correct - Select Using Punctuation", "choices": { "answer": "May 11,2014", "options": ["April 9 2001", "June,10 2011", "august 5 2015", "May 11,2014"], "answer_explain": "" } } }]} doContact={{email:"test@test.com"}} /> ```