This is an interactive quiz application in C++ and can be used to conduct small quizzes in schools & colleges. The results are displayed as soon as the quiz is over.
This is an Interactive Quiz Application.
First, the teacher has to fill in the questions in the questions.txt file in the following format:
Question;A. OptionA, B. OptionB, C. OptionC, D. OptionD;Correct Option;Marks for the question
Once all the questions are ready in the text file, the quiz candidate can simply run the C++ Quiz file and the questions are displayed one by one to them. They can answer the question by choosing the appropriate Option A,B,C,D. Once all the questions have been answered the final results are given out instantly.
Submitted by Gaurav Sawant (GauravSawant)
Download packets of source code on Coders Packet
Comments