|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.Main.Question
testtool.Main.TestQuestion
testtool.Main.AnsweredQuestion
testtool.Main.GradedQuestion
public class GradedQuestion
This object holds the grades for a answered question, this can be a percentag e correct a problem is, and a boolean representing whether the question has been graded *
| Field Summary | |
|---|---|
protected boolean |
isGraded_
|
protected int |
percentCorrect_
|
| Fields inherited from class testtool.Main.AnsweredQuestion |
|---|
a |
| Fields inherited from class testtool.Main.TestQuestion |
|---|
constraints, point, questionNumber |
| Fields inherited from class testtool.Main.Question |
|---|
an, au, cl, d, dbn, dlu, k, l, qs, w |
| Constructor Summary | |
|---|---|
GradedQuestion()
Default Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int percentCorrect_
protected boolean isGraded_
| Constructor Detail |
|---|
public GradedQuestion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||