-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from MartinFk/dev
Dev
- Loading branch information
Showing
34 changed files
with
1,093 additions
and
463 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
...uestionnaires/Data/Answers/questionnaireID_SSQ_participantID_id1_condition_AB_answers.csv
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...s/Data/Answers/questionnaireID_SSQ_participantID_id1_condition_A_example-answer-sheet.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
QuestionType;Question;QuestionID;Answer | ||
radio;General discomfort;q1;0 | ||
radio;Fatique;q2;0 | ||
radio;Headache;q3;0 | ||
radio;Eye strain;q4;0 | ||
radio;Difficulty focusing;q5;0 | ||
radio;Salivation increasing;q6;0 | ||
radio;Sweating;q7;1 | ||
radio;Nausea;q8;1 | ||
radio;Difficulty concentrating;q9;1 | ||
radio;Fullness of the Head;q10;2 | ||
radio;Blurred vision;q11;2 | ||
radio;Dizziness with eyes open;q12;2 | ||
radio;Dizziness with eyes closed;q13;3 | ||
radio;Vertigo (experienced as loss of orientation with respect to vertical upright);q14;3 | ||
radio;Stomach awareness (feeling of discomfort which is just short of nausea);q15;3 | ||
radio;Burping;q16;2 | ||
|
2 changes: 1 addition & 1 deletion
2
...ipantID_id1_condition_AB_answers.csv.meta → ...condition_A_example-answer-sheet.csv.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
.../Answers/questionnaireID_exampleQE_participantID_id1_condition_A_example-answer-sheet.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
QuestionType;Question;QuestionID;Answer | ||
radio;UIST is an amazing conference;q1;1 | ||
radio;VR is a beautiful research tool;q2;1 | ||
radio;Happiness is the key to success;q3;1 | ||
radio;Debugging is awesome;q4;4 | ||
radio;I like fixing bugs;q5;4 | ||
radio;I would use the VRQuestionnaireToolkit;q6;4 | ||
radioGrid;Hololens_The system was easy to use;q7;5 | ||
radioGrid;Oculus Rift_The system was easy to use;q7;5 | ||
radioGrid;Vive_The system was easy to use;q7;1 | ||
radioGrid;Magic Leap_The system was easy to use;q7;1 | ||
radioGrid;Hololens_The system was easy to use;q8;2 | ||
radioGrid;Oculus Rift_The system was easy to use;q8;3 | ||
radioGrid;Vive_The system was easy to use;q8;4 | ||
radioGrid;Magic Leap_The system was easy to use;q8;5 | ||
checkbox; If you don’t use VR frequently, what is keeping you from adopting this?;q9;2 | ||
linearSlider;Temporal Demand: How hurried or rushed was the pace of the task?;s1;0 | ||
linearSlider;Physical Demand: How physically demanding was the task?;s2;6 | ||
linearSlider;Mental Demand: How mentally demanding was the task?;s3;10 | ||
linearGrid;Mental Demand: How mentally demanding was the task?;s4;7 | ||
linearGrid;Physical Demand: How physically demanding was the task?;s5;6 | ||
linearGrid;Temporal Demand: How hurried or rushed was the pace of the task?;s6;16 | ||
dropdown;Demanding;d1;0 | ||
dropdown;Mental;d2;0 | ||
dropdown;Physical;d3;0 | ||
|
7 changes: 7 additions & 0 deletions
7
...ers/questionnaireID_exampleQE_participantID_id1_condition_A_example-answer-sheet.csv.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
209 changes: 209 additions & 0 deletions
209
...aires/Questionnaire/Assets/Questionnaires/Data/Questions/Virtual Embodiment Questionnaire
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
{ | ||
"qTitle":"Virtual Embodiment Questionnaire", | ||
"qInstructions":"Instructions: Please read each statement and answer on a 1 to 7 scale indicating how much each statement applied to you during the experiment. There are no right or wrong answers. | ||
Please answer spontaneously and intuitively. Scale example: 1–strongly disagree, 4–neither agree nor disagree, 7–strongly agree.", | ||
"qId":"VEQ", | ||
"questions":[ | ||
{ | ||
"pId":"page1", | ||
"qType":"radio", | ||
"qInstructions":"Please answer spontaneously and intuitively", | ||
"qData":[ | ||
{ | ||
"qId":"q1", | ||
"qText":"It felt like the virtual body was my body.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q2", | ||
"qText":"It felt like the virtual body parts were my body parts.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q3", | ||
"qText":"The virtual body felt like a human body.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"pId":"page2", | ||
"qType":"radio", | ||
"qInstructions":"Please answer spontaneously and intuitively.", | ||
"qMandatory":"true", | ||
"qData":[ | ||
{ | ||
"qId":"q4", | ||
"qText":"I had a stronger sense of...", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q5", | ||
"qText":"The movements of the virtual body felt like they were my movements.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q6", | ||
"qText":"I felt like I was controlling the movements of the virtual body.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"pId":"page2", | ||
"qType":"radio", | ||
"qInstructions":"Please answer spontaneously and intuitively.", | ||
"qMandatory":"true", | ||
"qData":[ | ||
{ | ||
"qId":"q7", | ||
"qText":"I felt like I was causing the movements of the virtual body.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q8", | ||
"qText":"The movements of the virtual body were in sync with my own movements.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q9", | ||
"qText":"I felt like the form or appearance of my own body had changed.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"pId":"page2", | ||
"qType":"radio", | ||
"qInstructions":"Please answer spontaneously and intuitively.", | ||
"qMandatory":"true", | ||
"qData":[ | ||
{ | ||
"qId":"q10", | ||
"qText":"I felt like the weight of my own body had changed.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q11", | ||
"qText":"I felt like the size (height) of my own body had changed.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
}, | ||
{ | ||
"qId":"q12", | ||
"qText":"I felt like the width of my own body had changed.", | ||
"qMandatory":"true", | ||
"qOptions":[ | ||
"1 = strongly disagree", | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"6", | ||
"7 = strongly agree" | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"qMessage":"You have completed the questionnaire", | ||
"qAcknowledgments":"Thank you very much for taking part in the experiment! We appreciate your time!" | ||
} |
7 changes: 7 additions & 0 deletions
7
.../Questionnaire/Assets/Questionnaires/Data/Questions/Virtual Embodiment Questionnaire.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.