nextcloud / nextcloud/forms

Automatic answer evaluation

Open
#1,036 1 comment 1 reaction 0 assignees View on GitHub

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:

  1. mark the correct answers on creation of the form (for dropdown, single choice and multiple choice)
  2. for text replies this might be achieved with regular expressions but seems like an advanced feature.
  3. set a percentage of correct answers that has to be achieved to "pass" the quiz

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.