1 |
efrain |
1 |
This files describes API changes in the mod_scorm code.
|
|
|
2 |
|
|
|
3 |
=== 4.3 ===
|
|
|
4 |
* Add SCORM options in get_scorms_by_courses() external/ws function.
|
|
|
5 |
|
|
|
6 |
=== 4.0 ===
|
|
|
7 |
* Setting 'displayactivityname' has been removed from scorm. This will be handled by activityheader and is theme dependent.
|
|
|
8 |
|
|
|
9 |
=== 3.6 ===
|
|
|
10 |
|
|
|
11 |
* The following renamed classes have been completely removed:
|
|
|
12 |
- scorm_default_report (now: mod_scorm\report)
|
|
|
13 |
|
|
|
14 |
=== 3.5 ===
|
|
|
15 |
* In get_scorms_by_courses() external/ws function, the force new attempt setting is no longer a boolean - now accepts 3 values:
|
|
|
16 |
No (0), On complete (1) and the new Always (2). See MDL-32585 for more details.
|
|
|
17 |
|
|
|
18 |
=== 3.3.2 ===
|
|
|
19 |
|
|
|
20 |
* scorm_refresh_events() Now takes two additional parameters to refine the update to a specific instance. This function
|
|
|
21 |
now optionally takes the module instance object or ID, and the course module object or ID. Please try to send the full
|
|
|
22 |
objects instead of the ids to save DB calls.
|
|
|
23 |
|
|
|
24 |
=== 3.1 ===
|
|
|
25 |
* Group and groupings support has now been enabled.
|
|
|
26 |
|
|
|
27 |
=== 3.0 ===
|
|
|
28 |
|
|
|
29 |
* External function mod_scorm_external::get_scorms_by_courses returned parameter "name" has been changed to PARAM_RAW,
|
|
|
30 |
this is because the new external_format_string function may return raw data if the global moodlewssettingraw parameter is used.
|
|
|
31 |
* Function scorm_view_display was renamed to scorm_print_launch to avoid
|
|
|
32 |
confussion with new function scorm_view.
|
|
|
33 |
|
|
|
34 |
=== 2.8 ===
|
|
|
35 |
|
|
|
36 |
* Coding style fixes. A large number of coding style issues were fixed in MDL-45887. This means any local modifications
|
|
|
37 |
to mod_scorm are likely to conflict.
|
|
|
38 |
|
|
|
39 |
* All scorm report plugins should use namespaced classnames now. Refer MDL-46469 for details.
|