Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# README
2
 
3
## Quick summary
4
 
5
Course completed enrolment handles the enrolment of users upon completion of a course.
6
 
7
## Enrolment on course completed
8
 
9
* With this plugin it is possible to create a chain of courses.  The moment a student completes a course, he/she
10
  is automatically enrolled in one or more courses. But it can also be used to give a user another role when he/she
11
  completes the course.
12
* Administrators can also enrol users who completed past courses.
13
* Administrators can bulk modify and delete users (works only when 1 instance is installed [MDL-66652](https://tracker.moodle.org/browse/MDL-66652)).
14
* When a user is part of a group in the first course, the user will also be part of the group with the same name in the second course.
15
* When you want to enrol all users only after a particular date, configure this date as part of the course completion.
16
* When you want that this plugin only works for a limited period, configure enrolment start and end date. Before and after this date, this plugin will do nothing.
17
 
18
## Course completion
19
 
20
Check the global documentation about course completion: https://docs.moodle.org/403/en/Course_completion
21
 
22
## Installation:
23
 
24
 1. Unpack the zip file into the enrol/ directory. A new directory will be created called coursecompleted.
25
 2. Go to Site administration > Notifications to complete the plugin installation.
26
 
27
## Requirements
28
 
29
This plugin requires Moodle 4.2+
30
 
31
## Troubleshooting
32
 
33
 1. Goto "Administration" > "Advanced features", and ensure that "Enable completion tracking" is set to yes.
34
 2. Make sure "Enable completion tracking" is set to "yes" in the course settings.
35
 3. Goto "Administration" > "Course administration" > "Course completion", and configure the the conditions required for course completion. Note: you must set some conditions, you cannot just set the "completion requirements" option at the top. Save.
36
 4. Goto "Administration" > "Course administration". Make sure you can now "Course completion" listed under "reports". If you cannot see this report then course completion has not been set correctly.
37
 5. Make sure the enrolment start date < now AND enrolment end date > now.
38
 6. Start enrolling
39
 
40
## Theme support
41
 
42
This plugin is developed and tested on Moodle Core's Boost theme and Boost child themes, including Moodle Core's Classic theme.
43
 
44
## Plugin repositories
45
 
46
This plugin will be published and regularly updated on Github: https://github.com/ewallah/moodle-enrol_coursecompleted
47
 
48
## Bug and problem reports / Support requests
49
 
50
This plugin is carefully developed and thoroughly tested, but bugs and problems can always appear.
51
Please report bugs and problems on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/issues
52
We will do our best to solve your problems, but please note that due to limited resources we can't always provide per-case support.
53
 
54
## Feature proposals
55
 
56
Please issue feature proposals on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/issues
57
Please create pull requests on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/pulls
58
We are always interested to read about your feature proposals or even get a pull request from you, but please accept that we can handle your issues only as feature proposals and not as feature requests.
59
 
60
## Moodle release support
61
 
62
This plugin is maintained for the latest major releases of Moodle.
63
 
64
## Maturity
65
 
66
Stable
67
 
68
## Status
69
 
70
[![Build Status](https://github.com/ewallah/moodle-enrol_coursecompleted/workflows/Tests/badge.svg)](https://github.com/ewallah/moodle-enrol_coursecompleted/actions)
71
[![Coverage Status](https://coveralls.io/repos/github/ewallah/moodle-enrol_coursecompleted/badge.svg?branch=main)](https://coveralls.io/github/ewallah/moodle-enrol_coursecompleted?branch=main)
72
 
73
## Copyright
74
 
75
2024 eWallah.net
76
 
77
This program is free software: you can redistribute it and/or modify it under
78
the terms of the GNU General Public License as published by the Free Software
79
Foundation, either version 3 of the License, or (at your option) any later
80
version.
81
 
82
This program is distributed in the hope that it will be useful, but WITHOUT ANY
83
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
84
PARTICULAR PURPOSE.  See the GNU General Public License for more details.
85
 
86
You should have received a copy of the GNU General Public License along with
87
this program.  If not, see <https://www.gnu.org/licenses/>.