「データベースモジュール」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
編集の要約なし
6行目: 6行目:
'''データベースモジュール'''では、教師および学生があらゆるトピックに関するレコードエントリのバンクを構築、表示および検索することができます。これらのエントリのフォーマットおよび構造には、イメージ、ファイル、URI、数値およびテキスト等、ほとんど制限がありません。あなたは、Microsoft AccessまたはFilemakerデータベースを構築するための似たような技術に慣れ親しんでいることでしょう。
'''データベースモジュール'''では、教師および学生があらゆるトピックに関するレコードエントリのバンクを構築、表示および検索することができます。これらのエントリのフォーマットおよび構造には、イメージ、ファイル、URI、数値およびテキスト等、ほとんど制限がありません。あなたは、Microsoft AccessまたはFilemakerデータベースを構築するための似たような技術に慣れ親しんでいることでしょう。


:'''''Note:''' Please don't confuse this [[Adding resources and activities | activity type]] with Moodle's underlying SQL database, which stores all of the information used in Moodle courses and is only of interest to Moodle [[Administrator documentation | Administrators]].''
:'''メモ:''' Moodleに内蔵されるSQLデータベースである、この[[リソースおよび活動の追加|活動タイプ]]に混乱しないでください。これは[[管理者ドキュメント|管理者]]のみが関心をもつ活動タイプです。
 
:
 
== データベースモジュールの使い方 ==
== データベースモジュールの使い方 ==
* The first task is to [[Adding/editing_a_database|add the database]]. You will be asked to give it a name, provide some text explaining its intended purpose to users and set a few other options.
* The first task is to [[Adding/editing_a_database|add the database]]. You will be asked to give it a name, provide some text explaining its intended purpose to users and set a few other options.

2007年11月6日 (火) 18:09時点における版

Moodle 1.6


作成中です - Mitsuhiro Yoshida 2007年11月6日 (火) 11:18 (CST)

データベースモジュールでは、教師および学生があらゆるトピックに関するレコードエントリのバンクを構築、表示および検索することができます。これらのエントリのフォーマットおよび構造には、イメージ、ファイル、URI、数値およびテキスト等、ほとんど制限がありません。あなたは、Microsoft AccessまたはFilemakerデータベースを構築するための似たような技術に慣れ親しんでいることでしょう。

メモ: Moodleに内蔵されるSQLデータベースである、この活動タイプに混乱しないでください。これは管理者のみが関心をもつ活動タイプです。

データベースモジュールの使い方

  • The first task is to add the database. You will be asked to give it a name, provide some text explaining its intended purpose to users and set a few other options.
  • Next you define the kind of fields that define the information you wish to collect. For example a database of famous paintings may have a picture field called painting, for uploading an image file showing the painting, and two text fields called artist and title for the name of the artist and the painting.
  • It is then optional to edit the database templates to alter the way in which the database displays entries.
  • Note that if you later edit the fields in the databases you must use the Reset template button, or manually edit the template, to ensure the new fields are added to the display
  • Finally the Teacher and/or Students can start entering data and (optionally) commenting on and grading other submissions. These entries can be viewed alone, viewed as a list or searched and sorted.

データベースおよびロール

Since Moodle 1.7 a number of options in Database have been migrated over to the Roles system. For example, preventing students (or any other role) submitting data must be done by overriding the role for that particular instance of the Database. However, do note that by default teachers are unable to override roles and this ability must first be granted by your Administrator for the course or site as appropriate.

データベース例

Moodle.org has three good examples of the database module in action:

  • Moodle Buzz, a database of the titles, authors and web links to news articles mentioning Moodle
  • Themes, a database with screenshots, download links and user comments about Moodle themes
  • Modules and plugins, a database containing a variety of web links (download, documentation, discussion) and info (maintainer, module type, requirements) about the modular components of Moodle, including those created by third parties.

創造的な使い方

You could use the database module to:

  • allow collaboration on building a collection of web links/books/journal references related to a particular subject
  • display student created photos/posters/websites/poems for peer comment and review
  • gather comments and votes on a shortlist of potential logos/mascot names/project ideas
  • provide a student file storage area

関連情報