- add(Question) - Method in class questiondb.QuestionDatabank
-
add takes a question from the add a question dialog, and adds it into
the question list.
- add(Test) - Method in class userdb.ListOfTests
-
Method used in adding a new test.
- addAnswer(Answer) - Method in class student.StudentAnswers
-
adds an answer to the Collection of answers
- addOption(CommandMenuOption) - Method in class file.CommandMenu
-
Adds an Option to the command menu
- addOption(String) - Method in class grader.ReleaseOptions
-
This method will add any options to the
collection of options that the Instructor
or Proctor specify
- addPerson(Person) - Method in class userdb.PermissionSettings
-
- addStudent(Student) - Method in class userdb.StudentDB
-
adds a Student to the Collections of Students
- addStudentAnswer(StudentAnswers) - Method in class student.AnswerDB
-
adds a StudentAnswer to the Collections of StudentAsnwers
- Answer - Class in student
-
Answer is a class that defines a question's answer.
- Answer() - Constructor for class student.Answer
-
- AnswerDB - Class in student
-
StudentAnswers is a class designed to store a collection of answers
linked to the appropriate test and student
studentAnswers is the collection of answers submitted by the students
- AnswerDB() - Constructor for class student.AnswerDB
-
- answeredQuestions - Variable in class student.TakeTest
-
- answerFill - Variable in class student.Answer
-
- answers - Variable in class student.StudentAnswers
-
- answers - Variable in class testdb.TestTaking
-
- author - Variable in class questiondb.Question
-
The author is the instructor that wrote and added the question to the
databank
- author - Variable in class testdb.Test
-
- automaticGrading(Test) - Method in class userdb.Grade
-
- avgDifficulty - Variable in class testdb.Test
-