Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- saveExam(Exam) - Method in class SolvishR.ExamSaver
-
Saves exam results to the exam history file.
- setQuestions(List<Question>) - Method in class SolvishR.Exam
-
Sets the list of questions for the exam.
- show() - Method in class SolvishR.AdditionQuestion
-
Displays the addition question.
- show() - Method in class SolvishR.DivisionQuestion
-
Displays the division question.
- show() - Method in class SolvishR.MultiplicationQuestion
-
Displays the multiplication question.
- show() - Method in class SolvishR.Question
-
Abstract method to display the question.
- show() - Method in class SolvishR.SubtractionQuestion
-
Displays the subtraction question.
- showFeatureChoice() - Method in class SolvishR.FeatureFactory
-
Displays the available features and prompts the user to choose an action.
- showHistory() - Method in class SolvishR.ExamSaver
-
Shows the exam history by reading and displaying data from the exam history file.
- showResults() - Method in class SolvishR.Exam
-
Displays the results of the exam, including the number of correct, incorrect, and unanswered questions, and the score.
- SolvishR - package SolvishR
- SubtractionQuestion - Class in SolvishR
-
Represents a question related to subtraction.
- SubtractionQuestion() - Constructor for class SolvishR.SubtractionQuestion
-
Constructs a random subtraction question with numbers generated between 10 and 10000 (inclusive).
- SubtractionQuestion(double, double) - Constructor for class SolvishR.SubtractionQuestion
-
Constructs a subtraction question with specified numbers.
All Classes and Interfaces|All Packages|Constant Field Values