Need c++ program to create a exam
Hi
What I want to do is create in c++ a true/false
Including a percentage of each true or false
Statement type of exam.
Example two questions
Answer true or false and indicate what percent from 1 100 fits your reply.
1. True, false, 40% "question" You like hot days
2 true, false, 40% "question” You never watch TV.
So it will be 5 categories 5 question each and at the end of the test I want the average of the Percentages -100 to -0 to reflect the wrong answer and 0 to 100 to fit the right answer as the final result of the test to reflect the score "example"
Your scores are for each of the 5 categories are category 1 +20% and -40%, and the same the other categories.
Is there a program out there like that?
Are there any exams codes out there I could model off?
I have windows 2000 and I guess I could use Microsoft visual c++ express edition it’s free. But I’m open to any other c++ compiler you recommend.
Thank you for your time and response
Tom