Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.38 KB

Multiple Choice

How to run?

To test this solution, you can visit https://kentgrigo.github.io/Multiple-Choice

or you can open /index.html.

What is this?

This is a service that can help you to test yourself on a multiple-choice test.

There are two modes:

  • Exam
  • Infinite

Mode: Exam

In exam mode, you have 75 minutes to answer 80 questions (or all if there are less than 80 questions).

You will not get any results before you finish the test. You can jump in the questions and change your answer as many times as you like.

When you finish the test, you will get an overview of all your answers with highlights on the correctness.

Mode: Infinite

In infinite mode, you have 75 minutes to answer as many questions as possible with a running score.

When you answer a question, you will immediately see what the correct answer is. The questions will be repeated over time so you have the possibility to redeem yourself if you get a question wrong.

How to make new questions?

There are some sample questions in questions.json.

If you want to test yourself on other questions, add the new questions directly to questions.json then the service will automatically load the questions.

Notes

The timer is not a "hard" timer, meaning that you can continue even though the timer runs out because that will give you the possibility to control your learning environment as you please.