Computer Science Canada

creating my online test using maps data stucture in java

Author:  bryce199221 [ Fri Nov 25, 2016 10:24 pm ]
Post subject:  creating my online test using maps data stucture in java

here the method signature
public String getKey(int examId);

Returns a string with the following information per question:<br /> * "Question Text: " followed by the question's text<br /> * "Points: " followed by the points for the question<br /> * "Correct Answer: " followed by the correct answer. <br /> * The format for the correct answer will be: <br /> * a. True or false question: "True" or "False"<br /> * b. Multiple choice question: [ ] enclosing the answer (each entry separated by commas) and in * sorted order. <br /> * c. Fill in the blanks question: [ ] enclosing the answer (each entry separated by commas) and * in sorted order. <br /> * @@param examId * @@return "Exam not found" if exam not found, otherwise the key


: