More about iScape:
https://www.iscapeproject.eu/about/
Keyboard shortucts:
- 's' for Start quiz
- '1' for guessing answer nr 1
- '2' for guessing answer nr 2
- 'n' for Next
- 'p' for Prev
- 'f' for Finish (Submit)
You can use a joystick to select between answers (left - right)
Blue button: PREVIOUS Green button: NEXT
Both buttons: RESTART QUIZ
This project was bootstrapped with Create React App.
-
Install dependencies with
yarn
-
Start development with:
yarn start
-
Deploy to Github Pages with:
yarn deploy
-
If the repository is changed, check
package.json
if the following url matches "homepage:"
"homepage": "http://quiz.iscape.smartcitizen.me/",
To run offline, and to run with a logger do
npm run logger
Whenever someone finishes a quiz in offline mode, it is logged to a file called log.txt
on /home/pi
(on a Raspberry PI)
The format of log.txt
is:
StartTime, EndTime, TotalExposure, Guesses
Guesses is an array of the question answered. For example:
- [1,1,1,1] if you only answered 4 questions, always the later answer.
- [0,0,1] if you only answered 3 questions, first 2 questions the first answer, and the third question the later answer.
This work has received funding from the European Union's Horizon 2020 research and innovation program under the grant agreement No. 689954