1 |
efrain |
1 |
Introduction
|
|
|
2 |
------------
|
|
|
3 |
|
|
|
4 |
This block allows to see the dedication estimated time to a Moodle course by the participants of the course.
|
|
|
5 |
|
|
|
6 |
How dedication time is estimated?
|
|
|
7 |
---------------------------------
|
|
|
8 |
|
|
|
9 |
Time is estimated based in the concepts of Session and Session duration applied
|
|
|
10 |
to Moodle's log entries:
|
|
|
11 |
|
|
|
12 |
Click:
|
|
|
13 |
every time that a user access to a page in Moodle a log entry is stored.
|
|
|
14 |
|
|
|
15 |
Session:
|
|
|
16 |
set of two or more consecutive clicks in which the elapsed time between every
|
|
|
17 |
pair of consecutive clicks does not overcome an established maximum time.
|
|
|
18 |
|
|
|
19 |
Session duration:
|
|
|
20 |
elapsed time between the first and the last click of the session.
|
|
|
21 |
|
|
|
22 |
Features
|
|
|
23 |
--------
|
|
|
24 |
|
|
|
25 |
This block is intended to be used only by teachers, so students aren't going to
|
|
|
26 |
see it and their dedication time. However, block can be configured to show
|
|
|
27 |
dedication time to students too.
|
|
|
28 |
|
|
|
29 |
Teachers can use a tool to analyze dedication time within a course. The tool
|
|
|
30 |
provides three views:
|
|
|
31 |
|
|
|
32 |
Dedication time of the course:
|
|
|
33 |
calculates total dedication time, mean dedication time and connections per day
|
|
|
34 |
for each student.
|
|
|
35 |
|
|
|
36 |
Dedication time of a group:
|
|
|
37 |
the same but only for choosed group members.
|
|
|
38 |
|
|
|
39 |
Dedication of a student:
|
|
|
40 |
detalied sessions for a student with start date & time, duration and ip.
|
|
|
41 |
|
|
|
42 |
The tools provide an option to download all data in spreadsheet format. The use
|
|
|
43 |
of this tool is restricted by a capability to teachers and admins only.
|
|
|
44 |
|
|
|
45 |
This block cannot be used in the site page, only in courses pages.
|
|
|
46 |
|
|
|
47 |
All texts in English and Spanish.
|
|
|
48 |
|
|
|
49 |
Support
|
|
|
50 |
-------
|
|
|
51 |
Support is offered in English and Spanish in these forum discussions:
|
|
|
52 |
|
|
|
53 |
English discussion: http://moodle.org/mod/forum/discuss.php?d=10948
|
|
|
54 |
Spanish discussion: http://moodle.org/mod/forum/discuss.php?d=109489
|
|
|
55 |
|
|
|
56 |
Code repository: https://bitbucket.org/ciceidev/moodle_block_dedication
|
|
|
57 |
Issues: https://bitbucket.org/ciceidev/moodle_block_dedication/issues
|
|
|
58 |
|
|
|
59 |
Credits
|
|
|
60 |
-------
|
|
|
61 |
|
|
|
62 |
This block was developed by CICEI at Las Palmas de Gran Canaria University.
|
|
|
63 |
First version for Moodle 1.9 by Borja Rubio Reyes. Updated and improved version
|
|
|
64 |
for Moodle 2 by Aday Talavera Hierro.
|