
-----------------------------------
bryce199221
Fri Nov 25, 2016 10:24 pm

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:      * "Question Text: " followed by the question's text      * "Points: " followed by the points for the question      * "Correct Answer: " followed by the correct answer.       * The format for the correct answer will be:        *    a. True or false question: "True" or "False"      *    b. Multiple choice question: [ ] enclosing the answer (each entry separated by commas) and in      *       sorted order.       *    c. Fill in the blanks question: [ ] enclosing the answer (each entry separated by commas) and      *       in sorted order.       * @@param examId      * @@return "Exam not found" if exam not found, otherwise the key
