Automatic answer evaluation
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 382
- Forks
- 127
- Avg merge
- 19h 31m
- Merged PRs (30d)
- 75
Description
A feature would be great where you can create a quiz that is automatically evaluated for correct answers. This would require:
- mark the correct answers on creation of the form (for dropdown, single choice and multiple choice)
- for text replies this might be achieved with regular expressions but seems like an advanced feature.
- set a percentage of correct answers that has to be achieved to "pass" the quiz
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use the three requested capabilities as the initial scope: marking correct choices, optionally matching text replies with regular expressions, and defining a passing percentage. Review the existing form creation and response-handling flows to determine how quiz evaluation should fit, then define completion around all three requirements and tests for pass/fail outcomes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100