Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- getCorrect() - Method in class SolvishR.Exam
-
Gets the number of correct answers in the exam.
- getCorrectAnswer() - Method in class SolvishR.Question
-
Gets the correct answer as a string.
- getExam() - Method in class SolvishR.ExamFactory
-
Gets a non-timed exam with an empty list of questions.
- getExam(int) - Method in class SolvishR.ExamFactory
-
Gets a timed exam with a specified time limit and an empty list of questions.
- getExamChoice() - Method in class SolvishR.ExamFactory
-
Interactively gets user preferences for exam types and questions, then creates and returns the corresponding exam.
- getGivenAnswer() - Method in class SolvishR.Question
-
Gets the given answer as a string.
- getIncorrect() - Method in class SolvishR.Exam
-
Gets the number of incorrect answers in the exam.
- getInstance() - Static method in class SolvishR.ExamFactory
-
Gets the singleton instance of the SolvishR.ExamFactory.
- getInstance() - Static method in class SolvishR.ExamSaver
-
Gets the singleton instance of the SolvishR.ExamSaver.
- getInstance() - Static method in class SolvishR.FeatureFactory
-
Gets the singleton instance of the SolvishR.FeatureFactory.
- getInstance() - Static method in class SolvishR.QuestionFactory
-
Gets the singleton instance of the SolvishR.QuestionFactory.
- getQuestion(String) - Method in class SolvishR.QuestionFactory
-
Gets a specific type of question based on the provided question type.
- getQuestionChoice() - Method in class SolvishR.QuestionFactory
-
Interactively gets user preferences for question types and quantity.
- getScore() - Method in class SolvishR.Exam
-
Calculates the exam score based on correct and incorrect answers.
- getUnanswered() - Method in class SolvishR.Exam
-
Gets the number of unanswered questions in the exam.
All Classes and Interfaces|All Packages|Constant Field Values