Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# Introduction
2
 
3
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
4
https://moodle.org/plugins/block_dedication
5
 
6
# MOODLE 4.X updates
7
Maintenance for this plugin has been taken over by Catalyst IT thanks to funding from the University of Canterbury.
8
 
9
NOTE: This new version of the block differs from the original version in some significant ways:
10
1. 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".
11
2. 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.
12
3. 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.
13
4. Changing the site level settings (session_limit etc) does not recalculate existing records, this will be addressed in a future release - see issue #59.
14
5. 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.).
15
6. Users (students) can now see a link to a report that shows them a list of all ther sessions and estimated durations.
16
7. Custom reportbuilder source is available for site-level reporting (under admin > reports > reportbuilder > custom reports).
17
8. Course and user-level reporting now uses the reportbuilder api available in Moodle 4.0.
18
 
19
# Branches
20
 
21
| Moodle version    | Branch             | Status |
22
| ----------------- | ------------------ | ------------------ |
23
| Moodle 4.0+       | `MOODLE_400_STABLE` | Beta |
24
| Moodle 3.0 - 3.11 | `MOODLE_30_STABLE` | Old unsupported branch - pull requests welcome |
25
 
26
# How dedication time is estimated?
27
Time is estimated based in the concepts of Session and Session duration applied
28
to Moodle's log entries:
29
 
30
  Click:
31
  every time that a user access to a page in Moodle a log entry is stored.
32
 
33
  Session:
34
  set of two or more consecutive clicks in which the elapsed time between every
35
  pair of consecutive clicks does not overcome an established maximum time.
36
 
37
  Session duration:
38
  elapsed time between the first and the last click of the session.
39
 
40
# Features
41
 
42
This block is intended to be used only by teachers, so students aren't going to
43
see it and their dedication time. However, block can be configured to show
44
dedication time to students too.
45
 
46
Teachers can use a tool to analyze dedication time within a course. The tool
47
provides three views:
48
 
49
  Dedication time of the course:
50
  calculates total dedication time, mean dedication time and connections per day
51
  for each student.
52
 
53
  Dedication time of a group:
54
  the same but only for choosed group members.
55
 
56
  Dedication of a student:
57
  detalied sessions for a student with start date & time, duration and ip.
58
 
59
The tools provide an option to download all data in spreadsheet format. The use
60
of this tool is restricted by a capability to teachers and admins only.
61
 
62
This block cannot be used in the site page, only in courses pages.
63
 
64
All texts in English and Spanish.
65
 
66
# Support
67
Please use the moodle coummunity forums for help with this plugin:
68
https://moodle.org/mod/forum/view.php?id=44
69
 
70
Alternatively commercial-level support is available from Catalyst IT:
71
https://www.catalyst.net.nz/
72
 
73
# Credits
74
Moodle 4.0 release developed with funding thanks to Canterbury University
75
 
76
![UC-Logo-3-2_3654775638524282877 (1)](https://user-images.githubusercontent.com/362798/202991887-815a122e-5b1b-49f0-8546-0fed94239753.jpg)
77
 
78
 
79
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.