... | ... | @@ -302,7 +302,32 @@ adminユーザで Moodleにログインする |
|
|
2. 提出は,課題ファイルを指定された提出用 Submit volume にコピーする.この際,ファイル名に自分の学籍番号,名前を追加する.
|
|
|
- ファイル提出の際には submit コマンドが使用できる.submit はファイル名にユーザ名を自動的に付け加えて,指定されたフォルダにコピーする.
|
|
|
- 例)!submit kadai-1.ipynb
|
|
|
|
|
|
-
|
|
|
#### **Personal volume** を使用する場合
|
|
|
##### Creating an assignment
|
|
|
1. Settings
|
|
|
- Accessible users : Blank
|
|
|
- Teachers : Your own username
|
|
|
- Container image : Image for use in assignments
|
|
|
- Task volume : Access name with a leading minus sign (**-**). Your own user name as an accessible user.
|
|
|
1. Log in to JupyterHub.
|
|
|
1. Create teaching materials in the Task volume. Make sure that the file name is not the same as the one you have created before. You can also work in any other directory.
|
|
|
1. After the files are copied from the Task volume to the Personal volume, the files are automatically converted, so there is no need to start ipynb_deploy manually.
|
|
|
|
|
|
##### Publication of issues.
|
|
|
1. Settings
|
|
|
- Accessible users : **\***
|
|
|
- Teachers : Your own username
|
|
|
- Container image : Image for use in assignments
|
|
|
- Task volume : The access name is prefixed with a minus sign (**-**), and the accessible users are left blank. The access name is not displayed to students
|
|
|
- Submit volume : Volume for collecting issues. Specify an appropriate access name. The accessible users field is left blank.
|
|
|
- **Personal volume : The volume name should be the same as the Task volume. The access name is an appropriate name. The accessible users field is left blank.**
|
|
|
|
|
|
##### Implementation and submission of assignments (students)
|
|
|
1. **Students will work directly with the files in their Personal volume.**
|
|
|
1. To submit, copy the assignment file to the designated Submit volume. When you do this, add your student number and name to the file name.
|
|
|
- The ipynb_submit command can be used to submit a file. ipynb_submit automatically appends the user name to the file name and copies it to the specified folder.
|
|
|
- Ex. $ ipynb_submit issue_01 submit_wortk
|
|
|
# 参考
|
|
|
### [Moodle Moot 2022](https://moodlejapan.org/course/view.php?id=89)
|
|
|
- Moodle Moot 2022 での発表スライド:[Moodle_JupyterHub.pdf](uploads/437b4e14fd3a3440bf4e2d9b001ce4c7/Moodle_JupyterHub.pdf) (2022/2/19)
|
... | ... | |