KEMBAR78
Random Quiz Maker in C Language Project Slide | PPTX
RANDOM QUIZ MAKER 
CSE 115 Group Project 
Group Members: 
1. Nasirul Islam (1420557042) 
2. Raiyad Raad (1331144642) 
3. Tanvir Islam (1421463042)
What it does? 
• Randomly display 10 multiple choice 
questions from question sets. 
• Request user to input the answer. 
• Shows the immediate result of an answer 
after the input. 
• If the answer is right, 10 mark will be counted. 
If the answer is wrong, no marks will be 
counted.
What it does? 
• Correct answer will be shown if wrong answer 
is given. 
• After 10 questions the final result will show 
up. 
• A graphical user interface will be shown after 
the display of result.
Special Features 
• Show random questions with multiple choice 
options. 
• Show the correct answer after every wrong 
input. 
• Graphical User Interface
Flowchart 
Begin 
Read and display multiple choice 
questions from file
Input Answer 
Condition 
Display ** 
Correct Answer 
** if input is 
right 
Display * 
Wrong! * and 
display the 
correct answer 
Display Total 
Marks
• Display Graphical 
Interface 
END

Random Quiz Maker in C Language Project Slide

  • 1.
    RANDOM QUIZ MAKER CSE 115 Group Project Group Members: 1. Nasirul Islam (1420557042) 2. Raiyad Raad (1331144642) 3. Tanvir Islam (1421463042)
  • 2.
    What it does? • Randomly display 10 multiple choice questions from question sets. • Request user to input the answer. • Shows the immediate result of an answer after the input. • If the answer is right, 10 mark will be counted. If the answer is wrong, no marks will be counted.
  • 3.
    What it does? • Correct answer will be shown if wrong answer is given. • After 10 questions the final result will show up. • A graphical user interface will be shown after the display of result.
  • 4.
    Special Features •Show random questions with multiple choice options. • Show the correct answer after every wrong input. • Graphical User Interface
  • 5.
    Flowchart Begin Readand display multiple choice questions from file
  • 6.
    Input Answer Condition Display ** Correct Answer ** if input is right Display * Wrong! * and display the correct answer Display Total Marks
  • 7.
    • Display Graphical Interface END