|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.component.question.Question
testtool.component.question.TrueFalseQuestion
public abstract class TrueFalseQuestion
This TrueFalseQuestion class extends the question class and has an answer that the student submits and the correct answer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class testtool.component.question.Question |
|---|
Question.QuestionType |
| Field Summary | |
|---|---|
private boolean |
correctAnswer
|
private boolean |
studentAnswer
|
| Fields inherited from class testtool.component.question.Question |
|---|
questionText, score |
| Constructor Summary | |
|---|---|
TrueFalseQuestion()
|
|
| Method Summary |
|---|
| Methods inherited from class testtool.component.question.Question |
|---|
getID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean correctAnswer
private boolean studentAnswer
| Constructor Detail |
|---|
public TrueFalseQuestion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||