-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
In Moodle 5.1, the activity chooser gets an overhaul and extended information.
The implications are described in https://moodle.atlassian.net/browse/MDL-87117.
Please refer to that issue to see what core activities' activity chooser descriptions have changed to.
In short:
Implementation requirements
- A new, separate, and optional string, modulename_summary, must be created to handle the first paragraph description, which must be styled with a larger font size.
- Update the modulename_help string for each module (it supports Markdown formatting), to include
- A new, separate, and optional string, modulename_tip, must be created to handle the optional "Tip" section, as not all modules will include one.

Reactions are currently unavailable