- SAQuestion - Class in questiondb
-
Question type corresponding with a short answer question
The student's answer will be compared with a list of
correct keywords, the order of the keywords does not
matter for this question.
- SAQuestion() - Constructor for class questiondb.SAQuestion
-
- scriptPath - Variable in class questiondb.CodeQuestion
-
The path to where the script to check student answers
against is stored
- search(String) - Method in class questiondb.QuestionDatabank
-
search uses the String keyword to find any questions that match keyword.
- selected - Variable in class questiondb.QuestionEntry
-
- selectStudent(Student) - Method in class grader.Grader
-
- setAnswerFile(int, String) - Method in class testdb.TestTaking
-
Method sets the answer for a mutiple choice question.
- setAnswerFill(int, String) - Method in class testdb.TestTaking
-
Method sets the answer for a mutiple choice question.
- setAnswerMC(int, Collection<Integer>) - Method in class testdb.TestTaking
-
Method sets the answer for a mutiple choice question.
- setPermission(Person) - Method in class userdb.PermissionSettings
-
- Settings - Class in userdb
-
This class displays the settings for a particular test.
- Settings() - Constructor for class userdb.Settings
-
- sortState - Variable in class questiondb.Category
-
- start - Variable in class userdb.Settings
-
- student - package student
-
- student - Variable in class student.StudentAnswers
-
- Student - Class in userdb
-
Class defines a student
permission level of a student is set as 1
- Student() - Constructor for class userdb.Student
-
- studentAnswer - Variable in class student.TakeTest
-
- studentAnswers - Variable in class student.AnswerDB
-
- StudentAnswers - Class in student
-
StudentAnswers is a class designed to store a collection of answers
linked to the appropriate test and student
answers is the collection of answers submitted by the student
student is the student who submitted the answers
test is the test for which the answers are for
- StudentAnswers() - Constructor for class student.StudentAnswers
-
- StudentDB - Class in userdb
-
StudentDB is the class that manages the database of students
students is the collection of students that the class modifies
- StudentDB() - Constructor for class userdb.StudentDB
-
- students - Variable in class courses.Course
-
- students - Variable in class userdb.StudentDB
-
- submitAnswer(Answer) - Method in class student.TakeTest
-
Submits the selected or inputed answer to the currently selected
question.
- submitTest(StudentAnswers) - Method in class student.TakeTest
-
Submits the StudentAnswers to be graded.
- submitTest() - Method in class testdb.TestTaking
-
Method sets the answer for a mutiple choice question.