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

change update_score_and_comments to wrap args #602

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 4, 2023

  1. change update_score_and_comments to wrap args

    when calling update_score_and_comments on a quiz submission, the
    attempt is already in self and there will be only one item in the
    update list.
    
    this change wraps the passed arguments in a unary quiz_submissions
    list if quiz_submissions is not one of the parameters to the call.
    
    legacy behavior is preserved if quiz_submissions is in the calling
    parameters.
    breed committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b96d2f1 View commit details
    Browse the repository at this point in the history