Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Multiple question with a single custom item without answer #161546

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2015

  1. Made the graphing-inequalities-2 point choice default to no selection.

    The validator function now returns an empty string if the user does
    not modify the graph or select a radio.
    wrwrwr committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    1d464d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Configuration menu
    Copy the full SHA
    bbed991 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. Configuration menu
    Copy the full SHA
    266870b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Normalize message for unanswered custom problems.

    When a custom problem is not answered, the validator is expected to
    return an empty string result. The "score" is then marked as "empty".
    Instead of passing the empty string as "message" further into the
    framework it should be better to convert it to null right away.
    This seems cleaner than handling it in the multiple-validator, and
    makes custom exercises also display "more parts to answer" when a
    user just clicks "Check Answer" without doing anything.
    wrwrwr committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    face5a4 View commit details
    Browse the repository at this point in the history