Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kshitizmittal's avatar

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.

0 likes
2 replies
automica's avatar

@kshitizmittal is this a homework assignment or question for a job application you are crowd sourcing the answer for?

6 likes
kshitizmittal's avatar

Not exactly, but I thought putting this directly can get me quick help.

Please or to participate in this conversation.