You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost all string IDs use namespacing/scoping via colons.
Currently the prefixes `error:`, `event:`, `metric:`, and `settings:` exist.
The remaining ones are forced to follow a certain pattern by Moodle.
Word separation via underscores is used consistently (wherever possible).
Metric descriptions match metric names exactly and have a `metric:` prefix and `_description` suffix.
Metric config options also have the `metric:` prefix, followed by the config class name and another colon, followed by the actual option name.
Co-authored-by: Sebastian Rupp <sr@artcodix.com>
Co-authored-by: Marion Hilgers <mh@artcodix.com>
0 commit comments