Skip to content

Commit

Permalink
Meta enrolment in csv course upload
Browse files Browse the repository at this point in the history
    MDL-73852 changes
  • Loading branch information
ilyatregubov committed Apr 22, 2024
1 parent 8b84208 commit 3f02243
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/devupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,17 @@ See the [detailed documentation](./apis/core/clock/index.md) on how to use this

## Enrolment

### Meta enrolment support in CSV course upload

<Since version="4.4" issueNumber="MDL-73852" />

It is now possible to use meta enrolment when uploading courses using CSV file. Here is an example of CSV file that can be used to upload a course with meta enrolment:

```php title="Example of CSV for meta enrolment"
shortname,fullname,category_idnumber,enrolment_1,enrolment_1_metacoursename
course1,Course 1,CAT1,meta,course2
```

### Support for multiple instances in csv course upload

<Since version="4.4" issueNumber="MDL-43820" />
Expand Down

0 comments on commit 3f02243

Please sign in to comment.