testtool.component.question
Class Question
java.lang.Object
testtool.component.question.Question
- Direct Known Subclasses:
- FillInQuestion, MultipleChoiceQuestion, ProgramQuestion, TrueFalseQuestion
public abstract class Question
- extends java.lang.Object
Derived from functional requirements Section 2.3. Based on the common
properties of a test question and the columns in the tabular Question Bank.
Method Summary |
int |
getID()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
questionText
public java.lang.String questionText
score
public Score score
estimatedTime
private int estimatedTime
difficulty
private int difficulty
keywords
private java.util.List<java.lang.String> keywords
created
private java.util.Calendar created
lastUsed
private java.util.Calendar lastUsed
course
private Course course
author
private Teacher author
ID
private int ID
Question
public Question()
getID
public int getID()