Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
Create a field to remedial course
|
|
======
|
|
|
|
The purpose of this plugin is to offer the possibility of adding remedial courses or advanced courses so that, when a test is
|
|
validated or failed, the learner will be automatically subscribed to the corresponding courses.
|
|
If the test is realised in the context of a session then the remedial and advanced courses will be subscribe in the same session.
|
|
|
|
* For remedial courses:
|
|
When activating the plugin, in the test settings, a remedialCourseList field is enabled, for the teacher to define the courses
|
|
where the learner will be subscribed in case of failure of the test at all the attempt until the last one.
|
|
For this to work, the number of attempts must be activated and also, have an exam success rate enabled.
|
|
After the user fails the last attempt, they automatically enroll in the selected courses.
|
|
|
|
* For advanced courses:
|
|
When activating the plugin, in the test settings, the advanceCourseList field is enabled, which allows you to select
|
|
one or more courses to which the learners will be subscribed when they validate/succeed an exam (that means their
|
|
result is higher than the passing percentage.
|
|
This function is independent of the number of attempts, but the passing percentage must be established from the test
|
|
configuration.
|