-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
64 lines (44 loc) · 2.07 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Introduction
------------
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
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
-------
Support is offered in English and Spanish in these forum discussions:
English discussion: http://moodle.org/mod/forum/discuss.php?d=10948
Spanish discussion: http://moodle.org/mod/forum/discuss.php?d=109489
Code repository: https://bitbucket.org/ciceidev/moodle_block_dedication
Issues: https://bitbucket.org/ciceidev/moodle_block_dedication/issues
Credits
-------
This block was developed by CICEI at Las Palmas de Gran Canaria University.
First version for Moodle 1.9 by Borja Rubio Reyes. Updated and improved version
for Moodle 2 by Aday Talavera Hierro.