Questionnaire/vocabulary test page
If possible, modular questionnaire construction:
- Table "Test"/"ItemTest": defines a questionnaire/test as a combination of items (e.g., items ID 1, 11-40)
- Table "Item": defines a specific item, which can be:
- word (written) + 4-5 options (pictures)
- word (audio with , autoplay if possible) + 4-5 options (pictures)
- word (audio or written) + true/false (for now) for each, define which option == correct
behaviour:
- Auto move to next item after response selected (if not too complicated)
- No possibility to go back or forward (no correcting a question, no skipping)
- ResponseTime recorded for each item
participant response for each item is recorded as ( user_id, item_id, response_id, correct=T|F, responseTime )
=> This way, possible to build an adaptive vocabulary test with ELO ranking system (same ELO ranking system as for chess, but with each participant competing against each item -> increasing/decreasing each other "skill" ranking).