Uses of Class
org.universAAL.ontology.questionnaire.ChoiceLabel

Packages that use ChoiceLabel
org.universAAL.ontology.questionnaire   
 

Uses of ChoiceLabel in org.universAAL.ontology.questionnaire
 

Methods in org.universAAL.ontology.questionnaire that return ChoiceLabel
 ChoiceLabel[] Question.getChoiceLabel()
          The following method returns the choices of a question
 

Methods in org.universAAL.ontology.questionnaire with parameters of type ChoiceLabel
 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)
           
 

Constructors in org.universAAL.ontology.questionnaire with parameters of type ChoiceLabel
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 © 2014 universAAL Consortium. All Rights Reserved.