Course dedication
Versions
Current version
2024072200 (2024072200)
2024072200
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2024072200
Version release name: 2024072200
Maturity: Stable
Supported Moodle versions: 4.4
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_404_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch |
| ----------------- | ------------------ |
| Moodle 4.0 - 4.3 | MOODLE_400_STABLE |
| Moodle 4.4 | MOODLE_404_STABLE |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
2023112001 (2023112001)
2023112001
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2023112001
Version release name: 2023112001
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2, 4.3
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_400_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch | Status |
| ----------------- | ------------------ | ------------------ |
| Moodle 4.0+ | MOODLE_400_STABLE | Beta |
| Moodle 3.0 - 3.11 | MOODLE_30_STABLE | Old unsupported branch - pull requests welcome |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
2024052400 (2024052400)
2024052400
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2024052400
Version release name: 2024052400
Maturity: Stable
Supported Moodle versions: 4.4
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_404_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch |
| ----------------- | ------------------ |
| Moodle 4.0 - 4.3 | MOODLE_400_STABLE |
| Moodle 4.4 | MOODLE_404_STABLE |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
2023112000 (2023112000)
2023112000
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2023112000
Version release name: 2023112000
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2, 4.3
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_400_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch | Status |
| ----------------- | ------------------ | ------------------ |
| Moodle 4.0+ | MOODLE_400_STABLE | Beta |
| Moodle 3.0 - 3.11 | MOODLE_30_STABLE | Old unsupported branch - pull requests welcome |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
2023070300 (2023070300)
2023070300
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2023070300
Version release name: 2023070300
Maturity: Stable
Supported Moodle versions: 4.0, 4.1
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_400_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch | Status |
| ----------------- | ------------------ | ------------------ |
| Moodle 4.0+ | MOODLE_400_STABLE | Beta |
| Moodle 3.0 - 3.11 | MOODLE_30_STABLE | Old unsupported branch - pull requests welcome |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
2023031700 (2023031700)
2023031700
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2023031700
Version release name: 2023031700
Maturity: Beta
Supported Moodle versions: 4.0, 4.1
Repository URL (Git): https://github.com/catalyst/moodle-block_dedication
Repository branch: MOODLE_400_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Introduction
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
https://moodle.org/plugins/block_dedication
MOODLE 4.X updates
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
This is Work in Progress code under development - use at your own risk, see some of the open issues in the tracker for known issues.
NOTE: This new version of the block differs from the original version in some significant ways:
- To unify global reporting across all courses, you can no longer set the minimum session limit within the block and can only set this in the site-level settings - this fixes various inconsistency issues previously reported and makes it clearer what the setting actually does. The site-level session limit is also exposed to teachers in the reporting pages via the text "Excludes sessions less than X".
- Timespent information is now generated via a scheduled task - this improves general performance but also enables the data to be exposed within Moodle's new Report Builder custom reporting.
- The main course report uses Moodle's reportbuilder api, however this unfortunately drops the ability to filter the report based on the date as system level reportbuilder reports do not support aggregate values well (see MDL-76392) - You can still create a custom report within report-buidlers custom reports to do this and make it available for teachers to use.
- Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
- The first time this new version is installed, only the last 12 weeks of sessions usage is calculated - if you want to calculate further historical data see the CLI script in the CLI folder (requires server-level access to execute.).
- Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
- Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
- Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
Branches
| Moodle version | Branch | Status |
| ----------------- | ------------------ | ------------------ |
| Moodle 4.0+ | MOODLE_400_STABLE | Beta |
| Moodle 3.0 - 3.11 | MOODLE_30_STABLE | Old unsupported branch - pull requests welcome |
How dedication time is estimated?
Time is estimated based in the concepts of Session and Session duration applied
to Moodle's log entries:
Click:
every time that a user access to a page in Moodle a log entry is stored.
Session:
set of two or more consecutive clicks in which the elapsed time between every
pair of consecutive clicks does not overcome an established maximum time.
Session duration:
elapsed time between the first and the last click of the session.
Features
This block is intended to be used only by teachers, so students aren't going to
see it and their dedication time. However, block can be configured to show
dedication time to students too.
Teachers can use a tool to analyze dedication time within a course. The tool
provides three views:
Dedication time of the course:
calculates total dedication time, mean dedication time and connections per day
for each student.
Dedication time of a group:
the same but only for choosed group members.
Dedication of a student:
detalied sessions for a student with start date & time, duration and ip.
The tools provide an option to download all data in spreadsheet format. The use
of this tool is restricted by a capability to teachers and admins only.
This block cannot be used in the site page, only in courses pages.
All texts in English and Spanish.
Support
Please use the moodle coummunity forums for help with this plugin:
https://moodle.org/mod/forum/view.php?id=44
Alternatively commercial-level support is available from Catalyst IT:
https://www.catalyst.net.nz/
Credits
Moodle 4.0 release developed with funding thanks to Canterbury University

This block was previously developed and produced by Aday Talavera, CICEI at Las Palmas de Gran Canaria University and the first version for Moodle 1.9 was developed by Borja Rubio Reyes.
Moodle 3.x+ (2020041000)
Moodle 3.x+
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2020041000
Version release name: Moodle 3.x+
Maturity: Stable
Supported Moodle versions: 3.0, 3.1, 3.10, 3.11, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
Repository URL (Git): https://bitbucket.org/ciceidev/moodle_block_dedication
Repository branch: MOODLE_30_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Minor changes to update compatibility up to Moodle 3.8.
Tested compatibilty with Moodle 3.11.
Moodle 3.x+ (2018072200)
Moodle 3.x+
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2018072200
Version release name: Moodle 3.x+
Maturity: Stable
Supported Moodle versions: 3.0, 3.1, 3.2, 3.3, 3.4, 3.5
Repository URL (Git): https://bitbucket.org/ciceidev/moodle_block_dedication
Repository branch: MOODLE_30_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Fixed some issues reported in tracker and added Moodle 3.0 - 3.5 compatibility.
Moodle 2.7+ (2017042300)
Moodle 2.7+
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2017042300
Version release name: Moodle 2.7+
Maturity: Stable
Supported Moodle versions: 2.7, 2.8, 2.9
Repository URL (Git): https://bitbucket.org/ciceidev/moodle_block_dedication
Repository branch: MOODLE_27_STABLE
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Support for Moodle 2.7, 2.8, 2.9.
For Moodle 3.x+ install the other version.
Moodle 2.0 - 2.6 (2014030401)
Moodle 2.0 - 2.6
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2014030401
Version release name: Moodle 2.0 - 2.6
Maturity: Stable
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
Repository URL (Git): https://bitbucket.org/ciceidev/moodle_block_dedication
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Fixed errors with oldest Moodle 2 versions.
1.9.x (2008112702)
1.9.x
Plugin type: Blocks
Frankenstyle component name: block_dedication
Version build number: 2008112702
Version release name: 1.9.x
Maturity: Alpha
Supported Moodle versions: 1.9
Repository URL (Git): https://bitbucket.org/ciceidev/moodle_block_dedication
Repository branch: moodle1.9
Repository tag:
Issue/bug tracker URL: https://github.com/catalyst/moodle-block_dedication/issues
Added french translation contribution by Luiggi Sansonetti