Package | Description |
---|---|
org.universAAL.ontology.questionnaire |
Modifier and Type | Method and Description |
---|---|
Answer[] |
AnsweredQuestionnaire.getAnswers()
The following method gets the answers that composes the answered
questionnaire.
|
Answer[] |
AnsweredQuestionnaire.getCorrectAnswers()
The following method gets the correct answers given by the user, within
an answered questionnaire.
|
Answer[] |
AnsweredQuestionnaire.getIncorrectAnswers()
The following method gets the incorrect answers given by the user, within
an answered questionnaire.
|
Answer[] |
AnsweredQuestionnaire.getNoCorrectAnswers()
The following method gets the no-correct answers, that is all the answers
that have no correct answer associated, given by the user, within an
answered questionnaire.
|
Modifier and Type | Method and Description |
---|---|
void |
AnsweredQuestionnaire.addAnswer(Answer answer)
The following method sets the answers that composes the answered
questionnaire.
|
Question[] |
AnsweredQuestionnaire.getAssociatedQuestions(Answer[] answers)
The following method gets the associated questions associated to the
answers array given, within an answered questionnaire.
|
void |
AnsweredQuestionnaire.setAnswers(Answer[] answers)
The following method sets the answers that composes the answered
questionnaire.
|
Constructor and Description |
---|
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer[] answers,
User examinedUser) |
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer answer,
User examinedUser) |
Copyright © 2018 universAAL Consortium. All rights reserved.