testtool.component
Class Test
java.lang.Object
testtool.component.Test
public abstract class Test
- extends java.lang.Object
The test class represents a test object.
Constructor Summary |
Test()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
numQuestions
private int numQuestions
timeLimit
private int timeLimit
difficulty
private int difficulty
lastUsed
private java.util.Calendar lastUsed
created
private java.util.Calendar created
lecture
private Lecture lecture
author
private Teacher author
taker
private Student taker
questions
public java.util.List<Question> questions
Test
public Test()
getEstimatedTime
public abstract int getEstimatedTime()
getTestScore
public abstract Score getTestScore()
getKeywords
public abstract java.util.List<java.lang.String> getKeywords()