「新しいコースの追加」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
22行目: 22行目:
==コースを削除する Deleting a course==
==コースを削除する Deleting a course==


教師はコースを削除することはできません。マネージャ (例 [[ケイパビリティ/moodle/course:delete|moodle/course:delete]]のあるロールのユーザ) はコースを削除することができます。[[コース作成者]]は自分で作成したコースを削除できますが、これはコース作成後24時間以内です。これは間違ってコースを作成した場合に管理者に依頼せずに削除できることを目的としています。This is so that courses created by mistake may be deleted without needing to ask an administrator.This is so that courses created by mistake may be deleted without needing to ask an administrator.
教師はコースを削除することはできません。マネージャ (例 ケイパビリティ[[ケイパビリティ/moodle/course:delete|moodle/course:delete]]のあるロールのユーザ) はコースを削除することができます。[[コース作成者]]は自分で作成したコースを削除できますが、これはコース作成後24時間以内です。これは間違ってコースを作成した場合に管理者に依頼せずに削除できることを目的としています。This is so that courses created by mistake may be deleted without needing to ask an administrator.This is so that courses created by mistake may be deleted without needing to ask an administrator.


Administrators can always delete courses.
Administrators can always delete courses.

2017年11月13日 (月) 15:23時点における版


作成中です - Mitsuhiro Yoshida (トーク)

コースを追加する

デフォルトでは通常の教師は新しいコースを追加することはできません。Moodleに新しいコースを追加する場合、あなたは管理者コース作成者またはマネージャの権限を持つ必要があります。


コースを追加するには:

  • 「サイト管理」リンクから「コース > コースおよびカテゴリを管理する」をクリックしてください。

[[File:26addcourse1.png|400px|thumb|center|右のカテゴリページ内で「新しいコース」をクリックしてください。

  • あなたが中にコースを作りたいカテゴリをクリックしてください。詳細はコースカテゴリをご覧ください。
  • 「新しいコース」リンクをクリックしてください。
  • コース設定に入った後、「保存して戻る」ボタンををクリックしてあなたのコースに戻るか、「保存して表示する」ボタンををクリックして次の画面に移動してください。

newcoursesavereturn.png

  • あなたが次の画面で「保存して表示する」を選択した場合、コースに割り当てる学生および教師を選択してください。

コースを削除する Deleting a course

教師はコースを削除することはできません。マネージャ (例 ケイパビリティmoodle/course:deleteのあるロールのユーザ) はコースを削除することができます。コース作成者は自分で作成したコースを削除できますが、これはコース作成後24時間以内です。これは間違ってコースを作成した場合に管理者に依頼せずに削除できることを目的としています。This is so that courses created by mistake may be deleted without needing to ask an administrator.This is so that courses created by mistake may be deleted without needing to ask an administrator.

Administrators can always delete courses.

To delete a course (as an admin or manager):

  1. From the Site administration link, click Courses > Manage courses and categories
  2. Click the course's category and click the course in the screen on the right.
  3. Click the Delete link.
Deleting a course

You can delete multiple courses by:

  • Creating a new (temporary) category. You can name it "To be deleted".
  • Select and move the "About to be deleted" courses to that category ("To be deleted").
  • Delete the category ("To be deleted") and choose "Delete ALL - cannot be undone".

There is no user interface for course creators to delete courses they have created; however they can do so by editing the URL of the course from http://yourmoodlesite.net/course/view.php?id=N to http://yourmoodlesite.net/course/delete.php?id=N (replacing 'view' with 'delete').

Sorting courses

Courses may be sorted by an admin or manager from Administration>Site administration>Courses>Manage courses and categories.

Courses may be sorted by ascending/descending and by time created.

Sorting courses

Course requests

The course request feature can be enabled by an administrator in Administration > Site administration > Courses > Course request.

An admin can set the default category for course requests, whether users can select a category when requesting a course, and who can receive notification of course requests (from a list of users with the capability moodle/site:approvecourse).

A 'Request a new course' button will then appear on the 'All courses' page. The All courses page can be accessed via a link in the Courses block.

If course requests are enabled, by default all authenticated users can make course requests. See Course requester role for details of how to restrict users who can make course requests.

Bulk course creation

For full details on how to bulk create courses and use course templates, see Upload courses.

  1. Go to Administration > Site Administration > Courses > Upload courses.
  2. Upload a CSV file either by dragging and dropping or using the button to select from the File picker.
  3. Select your import options and click Preview. If the settings are acceptable, click Upload.

Course templates

It is possible, from Administration>Site Administration>Courses>Upload courses to specify a course and settings to use as template for future courses.

Default blocks for new courses can also be configured in config.php.

Using an existing course as a template

First, create or locate on your Moodle the course you wish to use as a template and make a note of its shortname. A template course might for example have common headings or section summaries or policy agreements used throughout the site for consistency.

Note that only the content of the course will be restored; not its settings. Settings are added separately.

Method 1

  • Create your csv file. See Upload courses for accepted fields.
  • From the Site administration link, click Courses>Upload courses and add your file.
  • Preview it and scroll down to 'Course process'. In the box 'Restore from this course after upload', add the shortname of your template course.
  • If you are creating several courses using the same template and you wish them all to have the same settings, you can specify these in the Default course values.
  • Upload your csv file.
Adding shortname of template course
Default course values

Method 2

  • All the settings and the chosen template course can be specified in the csv file you create. Use templatecourse as the field for your chosen template course, and use the course shortname. See Upload courses for full list of fields you can include.
  • Here is an example of a csv file for restoring a course to be used as a template. It specifies for example the theme, language, enrolment method and alternative names for student and teacher.

shortname,fullname,category,newsitems,theme,lang,format,enrolment_1,enrolment_1_role,role_student,role_teacher,templatecourse Knit,Knitting,2,0,afterburner,fr,topics,manual,student,NewKnitter,MasterKnitter,OMT

  • Go to Administration>Site administration>Courses>Upload courses and add your csv file.

Using a backup course as a template

It is possible during the process of creating courses with a csv file in Site administration>Administration>Courses>Upload courses to specify and upload a backup file to be used as a template.

  • Create your csv file. See Upload courses for accepted fields.
  • From Site administration>Administration>Courses>Upload courses, add your file.
  • Preview it and scroll down to 'Course process'. In the box 'Restore from this file after upload', add the backup file you wish to use as the template.
  • If you are creating several courses using the same template and you wish them all to have the same settings, you can specify these in the 'Default course values' section.
  • Alternatively, you can specify the course settings (such as format, enrolment methods, language) in the csv file. This method is useful if you wish different courses using the same template to have different settings.
  • Upload your csv file.
Uploading a template course

関連情報

Screencasts

Forum discussions