Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harmonize getAnswerGiven with other content types #32

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

Commits on Jul 4, 2019

  1. Fix getAnswerGiven not reporting correct value

    The function getAnswerGiven should report true if an answer has been given.
    Other content types return true if either an answer has been given explicitly
    or nothing has been answered explicity, but "check" has been clicked.
    True-False did not do the latter.
    otacke committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    1fd50b8 View commit details
    Browse the repository at this point in the history
  2. Make eslint happy

    otacke committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    4d96960 View commit details
    Browse the repository at this point in the history