- TakeTest - Class in student
-
TakeTest is the test the student is currently taking.
- TakeTest() - Constructor for class student.TakeTest
-
- takeTest(Test) - Method in class testdb.TestDatabase
-
- test - Variable in class student.StudentAnswers
-
- test - Variable in class student.TestOverview
-
- Test - Class in testdb
-
- Test() - Constructor for class testdb.Test
-
- test - Variable in class userdb.Grade
-
- test - Variable in class userdb.Settings
-
- TestDatabase - Class in testdb
-
- TestDatabase() - Constructor for class testdb.TestDatabase
-
- testdb - package testdb
-
- TestOverview - Class in student
-
TestOverview is the limited information about a test.
- TestOverview() - Constructor for class student.TestOverview
-
- TestReview - Class in student
-
TestReview is the released information about a graded test.
- TestReview() - Constructor for class student.TestReview
-
- tests - Variable in class student.MyTests
-
The collection of tests of where the list is derived from.
- tests - Variable in class testdb.TestDatabase
-
- tests - Variable in class userdb.ListOfTests
-
- TestTaking - Class in testdb
-
- TestTaking() - Constructor for class testdb.TestTaking
-
- testTitle - Variable in class testdb.Test
-
- tfAnswer - Variable in class student.Answer
-
- TFQuestion - Class in questiondb
-
Question type corresponding with a True/False question
the student will simply specify whether or not a statement was true
- TFQuestion() - Constructor for class questiondb.TFQuestion
-
- time - Variable in class questiondb.Question
-
The time is the amount of the author believes this question should take
- timer - Variable in class testdb.TestTaking
-
- timeRemaining - Variable in class student.TakeTest
-
- title - Variable in class questiondb.Category
-
- toggleQuestionSelect(QuestionEntry) - Method in class questiondb.QuestionList
-
toggleQuestionSelect will toggle the QuestionEntry q as (un)marked,
either for editing/removal or for being added to a test.
- topics - Variable in class questiondb.Question
-
topics is a collection of strings that are tags to easily
filter through the question databank for
- totalPoints - Variable in class testdb.Test
-
- totalQuestions - Variable in class testdb.Test
-
- totalTime - Variable in class testdb.Test
-
- type - Variable in class userdb.Settings
-