Attendance report¶
The attendance report (mod/jitsi:viewattendance) gives teachers a detailed breakdown
of student participation in each Jitsi activity. It is accessible from the activity's
secondary navigation and is organised into three tabs.
Requires a mod_jitsi Account
The attendance report, recording view tracking, the viewing heatmap, the course overview and the site-wide usage statistics all require a registered mod_jitsi Account. Registration is free and takes less than a minute.
Tab 1 — Live sessions¶
Shows all-time attendance for the activity with no date filter:
- Student table — sessions entered, total minutes, average time per session and all dates attended (with exact connection times once the nightly cron has run).
- Export — download the table in CSV, Excel or other formats.
Tab 2 — Recordings¶
Shows recording engagement for the selected date range:
- Viewing heatmap — two aggregate bars per recording: unique viewers (blue) and total replays (orange), with a 10-second bucket resolution. Hover over any blue bucket to see exactly which students watched that segment.
- Per-student progress bars — individual segment bars showing what percentage of each recording each student has watched.
- Recording access log — for non-embeddable recordings (8x8, external links), a log of when each student clicked to open the recording.
- Date filter — narrow the data to a specific period.
Tab 3 — Course overview¶
Aggregated view across all Jitsi activities in the course:
- Activity overview — sessions, unique participants, total minutes and recordings per activity.
- Student engagement ranking — students ranked by total session minutes, with recording starts.
- Top recordings — recordings with the most unique viewers across the course.
Requirements¶
- The
mod/jitsi:viewattendancecapability (granted to teachers by default). - A registered mod_jitsi Account.
- The
aggregate_usage_statsscheduled task must have run at least once for the live sessions data to be available — data is pre-computed nightly.
Session usage statistics¶
The session usage statistics page (/mod/jitsi/sessionusagestats.php) provides site
administrators with an aggregated view of Jitsi usage across the entire Moodle site.
Stats are pre-computed nightly by the aggregate_usage_stats scheduled task and include
daily breakdowns of sessions, unique participants, total minutes and recordings. A live
report can also be generated directly from the activity log.
Requires a mod_jitsi Account
Site-wide usage statistics require a registered mod_jitsi Account.