Skip to content

Commit

Permalink
Merge pull request #815 from ilyatregubov/meta-enrolment-in-csv-cours…
Browse files Browse the repository at this point in the history
…e-upload

Meta enrolment in csv course upload
  • Loading branch information
sarjona authored Apr 22, 2024
2 parents f9f6094 + 3f02243 commit 55267fb
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 @@ -457,6 +457,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 55267fb

Please sign in to comment.