|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TestFeedbackAccess>
org.qtitools.qti.node.test.TestFeedbackAccess
public enum TestFeedbackAccess
Test feedback is shown to the candidate either directly following outcome processing (during the test) or at the end of the testPart or assessmentTest as appropriate (referred to as atEnd).
Possible values: during, atEnd
| Enum Constant Summary | |
|---|---|
AT_END
Feedback is shown at the end of test/testPart. |
|
DURING
Feedback is shown during test/testPart. |
|
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_TAG
Name of this class in xml schema. |
| Method Summary | |
|---|---|
static TestFeedbackAccess |
parseTestFeedbackAccess(java.lang.String testFeedbackAccess)
Returns parsed TestFeedbackAccess from given String. |
java.lang.String |
toString()
|
static TestFeedbackAccess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TestFeedbackAccess[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TestFeedbackAccess DURING
public static final TestFeedbackAccess AT_END
| Field Detail |
|---|
public static final java.lang.String CLASS_TAG
| Method Detail |
|---|
public static final TestFeedbackAccess[] values()
for(TestFeedbackAccess c : TestFeedbackAccess.values())
System.out.println(c);
public static TestFeedbackAccess valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String toString()
toString in class java.lang.Enum<TestFeedbackAccess>
public static TestFeedbackAccess parseTestFeedbackAccess(java.lang.String testFeedbackAccess)
throws QTIParseException
TestFeedbackAccess from given String.
testFeedbackAccess - String representation of TestFeedbackAccess
TestFeedbackAccess from given String
QTIParseException - if given String is not valid TestFeedbackAccess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||