Random Quiz Maker in C Language Project Slide

7
RANDOM QUIZ MAKER CSE 115 Group Project Group Members: 1. Nasirul Islam (1420557042) 2. Raiyad Raad (1331144642) 3. Tanvir Islam (1421463042)

Transcript of Random Quiz Maker in C Language Project Slide

Page 1: Random Quiz Maker in C Language Project Slide

RANDOM QUIZ MAKER

CSE 115 Group ProjectGroup Members:

1. Nasirul Islam (1420557042)2. Raiyad Raad (1331144642)3. Tanvir Islam (1421463042)

Page 2: Random Quiz Maker in C Language Project Slide

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.

Page 3: Random Quiz Maker in C Language Project Slide

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.

Page 4: Random Quiz Maker in C Language Project Slide

Special Features

• Show random questions with multiple choice options.

• Show the correct answer after every wrong input.

• Graphical User Interface

Page 5: Random Quiz Maker in C Language Project Slide

Flowchart

Begin

Read and display multiple choice questions from file

Page 6: Random Quiz Maker in C Language Project Slide

Input Answer

ConditionDisplay **

Correct Answer ** if input is

right

Display * Wrong! * and

display the correct answer

Display Total Marks

Page 7: Random Quiz Maker in C Language Project Slide

END

• Display Graphical Interface