- released - Variable in class student.TestOverview
-
- ReleaseOptions - Class in grader
-
The ReleaseOptions class is meant to be a dialogue to
allow the Instructor or Proctor to decide what sorts of
options to release a graded test with.
- ReleaseOptions() - Constructor for class grader.ReleaseOptions
-
- releaseTest(Test, ReleaseOptions) - Method in class grader.Grader
-
- releaseTest(Test) - Method in class userdb.Grade
-
- remove(Collection<Question>) - Method in class questiondb.QuestionDatabank
-
remove takes a collection of Questions qs and removes them from the
question database.
- removeAnswer(Answer) - Method in class student.StudentAnswers
-
removes an answer from the Collection of answers
- removed(Test) - Method in class userdb.ListOfTests
-
Method used in removing a new test.
- removeOption(CommandMenuOption) - Method in class file.CommandMenu
-
Removes an Option from the command menu
- removeOption(String) - Method in class grader.ReleaseOptions
-
This method will remove any options from
the collection of options that the Instructor
or Proctor Specifies
- removePerson(Person) - Method in class userdb.PermissionSettings
-
- removeStudent(Student) - Method in class userdb.StudentDB
-
removes a Student from the Collections of Students
- removeStudentAnswer(StudentAnswers) - Method in class student.AnswerDB
-
removes a StudentAnswer from the Collections of StudentAsnwers
- removeTest(Test) - Method in class testdb.TestDatabase
-
- reviewTest(Test) - Method in class student.TestOverview
-
Reviews the graded test.