Cosc 1436 lab #8 flowchart

Quiz Grader

COSC 1436 Lab #8 Flowchart

For this assignment, you will write a program that grades an online quiz. The program asks the student to enter his/her answer to 10 multiple-choice questions. The program stores the student’s responses in an array and then compares those responses to the correct answers to determine the student’s grade. 

The correct answers are: 

 

1 2 3 4 5 6 7 8 9 10

B C A D B A D C A B

Your program must use this main procedure. You must implement the inputAnswers and

numCorrect procedures and test the program to make sure it works correctly.

For this program both correctAnswers and given are arrays of characters. 

Note that given is an out parameter to  inputAnswers, and numRight is an out

parameter to numCorrect.

Raptor makes this a little tricky because even if a user enters a single character as input, Raptor

considers it a string instead of a character. To convert an input string to a character, I

recommend this procedure.

 

Hints

You will need to create two procedures for this assignment. You do that in the same way you

did for Lab #6. If you have forgotten, review the video in lesson #6.

Lesson #7 has an example of inputting values into an array, and looping through those values.

You will perform similar actions for this assignment.  

Sample Output (input in BOLD)

Please enter your answer for question #1  B

Please enter your answer for question #2  B

Please enter your answer for question #3  A

Please enter your answer for question #4  D

Please enter your answer for question #5  B

Please enter your answer for question #6  C

Please enter your answer for question #7  D

Please enter your answer for question #8  C

Please enter your answer for question #9  A

Please enter your answer for question #10 B

 

Your quiz grade is 80%

 

Extra Credit (10 Points)

For extra credit, modify your program so that it adds an extra line after the quiz grade that

displays which question numbers the student got wrong. It could look like this:

 

You answered the following questions incorrectly:  2  6

 

You may either include the extra credit in your initial submission, or in an additional

submission.

 

Lab 08 C++

 

 

Using the flowchart for Lab #08 as a guide, write a C++ program that does the same

thing. Your C++ program must also use two procedures (called functions in C++) to input

the student responses and to determine how many answers were correct.

 

Remember Raptor arrays start at 1, but C++ arrays start at 0.

 

Here is what the function header for inputAnswers should look like;

 

 void inputAnswers(char given[ ] )

 

The numRight function should return an int.

 

There is no extra credit for the C++ version of this assignment, but you may, if you wish,

submit a program which is the C++ equivalent of the extra credit version of the Lab 08

Flowchart.

 

Test your program to make sure it works properly, and then upload just the C++ code in

the TurnItIn assignment.

 

 

 

 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more