Package | Description |
---|---|
org.universAAL.ontology.questionnaire |
Modifier and Type | Method and Description |
---|---|
ChoiceLabel[] |
Question.getChoiceLabel()
The following method returns the choices of a question
|
Modifier and Type | Method and Description |
---|---|
void |
Question.setChoices(ChoiceLabel[] choices)
The following method set the choices of a question
|
Question |
Questionnaire.writeAConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String[] answerType,
ChoiceLabel[] choices,
Object[] correctAnswer) |
Question |
Questionnaire.writeAConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices) |
Question |
Questionnaire.writeAConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices,
Object correctAnswer) |
Question |
Questionnaire.writeAMultiChoiceQuestion(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices) |
Question |
Questionnaire.writeAMultiChoiceQuestion(String qWording,
String answerType,
ChoiceLabel[] choices) |
Question |
Questionnaire.writeASingleChoiceQuestion(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices) |
Question |
Questionnaire.writeASingleChoiceQuestion(String qWording,
String answerType,
ChoiceLabel[] choices) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices,
MediaObject image) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices,
MediaObject image) |
Question |
Questionnaire.writeQuestionWithMedia(String qWording,
String answerType,
ChoiceLabel[] choices,
MediaObject image) |
Constructor and Description |
---|
ConditionalQuestion(String qWording,
Object[] triggerAnswer,
Question dependingQuestion,
String[] answerType,
ChoiceLabel[] choices,
Object[] correctAnswer) |
ConditionalQuestion(String qWording,
Object[] triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices) |
ConditionalQuestion(String qWording,
Object[] triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices,
Object correctAnswer) |
ConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String[] answerType,
ChoiceLabel[] choices,
Object[] correctAnswer)
A conditional question can be implemented with the question wording, the
trigger answer, the associated question, the choices given, the answer
type and the set of correct answers associated.
|
ConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices)
A conditional question can be implemented with the question wording, the
trigger answer, the associated question, the choices given and the answer
type
|
ConditionalQuestion(String qWording,
Object triggerAnswer,
Question dependingQuestion,
String answerType,
ChoiceLabel[] choices,
Object correctAnswer)
A conditional question can be implemented with the question wording, the
trigger answer, the associated question, the choices given, the answer
type and the associated correct answer.
|
MultiChoiceQuestion(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices)
A MultichoiceQuestion can be implemented with the question wording, the
set of answer type, and the possible choices, when a set of correct
answer is given.
|
MultiChoiceQuestion(String qWording,
String answerType,
ChoiceLabel[] choices)
A MultichoiceQuestion can be implemented with the question wording, the
answer type and the possible choices, when a correct answer is not
specified
|
Question(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices)
A Question can be implemented with the question wording, the answer type,
and the possible choices, when a set of correct answers is given.
|
Question(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices)
A Question can be implemented with the question wording, the answer type,
and the possible choices, when a correct answer is given.
|
Question(String qWording,
String answerType,
ChoiceLabel[] choices)
A Question can be implemented with the question wording, the answer type
and the possible choices, when a correct answer is not specified
|
QuestionWithMedia(String qWording,
Object[] correctAnswer,
String[] answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the set of correct answers associated to the question, the
choices associated to the question and the media object given.
|
QuestionWithMedia(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the correct answer associated to the question, the choices
associated to the question and the media object given.
|
QuestionWithMedia(String qWording,
String answerType,
ChoiceLabel[] choices,
MediaObject media)
A QuestionWithMedia can be implemented with the question wording, the
answer type, the choices associated to the question and the media object
given.
|
SingleChoiceQuestion(String qWording,
Object correctAnswer,
String answerType,
ChoiceLabel[] choices)
A SingleChoiceQuestion can be implemented with the question wording, the
answer type, and the possible choices, when a correct answer is given.
|
SingleChoiceQuestion(String qWording,
String answerType,
ChoiceLabel[] choices)
A SingleChoiceQuestion can be implemented with the question wording, the
answer type and the possible choices, when a correct answer is not
specified
|
Copyright © 2018 universAAL Consortium. All rights reserved.