Skip to content

Commit

Permalink
Re-enable title prompt for Moodle assignments
Browse files Browse the repository at this point in the history
The way moodle handles the title means there's no perfect solution.

Prompting for the title is less confusing while creating new assignments
but not ideal for editing.

Not prompting for the title makes both new/editing equally confusing
always overriding the LMS with tour default.

Ideally we can prompt for the title with this commit and steer the
instructors to use our own editing flow over the one in the LMS
  • Loading branch information
marcospri committed Mar 13, 2024
1 parent f4b2993 commit b7abf04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lms/product/moodle/_plugin/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@


class MoodleMiscPlugin(MiscPlugin):
deep_linking_prompt_for_title = False
# Moodle's deep linking flow is included in the activity creating one.
# Removing our title prompt to avoid confusion with the one in the LMS.

@classmethod
def factory(cls, _context, request): # pragma: no cover
return cls()

0 comments on commit b7abf04

Please sign in to comment.