-
Notifications
You must be signed in to change notification settings - Fork 515
[MDL-87117] Describe the new strings to improve activity descriptions #1481
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for the new Activity Chooser help string structure introduced in MDL-87117. The documentation explains how the new _summary, _help, and _tip language strings work to provide richer activity descriptions in Moodle 5.2.
Key changes:
- Documents the new optional
modulename_summarylanguage string for concise module introductions - Describes the refined structure of the existing
modulename_helpstring with Key features and Ways to use it sections - Introduces the new optional
modulename_tiplanguage string for best practices and usage tips
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cdd0034 to
d2bc3d0
Compare
laurentdavid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sarjona, clear and detailed enough. All good !
aanabit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new documentation describes fine the changes on MDL-87117, so this PR seems ready to merge as soon as MDL-87117 is integrated in the next weekly.
Adds comprehensive documentation outlining the requirements and steps for third-party Activities and Resources to utilise the new help string structure (
_summary,_help, and_tip) within the Activity Chooser introduced in MDL-87117. This allows plugins to offer the same rich, structured help as core modules.