@kshitizmittal is this a homework assignment or question for a job application you are crowd sourcing the answer for?
Sample Quiz Website
candidates have to create a demo MCQ website, using PHP language
and can use php framework( preferred laravel/ codeigniter).
use of any other UI template of stuff will be fine.
There should be two kinds of the Users into the system. Admin & Guest.
Guests will only visit the created portal and apper for MCQ Test.
Admin can view all the candidates applied for the test. The page which displays all the candidates score should have pagination. The page should contain filters such as Search with name option , sorting on the column of score.
The question and answer should be fetched using the API provided. Below https://opentdb.com/api.php?amount=10
Store the all answers given by the candidate and after all questions are done display the score to the candidate.
Can someone help me finding this sample code.
Please or to participate in this conversation.