|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleChoice | |
|---|---|
| org.telscenter.pas.steps | Canonical WISE step types. |
| org.telscenter.pas.steps.domain | |
| org.telscenter.pas.util | Miscellaneous utility classes of the TELS Framework. |
| Uses of SimpleChoice in org.telscenter.pas.steps |
|---|
| Method parameters in org.telscenter.pas.steps with type arguments of type SimpleChoice | |
|---|---|
protected java.lang.String |
ChallengeQuestion.getFeedbackContentFromChoices(java.util.List<SimpleChoice<java.lang.String>> choices)
returns the inline feedback from the choices, choosing the one for the correct answer if the number of points for this attempt is greater than 0, the feedback would include saying that "you answered on the nth try for x points" where n is the number of attempts the user has made, and x is the number of points allotted for that attempt on a particular question, otherwise the part about the points is not included. |
| Uses of SimpleChoice in org.telscenter.pas.steps.domain |
|---|
| Methods in org.telscenter.pas.steps.domain that return types with arguments of type SimpleChoice | |
|---|---|
java.util.List<SimpleChoice<T>> |
ChoiceInteraction.getSimpleChoices()
|
| Methods in org.telscenter.pas.steps.domain with parameters of type SimpleChoice | |
|---|---|
void |
ChoiceInteraction.addSimpleChoice(SimpleChoice<T> sc)
|
| Method parameters in org.telscenter.pas.steps.domain with type arguments of type SimpleChoice | |
|---|---|
void |
ChoiceInteraction.setSimpleChoices(java.util.List<SimpleChoice<T>> simpleChoices)
|
| Uses of SimpleChoice in org.telscenter.pas.util |
|---|
| Methods in org.telscenter.pas.util with parameters of type SimpleChoice | |
|---|---|
static void |
QTIUtils.addChoice(BlockInteraction interaction,
SimpleChoice<java.lang.String> newSimpleChoice,
int newChoiceIndex)
|
static void |
QTIUtils.removeChoice(BlockInteraction interaction,
SimpleChoice<java.lang.String> simpleChoice)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||