Skip to content

Rework likert scale format to support multiple option templates

Daniel Gerhardt requested to merge likert-templates into master

The format now uses client-side templates for answer options. Instead of the individual options, the selected template is stored for the content.

The following templates have been implemented:

  • Agreement (Strongly agree <-> Strongly disagree)
  • Intensity (Extremely <-> Not at all)
  • Frequency (Always <-> Never)
  • Quality (Very good <-> Very poor)
  • Probability (Definitely <-> Definetly not)
  • Level (Very high <-> Very low)
  • Importance (Very important <-> Not important at all)
  • Difficulty (Very difficult <-> Very Easy)
  • Pace (Very fast <-> Very Slow)
  • Emoji (😀, 🙂, 😐, 🙁, 😟)
  • Plus/Minus (++, +, 0, −, −−)
  • Points (5, 4, 3, 2, 1)

All templates use a five-point scale by default. The neutral option can be disabled. In this case the middle option is removed, leading to a four-point scale.

Edited by Daniel Gerhardt

Merge request reports