scele course-updates¶
Show what changed in a course recently.
course-updates asks SCELE what has changed in a course recently, such as new or modified
activities, new forum posts, or new files. It is the closest thing to a per-course changelog.
Pair it with watch and you have a working "tell me when something changes in this course"
monitor without writing any polling logic yourself.
Usage¶
Arguments¶
| Argument | Required |
|---|---|
course_id |
yes |
Options¶
| Flag | Type | Description |
|---|---|---|
--since-days |
value | Look back this many days. |
Example¶
Output¶

Returns:
Notes¶
- "Recently" is defined by Moodle's own last-access bookkeeping, not by a window you pass.
- An empty result is normal and means nothing changed, not that the call failed.
See also¶
course · watch · notifications