- calpolyID - Variable in class userdb.Person
-
- Category - Class in questiondb
-
The Category class allows more functionality with sorting, applying
filters, and searching through the Question list.
- Category() - Constructor for class questiondb.Category
-
- category - Variable in class questiondb.Filter
-
- checkPassword(String) - Method in class student.TestOverview
-
Checks if the entered password is correct.
- checkState(CommandMenuOption) - Method in class file.CommandMenu
-
Checks to see whether a CommandMenuOption is disabled or enabled.
- close() - Method in class questiondb.QuestionPopup
-
This method will close the popup dialogue for
the specified question
- close(Test) - Method in class userdb.ListOfTests
-
Method used in closing a given test.
- CodeQuestion - Class in questiondb
-
Question type corresponding to a Coding question
Students will be asked to fill in some code which will then
be taken and fed through STDIN to the instructor defined script
which will run and output a number from 0-100
- CodeQuestion() - Constructor for class questiondb.CodeQuestion
-
- CommandMenu - Class in file
-
Represents the Command Menu for the application
- CommandMenu() - Constructor for class file.CommandMenu
-
- CommandMenuOption - Class in file
-
Represents an individual option in the command menu
- CommandMenuOption() - Constructor for class file.CommandMenuOption
-
- completedtests - Variable in class student.TestOverview
-
- correctAnswer - Variable in class questiondb.TFQuestion
-
The correct answer : Either True or False
- correctAnswerIndexes - Variable in class questiondb.MCQuestion
-
The collection of answers that are considered the
right answer by the Instructor
- correctKWs - Variable in class questiondb.EssayQuestion
-
The collection of keywords that the automatic grader
should be looking for in order.
- correctKWs - Variable in class questiondb.SAQuestion
-
The collection of keywords that the automatic
grader should be looking for, in any order.
- Course - Class in courses
-
A Course is the information stored about a course.
- Course() - Constructor for class courses.Course
-
- course - Variable in class questiondb.Question
-
The course is the class that a question was originally made for
- course - Variable in class student.MyTests
-
The course the student is currently viewing.
- course - Variable in class testdb.Test
-
- courses - package courses
-
- createTest() - Method in class testdb.TestDatabase
-
- currentQuestion - Variable in class student.TakeTest
-
- currentQuestion - Variable in class student.TestReview
-