Create a form with the quiz type and scoreable questions (choices, dropdown, rating, scale, short text) gain a Scoring section in the inspector: points, the correct answer, and for checkboxes, partial credit (proportional or all-or-nothing) with optional negative marking.
- Scores compute on the server at submit time and are stored with the response.
- Short-text answers match exactly, forgiving case and surrounding whitespace.
- The Summary view adds a score distribution; each individual response shows its score chip.
Pass, fail and review
Set a pass threshold in the quiz settings and the confirmation screen tells each respondent whether they passed. You can also reveal the score and turn on an optional per-question answer review so respondents see which questions they got right.
The answer key never reaches the respondent’s browser: correct answers live only on the server, and the review is assembled at submit time only when you have opted in. Leaving review off keeps the answers private even from a curious respondent’s dev tools.