RVP Test
-.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.-
Currently:
- Randomly generates sequence of three random numbers that has to be watched for.
- Every 0.5s, a new number is displayed.
- The sequence will appear with a fixed probability (currently, 0.1).
- Checks are in place to ensure no numbers are repeated, including the start and final numbers of the sequence; and ensuring the sequence isn't accidentally generated by RNG.
- Has a mechanism for timing reaction speed, missed sequences and false alarms.
-.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.--.-.-.-.-
In future, it will:
- Have a mechanism for tracking focus over time.
- Use firebase to send data to a database for aggregation and sharing.
- Track individuals, so no spoofing of data to ruin dataset (anonymised IP tracking?).
- Use webcam and machine learning to estimate face/eye pose to measure physical inattentivity/hyperactivity.
- Have a tutorial, introduction page.
- Have a data page.