0% found this document useful (0 votes)
21 views2 pages

Assignment - 2: Course Title: Programming Fundamental Class Id: 101045/101046

This document provides instructions for a programming assignment involving creating a quiz application in C# Windows Forms. Students must [1] Create a form for student registration with ID, name, and department fields. [2] Create a student login form with ID and name fields. [3] Create a form to select a course to take a quiz on, which will load quiz questions for that course. [4] The quiz form should contain 10 multiple choice questions with 3 options each for the selected course. [5] A final results form should display the student's selected answers in a listbox. The assignment is due by March 29th, 2019.

Uploaded by

Minhal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Assignment - 2: Course Title: Programming Fundamental Class Id: 101045/101046

This document provides instructions for a programming assignment involving creating a quiz application in C# Windows Forms. Students must [1] Create a form for student registration with ID, name, and department fields. [2] Create a student login form with ID and name fields. [3] Create a form to select a course to take a quiz on, which will load quiz questions for that course. [4] The quiz form should contain 10 multiple choice questions with 3 options each for the selected course. [5] A final results form should display the student's selected answers in a listbox. The assignment is due by March 29th, 2019.

Uploaded by

Minhal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment – 2

Course Title: Programming Fundamental

Class Id: 101045/101046

Due Date: 29 Of March, 2019 [till 11:49 PM]

Instruction:

Read Given Instruction Carefully.

 Do not copy from others; in case of copied assignment it will mark ZERO.
 Submission format: A word Document Contain c# code and Forms Screen Shot.
 Word documents name Format [YOUR NAME (YOUR STUDENT ID)].
 Assignment Submission on “EDMODO CLASS”.[Use Turn In Option For Submit]

Scenario: Quiz Application

Description: you are required to create a windows form application. Which contains following features?

1. Student registration [form 1] [ 5points]

 Student id

 Student name

 Student department [cocis, coms]

2. Student login [form 2] [5 points]

 Student id

 Student name

3. Course Selection for getting quiz question related to that course [form 3] [5 points]

e.g.: your can take courses names using labels .on each single label you have to open a FORM which
contains quiz mcqs[read step 4]

4. Quiz form, which contains question and its 3 options [form 4] [5points]
Mehak Riaz Khan Page 1
10 mcqs for each course, 3 option for each mcq.

5. After selection all quiz question’s correct answers. [5points]

6. Last form will open on button click which contains all your selected option in listbox [5points]

Platform: windows form application

Controls: use all those windows form controls, we have discussed yet!

Mehak Riaz Khan Page 2

You might also like