This project lets you score an individual user's answers, then store and display the scores.

Sample use cases

  • graded assessments (e.g. quizzes to test students' ability to provide intended responses)
  • point-based progress tracking

Features

  • Use existing webform authoring tools
  • Pre-assign the following per form element
    • whether to score element or not
    • possible point value
    • criteria for awarding points (currently either 'not blank' or a regex pattern match)
  • Display scores using any method Webform provides (HTML, TEXT, TABLE or YAML) with;
    • overall score as "X/Y" ("X" points out of a total of "Y")
    • score per form element as "X/Y"
  • Create your own custom validation methods with Webform Score Validation Plugins

To try a demo

- visit http://simplytest.me/project/2847683

Basic usage

  1. enable module
  2. navigate to webform admin page
  3. edit an existing webform or add a new one
  4. edit an existing element on the form or add a new one
  5. select whether or not to score the form
  6. assign a point value
  7. indicate validation method
  8. set display at ...

Continue Development

This module is under active development, feaure request and bug reports welcomed.

This module was created as part of the 2017 Global Sprint Weekend. in Boston, MA

Supporting organizations: 
Development of the 8.x-2.x branch

Project information

Releases