https://raymondlei90s.github.io/cs4249_assgn1_ay1819s1/
The condition arrangement is generated from the generate-participants.js
script inside the js
folder. To execute it, run
$ node generate-participants.js
The generated condition arrangement can be found inside js/participants.json
.
- Navigate to the root folder with
index.html
in it, simple serve that file any web server. The simplest command possible:
$ python -m SimpleHTTPServer
Navigate to http://locahost:8000 on your browser to view the page.
-
At the landing page, a brief introduction of the experiment is given. There are 6 possible participant IDs: P1, P2, P3, P4, P5 and P6. Enter anyone of them in the text field and click the Start button.
-
The consent screen will be shown and click AGREE and Proceed
-
Fill up the Pre-experiment questionnaire with your information and click Proceed.
-
The instructions screen is shown next. After reading the instructions, click Proceed.
-
Use the described technique (either Marking or Radial) to select the text from the menu. Press the Next button on the bottom left corner of the screen when you are done.
-
After completing the experiment, you will brought to the Post-experiment Questionnaire. Please take some time to fill it up, click Submit..
-
That's it. Thank you!
Done by: Lei Yang