Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# moodle-report_deviceanalytics
2
The device analytics plugin provides the administrator a quick overview of the user used devices. It stores, every time a user logged in, various data of the devices. These can be viewed on a dashboard in graphically andtabular form. A temporal limitation of the desired data is also possible.
3
Currently datas are:
4
 - Devicetype
5
 - Operating System
6
 - Browser | with Version logging
7
 - Displaysize | if js is enabled
8
 - Windowsize | if js is enabled
9
 - Inputtype | like mouse or touchscreen
10
 
11
### Language
12
The Plugin supports 2 languages:
13
 - Englisch
14
 - Español
15
 
16
### Version
17
Current version: **2016051700**
18
moodle requires: **2014111000**
19
moodle versions: 3.8
20
 
21
 
22
### Credits
23
 
24
For HTTP Header interpreting this plugin is using:
25
http://browscap.org/ - Version: 2.1.1
26
MIT License
27
 
28
Chart.js - For Dashboard Charts
29
http://www.chartjs.org/- Version: 2.1.2
30
MIT License
31
 
32
jQuery - For Dashboard Charts
33
https://jquery.org/ - Version: 1.12.2
34
MIT License