Packages |
testtool.component |
This package contains the universal components that are used in both the teacher and student apps. |
testtool.component.question |
This package contains the object question and types of questions that extend off it. |
testtool.student_app.login_view |
This package contains the information for a student logging in to the student app. |
testtool.student_app.taking_view |
This package defines the objects and operations for a student taking a test. |
testtool.teacher_app.grade_view |
This package contains the methods and objects for a teacher grading a test. |
testtool.teacher_app.main_view |
This package contains the information to represent the main page for the teacher app. |
testtool.teacher_app.publish_view |
This package contains information for a teacher publishing a test to students. |
testtool.teacher_app.question_view |
Package question defines the QuestionBank object and operations related to maintaining and managing the questions stored in the database. |
testtool.teacher_app.test_view |
This contains the information for a teacher managing the test bank and generating tests. |