Hello every one,
I think I need help with this assignemnt...I don't understand how to use the hashtable. I will write the detail here.
It is a electronic
testing system . following is detail.
With the system , management staff need to be able to allow the entry / update and store potential questions and answers where questions can be "True/False"," Multiple choice (one choice)", "Multiple choice(multiple answers)"...the system has to allow staff to set up tests where each test will achieve a particular certificate...the test itself will have a set number of questions that will be taken from potential questions specified for that test.
The system needs to allow staff to update /entry...etc the details of student who will do the test...the system also needs to allow the staff to define which student will be doing what test and when.
Above is about the test ...the following is about the student who sit for the test ...The system needs to ask student to login using user name and password and choose which test to do
RUN THE TEST.
-Choose a set number of questions at random from the available questions
-ask each question in turn and record the answer chosen
-Keep track with time...when the time up ...end the test
- evaluate the answer against the stored answers and provide a mark and pass , fail...to students...
I have created all the classes...including :
- Student,
- Certificate,
- Test,
- Training (forgot to tell that before student can do the test , they have to do some training first)
- Shedules(Don't know how to link to Test and student class)
How would I create the relationship between Test, Schedule and test ...and how would I create Questions/Answer class which should be the super class of The 3 type of questions / answers ???
CAn anyone please help ...I will give 50% of my mark to the person who help PLUS and big cap of
coffee...
I am quite dump in programing...but I am very good in making coffee.
Thank you .
Mook