-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
How to upload a file | ||
-------------------------------------------------------------------------- | ||
|
||
|
||
|
||
The `meta.json` file | ||
=========== | ||
|
||
Filenames and titles of files are distinct on canvas: | ||
the latter is what you will see when the file is placed in a module, while the former is what is shown in the file structure. | ||
|
||
You can place a file in as many modules as you wish by specifying the modules in the `meta.json` file. | ||
The key `module` has a value which is a list of names of modules in the Canvas course. | ||
If no module with the specified name exists, a module will be created to house the file. | ||
|
||
The `destination` key specifies where in the file structure you would like the file to be placed. | ||
|
||
|
||
Example | ||
=========== | ||
|
||
|
||
|