Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
This files describes API changes in /mod/h5pactivity/*,
2
information provided here is intended especially for developers.
3
 
4
=== 4.2 ===
5
 
6
* The WebService mod_h5pactivity_get_h5pactivities_by_courses now returns a `h5pglobalsettings` property that includes the global settings for H5P activities.
7
 
8
=== 4.1 ===
9
 
10
* The following methods now accept an optional `$currentgroup` parameter in order to better support groups:
11
  - `\mod_h5pactivity\local\manager::get_active_users_join`
12
  - `\mod_h5pactivity\local\manager::get_report`
13
  - `\mod_h5pactivity\local\report\participants` constructor
14
 
15
=== 3.11 ===
16
 
17
* Added mod_h5pactivity\local\manager::get_active_users_join method to query all active
18
  users from a specific activity, even in a freeze context.