Skip to content
Snippets Groups Projects
Commit 43b044dd authored by 4kruse@informatik.uni-hamburg.de's avatar 4kruse@informatik.uni-hamburg.de
Browse files

add small changes

parent b2195f9c
Branches
No related tags found
No related merge requests found
......@@ -44,12 +44,10 @@ public class QuestionnaireManager : MonoBehaviour
if (fullQuestionnaireActive)
{
AnswersFullQuestionnaire.Add(new answer(question, answer));
}
else
{
AnswersduringTrial.Add(new answer(question, answer));
}
nrFinishedQuestions++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment