openedx / xblock-image-explorer

GNU Affero General Public License v3.0
9 stars 39 forks source link

MCKIN-8752: Make it complete on submission instead of on view. #52

Closed jcdyer closed 5 years ago

jcdyer commented 5 years ago

Update image-explorer to complete when emitting a grade event, instead of on view

JIRA tickets: Fixes part of MCKIN-8752

Discussions: N/A

Dependencies: None

Screenshots:

Sandbox URL: TBD - sandbox is being provisioned.

Merge deadline: ASAP

Testing instructions:

  1. Create an image explorer block.
  2. Visit it.
  3. Verify that no BlockCompletion objects are created.
  4. Submit a response for grading.
  5. Verify that a BlockCompletion object is created.

Author notes and concerns:

N/A

Reviewers

Settings

EDXAPP_FEATURES:
  ENABLE_COMBINED_LOGIN_REGISTRATION: true