public abstract class Test
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
author |
(package private) int |
avgDifficulty |
(package private) Course |
course |
(package private) boolean |
graded |
(package private) java.lang.String |
lastUsed |
(package private) boolean |
opened |
(package private) boolean |
published |
(package private) java.util.Collection<Question> |
questions |
(package private) java.lang.String |
testTitle |
(package private) int |
totalPoints |
(package private) int |
totalQuestions |
(package private) int |
totalTime |
Constructor and Description |
---|
Test() |
boolean published
boolean opened
boolean graded
java.util.Collection<Question> questions
java.lang.String testTitle
java.lang.String author
java.lang.String lastUsed
int totalQuestions
int totalPoints
int totalTime
int avgDifficulty
Course course