Scenario 3

The State has asked you to develop a standardized test as part of a new educational initiative. The test has 250 multiple-choice questions. If test-takers get a question right, they get a point. If they get a question wrong, they lose a 1/4 point. And if they skip a question, they get 0 points.

Complete the following code:

  1. Set the minimum score:
    SetValue("cmi.score. ", " ");
  2. Set the maximum score:
    SetValue("cmi.score. ", " ");
Click Submit after you complete exercises 4-5.