Skip to content

Commit 09b13f1

Browse files
authored
Merge pull request #1554 from ferranrecio/DOC-assign-public
Update submission.md
2 parents 9b02487 + 49cdea2 commit 09b13f1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/apis/plugintypes/assign/submission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ An assignment submission plugin is used to display custom form fields to a stude
1919

2020
:::tip
2121

22-
For a good reference implementation, see the [onlinetext](https://github.com/moodle/moodle/tree/main/mod/assign/submission/onlinetext) submission plugin included with core because it uses most of the features of submission plugins.
22+
For a good reference implementation, see the [onlinetext](https://github.com/moodle/moodle/tree/main/public/mod/assign/submission/onlinetext) submission plugin included with core because it uses most of the features of submission plugins.
2323

2424
:::
2525

2626
## File structure
2727

28-
Assignment Feedback plugins are located in the `/mod/assign/submission` directory. A plugin should not include any custom files outside of it's own plugin folder.
28+
Assignment submission plugins are located in the `/public/mod/assign/submission` directory. A plugin should not include any custom files outside of its own plugin folder.
2929

3030
:::important Plugin naming
3131

@@ -47,7 +47,7 @@ Some of the important files are described below. See the [common plugin files](.
4747
<summary>View an example directory layout for the `assignfeedback_file` plugin.</summary>
4848

4949
```console
50-
mod/assign/submission/file
50+
public/mod/assign/submission/file
5151
├── backup
5252
│   └── moodle2
5353
│   ├── backup_assignsubmission_file_subplugin.class.php

versioned_docs/version-5.1/apis/plugintypes/assign/submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For a good reference implementation, see the [onlinetext](https://github.com/moo
2525

2626
## File structure
2727

28-
Assignment Feedback plugins are located in the `/mod/assign/submission` directory. A plugin should not include any custom files outside of it's own plugin folder.
28+
Assignment submission plugins are located in the `/public/mod/assign/submission` directory. A plugin should not include any custom files outside of its own plugin folder.
2929

3030
:::important Plugin naming
3131

@@ -47,7 +47,7 @@ Some of the important files are described below. See the [common plugin files](.
4747
<summary>View an example directory layout for the `assignfeedback_file` plugin.</summary>
4848

4949
```console
50-
mod/assign/submission/file
50+
public/mod/assign/submission/file
5151
├── backup
5252
│   └── moodle2
5353
│   ├── backup_assignsubmission_file_subplugin.class.php

0 commit comments

Comments
 (0)