$display_correct_answers = "yes"; $display_detailed_results = "yes"; $number_of_results_to_display = "5"; $answer_file = "multiple_choice.answers"; $results_database = "./Results/results.data"; $title = "Selena Sol's Multiple Choice Example Results"; $url_of_this_script = "multiple_choice.cgi"; $lock_file = "multiple_choice.lock"; $location_of_cgi_lib = "./cgi-lib.pl"; $location_of_cgi_sol = "./cgi-lib.sol"; sub grading_scale { print<

The Grading Scale
Number of
Answers Correct
Grade
3 A
2 B
1 C
0 D
end_of_scale }