Package SolvishR
package SolvishR
-
ClassesClassDescriptionRepresents a question related to addition.Represents a question related to division.The abstract SolvishR.Exam class represents a generic exam consisting of a list of questions.The SolvishR.ExamFactory class is responsible for creating instances of different types of exams.The SolvishR.ExamSaver class is responsible for saving exam results, showing exam history, and deleting exam history records.The SolvishR.FeatureFactory class is responsible for providing user options related to exam features, such as displaying exam history, starting a new exam, or deleting exam history records.Represents a question related to multiplication.The SolvishR.NonTimedExam class represents a non-timed exam, extending the abstract SolvishR.Exam class.The base class for representing a question.The SolvishR.QuestionFactory class is responsible for creating instances of different types of questions.Represents a question related to subtraction.The SolvishR.TimedExam class represents a timed exam, extending the abstract SolvishR.Exam class.