Designing a simple, multiple choice subject matter test. (Level II)

Developing a simple geography test with objective questions.

  1. Start a new project with the name geography.
  2. On separate pages for each state (name the pages with the state name), create the following multiple choice questions: (The asterisk * marks the correct answer and should not be part of the response set.)
  3. The capital of Alabama is ...

    A. Birmingham

    B. Huntsville

    C. Mobile

    D. Montgomery *

    The capital of California is ...

    A. Los Angeles

    B. Sacramento *

    C. San Diego

    D. San Francisco

    The capital of Florida is ...

    A. Hialeah

    B. Miami

    C. Saint Petersburg

    D. Tallahassee*

    The capital of Hawaii is ...

    A. Hilo

    B. Honolulu*

    C. Kaneohe

    D. Pearl City

  4. On another separate page, create the multiple choice question:
  5. The city in the United States with the largest population is …

    A. New York, NY *

    B. Chicago, IL

    C. Houston, TX

    D. Philadelphia, PA

    E. Los Angeles, CA

  6. Create a page (name it score) with the following questions as Write-in number questions. For each question use the listed Field Name. These reserved field names are case sensitive.
  7. Question

    Field Name

    Right Answers

    ScoreRight

    Wrong Answers

    ScoreWrong

    Blank Answers

    ScoreBlank

    Total Score

    ScoreTotal

  8. Also put a Case question on the score page. This will automatically assign a case number to each record. You will use it to get a list of names and scores.
  9. Create an introduction page with a Write-in name question.
  10. Create an end page (Don’t forget the Save button.) On the end page include the plain text "You answered {ScoreRight} questions correctly and {ScoreWrong} incorrectly and left {ScoreBlank} blank. Your toal point score is {ScoreTotal}." ; Notice that the brackets are curly brackets {} and pay attention to the cases of the letters in ScoreRight, ScoreWrong, ScoreBlank and ScoreTotal.
  11. Rearrange pages so that the Score page comes after the end page.
  12. Now for each question, select Question | Right answer/Response help and select the right answer in the listbox in the upper left-hand corner. Select a right answer for each of your questions.
  13. Notice that you can set separate values for the right, wrong, and blank answers. The default is Right = 1, Wrong = 0 and Blank = 0. Negative numbers are possible You could change the values, for example, to Right = 1,Wrong = -1, and Blank = 0.
  14. Set values for each of the question. You might use the defaults for the questions about capital cities but give 3 points to the question about the largest city.
  15. Enter some data in your form to see how it works. Do three or four cases and enter some wrong and some blank answers. As you enter the data the score will be automatically calculated and appear on the score page. They will also appear in place of the field names in the curly brackets of, "You answered {ScoreRight} questions correctly and {ScoreWrong} incorrectly and left {ScoreBlank} blank. Your toal point score is {ScoreTotal}."
  16. To see a summary of scores, select Analysis. You can get a class roster of names, scores, and percents by a cross tabulation of Case (in the Crosstab box) with name, ScoreRight, ScoreWrong, ScoreBlank and ScoreTotal (in the Mark box.). Be sure to list the name first in the Mark box or you will get gibberish when you select Table to get the list.