Skip to content

Commit

Permalink
Export 2024-04-02 06:45:54
Browse files Browse the repository at this point in the history
  • Loading branch information
CroydonBot committed Apr 2, 2024
1 parent c1b4154 commit 65af55a
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ <h2>CI / CD</h2>
<p>I also added CI and CI for my project via GitHub Actions. For each git push, the Unity projects gets build, any warnings and errors get reported and if the build is successful, the APK file is getting uploaded to GitHub as a build artifact. When I tag a new version of my implementation, a GitHub Release gets created and the APK file is getting uploaded to it as well.</p>
<p>You can find the <a href="https://github.com/Croydon/tuda-vr-parkour/actions">CI runs here</a> and the <a href="https://github.com/Croydon/tuda-vr-parkour/releases">releases here</a>.</p>
<h2>Study</h2>
<p>I desinged 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>
<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>
<ul>
<li>Welcome / Introduction</li>
<li>Ethnical disclaimer (participants are voluntary, unpaied, can end the experiment at any given time)</li>
<li>Ethnical disclaimer (participants are voluntary, unpaid, can end the experiment at any given time)</li>
<li>Privacy disclaimer (what data is saved and published?)</li>
<li>Pre-Questionnaire</li>
<li>Teaching / Explanation of the hardware, virtual environment, tasks and control</li>
Expand All @@ -151,7 +151,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. 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.</p>
<p>During the 10 minute task, I make notes of everything interesting the participant might do and say. Furthermore, there is automatical logging of:</p>
<ul>
<li>How many coins were collected in which area and round.</li>
Expand All @@ -160,7 +160,7 @@ <h3>Study Design</h3>
<li>How fast the participant was for each object interaction.</li>
<li>Some more logging for position and vectors, but those are mostly debug information that shouldn't matter for the actual study.</li>
</ul>
<p>I made some improvements to the study execution and the automatic logging after the pre-study, but my task instruction and the pre- and post-questionnaire were identical for both. You can find the full questionnaires here: </p>
<p>I made some improvements to the study execution and the automatic logging after the pre-study, but my task instruction and the pre- and post-questionnaire were identical for both. You can find the full questionnaires here:</p>
<ul>
<li><a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/study/pre_questionnaire/pre-questionnaire.md">Pre-Questionnaire</a></li>
<li><a href="https://github.com/Croydon/tuda-vr-parkour-study/blob/main/study/post_questionnaire/post-questionnaire.md">Post-Questionnaire</a></li>
Expand All @@ -171,8 +171,9 @@ <h3>Study Design</h3>
<h3>Study Results</h3>
<p>Due to time constraints, I could only perform the pre-study and actual study with a small mount of people.</p>
<h4>Pre-Study</h4>
<p>For the pre-study, I had two participants, that were given an implementation that had a very different locomotion methode, no cyber-sickness reduction methode and the interaction was done directly by the controllers, without the portals or other more complex things.</p>
<p>TODO</p>
<p>For the pre-study, participants were given an implementation that had a very different locomotion methode, no cyber-sickness reduction methode and the interaction was done directly by the controllers, without the portals or other more complex things.</p>
<p>I had two participants.
TODO</p>
<h4>Study</h4>
<p>For the final study, I had four participants, that were given the final implementation of the locomation and interaction methode and with enabled tunneling vignette.</p>
<p>TODO</p>
Expand Down

0 comments on commit 65af55a

Please sign in to comment.