「コース間で問題を共有する方法」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
9行目: 9行目:
===1. ロール「Question sharer」を作成する===
===1. ロール「Question sharer」を作成する===


As usual, you create a new role by going to Administration -> Users -> Permissions -> Define roles.
通常どおり、「サイト管理 > ユーザ > パーミッション > ロールの定義」に移動して、ロールを作成してください。


You can use whatever Name and Short name you like for the role. Set the 'Legacy role type' to None.
You can use whatever Name and Short name you like for the role. Set the 'Legacy role type' to None.

2009年4月4日 (土) 04:07時点における版

Moodle 1.9


作成中です - Mitsuhiro Yoshida 2009年4月2日 (木) 02:30 (UTC)

このページでは、Moodle 1.9において、教師がコース間の問題を共有することができるようにするため、管理者が設定する方法を説明します。

あなたがやるべきこと

1. ロール「Question sharer」を作成する

通常どおり、「サイト管理 > ユーザ > パーミッション > ロールの定義」に移動して、ロールを作成してください。

You can use whatever Name and Short name you like for the role. Set the 'Legacy role type' to None.

In Moodle 2.0 and later, set the role to be assignable in the System and Category contexts.

Set the following capabilities to Allow: moodle/question:add moodle/question:editall moodle/question:managecategory moodle/question:moveall moodle/question:viewall moodle/question:useall

2. 新しいロールをシステムコンテクストに割り当てる

Any user who you wish to be able to access the shared areas of the question bank must have the new role assigned in the System context. (Administration -> Users -> Permissions -> Assign system roles)

Or, for more control, you can assign this role in a course category. That lets the user share questions only between the courses in that category.

教師がやるべきこと

Once you have done the above steps. Teachers who have the Question sharer role will be able to see the shared areas of the question bank when they are editing quizzes, or when they click on the 'Questions' link in the course administration block.

Any questions they store in the shared areas of the question bank will be visible in all their courses.

どのように動作しますか?

See: Question permissions explained with diagrams.

関連情報