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

Ensure old problems work on new version. #98

Merged
merged 2 commits into from
Aug 30, 2016

Commits on Aug 26, 2016

  1. Ensure old problems work on new version.

    Recent versions of the drag and drop v2 xblock require the 'correct'
    field to be present in items stored in user state, but the 'correct'
    field did not exist before assessment mode has been implemented and so
    problems created and completed before the introduction of assessment
    mode lack the 'correct' field.
    
    This patch adds the 'correct' field to item state at load time.
    In standard mode, only items that are placed in correct zone are stored
    in item state, so we can assume that any item stored in the state that
    does not have the 'correct' field is 'correct'.
    mtyaka committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    ae4ef34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2016

  1. Address review comments.

    mtyaka committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    c67d91c View commit details
    Browse the repository at this point in the history