Skip to content

Commit

Permalink
Export 2024-04-02 10:00:13
Browse files Browse the repository at this point in the history
  • Loading branch information
CroydonBot committed Apr 2, 2024
1 parent 17b243d commit 1b0e171
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ <h2>CI / CD</h2>
<h2>Study</h2>
<p>I designed an user study, made some early test run with a pre-study and then, with some small study adjustments and a heavily changed implementation, I performed the actual study.</p>
<h3>Study Design</h3>
<p>The general design of the user study is as follows:</p>
<p>The pre-study and study design and purpose do not match the typical structures of pre-studies and (actual) studies to same degreee. Typically, you want to choose between a between-subject and a within-subject study structure, to generate data, that helps to evalute the different levels of the independent variables of the study. The three independing variables being the locomotion system, the interaction system and the cyber-sickness reduction technique.</p>
<p>Due to the structure of the IVAR course, we basically only had to have one level of each independent variable, meaning only one implementation of each system / technique. We would then compare the results to the results of the implementation of the other course students. This comparision is rather vague, given our freedoms in the implementation, reaching from only changing the position of some coins to re-doing the entire race track from the group up in another game engine.</p>
<p>I extended this task a bit to come closer to a typical study structure again, by performing a pre-study with a different implementation / level of all three systems / independent variables.</p>
<p>The study is therefore a between-subject design, with two levels of each independent variable.</p>
<p>The general procedure of the user study is as follows:</p>
<ul>
<li>Welcome / Introduction</li>
<li>Ethnical disclaimer (participants are voluntary, unpaid, can end the experiment at any given time)</li>
Expand All @@ -153,7 +157,7 @@ <h3>Study Design</h3>
<li>Post-Questionnaire</li>
<li>Goodbye / Hardware cleaning</li>
</ul>
<p>You can find checklists that I made for myself to execute this study with participants in the study data repository (<a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/pre_study/checklist_for_instructor_to_execute_pre_study.md">pre-study checklist</a>, <a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/study/checklist_for_instructor_to_execute_post_study.md">final study checklist</a>). Such notes ensure, that every participant hears all explanations and experience all trainings and tasks, in the same order and in the same way.</p>
<p>You can find checklists that I made for myself to execute this study with participants in the study data repository (<a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/pre_study/checklist_for_instructor_to_execute_pre_study.md">pre-study checklist</a>, <a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/study/checklist_for_instructor_to_execute_post_study.md">final study checklist</a>). Such notes ensure, that every participant hears all explanations and experience all trainings and tasks, in the same order and in the same way. Avoiding accidental manipulation of the study results.</p>
<p>During the entire study, I make notes of everything interesting the participant might do and say (<a href="https://github.com/Croydon/tuda-vr-parkour-study/tree/main/pre_study/observations">pre-study</a>, <a href="https://github.com/Croydon/tuda-vr-parkour-study/tree/main/study/observations">final study</a>). Furthermore, there is automatical logging of:</p>
<ul>
<li>How many coins were collected in which area and round.</li>
Expand Down

0 comments on commit 1b0e171

Please sign in to comment.