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

[SOL-1998] Implement Show Answer button #101

Merged
merged 5 commits into from
Sep 22, 2016
Merged

Commits on Sep 20, 2016

  1. Implement Show Answer button

    In assessment mode, when the learner has run out of attempts, enable a
    "Show Answer" button.  Clicking it causes all items to move to a correct
    placement.
    arbrandes committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    909e31e View commit details
    Browse the repository at this point in the history
  2. Fix inaccurate misplacement message

    On the final attempt, misplaced items are not returned to the bank.
    Change the "misplaced" feedback message to reflect this.
    arbrandes committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    86ff174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bfa292 View commit details
    Browse the repository at this point in the history
  4. Move grading test to events suite

    pylint correctly surmised that `test_grade` is an event test, so move it
    over.
    arbrandes committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    cc1be4b View commit details
    Browse the repository at this point in the history
  5. Equalize separator heights in the sidebar buttons

    Fix padding on the reset button so that all separators on the sidebar
    end up with the same height, and add padding to the top of the sidebar
    container to distance the separators from the top edge.
    arbrandes committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    4c6fb7d View commit details
    Browse the repository at this point in the history