|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttesttool.Main.ProctoredStudent
public class ProctoredStudent
A ProctoredStudent represents a student in the proctoring and grading phases of TestTool it contains zero or more answered questions (which can be GradedQuestions, which is a subset of AnsweredQuestions) *
| Field Summary | |
|---|---|
protected java.util.Collection<AnsweredQuestion> |
aq
|
protected boolean |
ians
|
protected boolean |
ie
|
protected boolean |
ifin
|
protected boolean |
igrade
|
protected java.lang.String |
uname
|
| Constructor Summary | |
|---|---|
ProctoredStudent()
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 java.lang.String uname
protected boolean ifin
protected boolean ians
protected boolean igrade
protected java.util.Collection<AnsweredQuestion> aq
protected boolean ie
| Constructor Detail |
|---|
public ProctoredStudent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||