Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippimhof/moodle-quiz_heartbeat
Quiz report plugin for the Moodle LMS, showing an overview of the time elapsed since the last interaction of each student with the Moodle server during a quiz
https://github.com/philippimhof/moodle-quiz_heartbeat
Last synced: about 1 month ago
JSON representation
Quiz report plugin for the Moodle LMS, showing an overview of the time elapsed since the last interaction of each student with the Moodle server during a quiz
- Host: GitHub
- URL: https://github.com/philippimhof/moodle-quiz_heartbeat
- Owner: PhilippImhof
- License: gpl-3.0
- Created: 2024-11-30T16:57:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T09:21:58.000Z (about 1 month ago)
- Last Synced: 2024-12-02T09:35:15.100Z (about 1 month ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Release](https://img.shields.io/github/v/release/PhilippImhof/moodle-quiz_heartbeat)
[![Automated code checks](https://github.com/PhilippImhof/moodle-quiz_heartbeat/actions/workflows/checks.yml/badge.svg)](https://github.com/PhilippImhof/moodle-quiz_heartbeat/actions/workflows/checks.yml) [![Automated testing](https://github.com/PhilippImhof/moodle-quiz_heartbeat/actions/workflows/testing.yml/badge.svg)](https://github.com/PhilippImhof/moodle-quiz_heartbeat/actions/workflows/testing.yml)moodle-quiz_heartbeat
-------------------------This is a quiz report plugin that allows the teacher to quickly check the time elapsed since the last interaction of each student with the Moodle server during a quiz attempt.
#### Installation
Install the plugin to the folder `$MOODLE_ROOT/mod/quiz/report/heartbeat`.
For more information, please see the [Moodle docs](https://docs.moodle.org/en/Installing_plugins).
#### Usage
1. Go to a quiz.
2. Click on "Results" in order to access the results tab.
3. From the dropdown menu, choose "Heartbeat".
4. Sort and/or filter the table according to your needs.
5. Click "Refresh" whenever you want.