Page 1 of 1

QUESTION1 (ReactJS) [20 MARKS] Assessment Template Yo

Posted: Tue Sep 07, 2021 7:08 am
by answerhappygod
QUESTION1
(ReactJS)


[20 MARKS]

Assessment Template
You have been tasked to create an assessment template for a
recruitment agency. The company has provided you with a
list of questions with their corresponding options and correct
answer(s). To resolve the given task, following the below
criteria:

• Create a JSON file that contains all the list of questions with
their corresponding
options and correct answers.
• Load questions from the JSON file to a page randomly to a maximum
of 10 questions.
Please note that the question must be picked randomly from the JSON
file.
• For each question, allow a maximum of 3 attempts. Afterwards,
grey out the
corresponding options. That is, no user is allowed to make any
selection after the try.
Accepts the third-round selection as the final answer to the
respective question.
• Grade the assessment on a scale of 100 and return the final
result.