- getQuestion(int) - Method in class student.TakeTest
-
Jumps to desired question
- getQuestion(int) - Method in class student.TestReview
-
Jumps to desired question to review
- getQuestion(int) - Method in class testdb.TestTaking
-
Method sets the answer for a mutiple choice question.
- grade(Test) - Method in class grader.Grader
-
- Grade - Class in userdb
-
- Grade() - Constructor for class userdb.Grade
-
- graded - Variable in class testdb.Test
-
- gradedTest - Variable in class grader.ReleaseOptions
-
The test that the options belong to
- grader - package grader
-
- Grader - Class in grader
-
- Grader() - Constructor for class grader.Grader
-
- gradeTest(Test) - Method in class userdb.Grade
-
- gradingOptions() - Method in class userdb.Grade
-
- gradingType - Variable in class userdb.Settings
-
- GraphicsQuestion - Class in questiondb
-
Question type corresponding to a graphics question
A student will be asked to create an image in a different
program and then upload it to this program
This type of question must be graded manually
- GraphicsQuestion() - Constructor for class questiondb.GraphicsQuestion
-