データベースモジュール

提供:MoodleDocs
移動先:案内検索

Moodle 1.6


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

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

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

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

  • 最初のタスクは、データベースを追加することです。あなたは、データベース名、ユーザに対するデータベースの説明文の入力およびいくつかのオプションの設定を求められます。
  • 次にあなたが収集したい情報を決定するフィールドを定義します。例えば、有名な絵画のデータベースを作成する場合、イメージをアップロードして絵画を表示するための写真フィールド「painting」、作家名および題名を保存するためのテキストフィールド「artist」および「title」でを持つことができます。
  • データベースのエントリ表示方法を変更するため、任意でデータベーステンプレートを編集してください。
  • 後でデータベースフィールドを編集する場合、新しいフィールドの追加を確実にするため、「テンプレートをリセットする」ボタンを使用するか、手動でテンプレートを編集してください。
  • 最終的に教師および学生がデータを入力および (任意に) コメントの追加、他のユーザの投稿を評価するうことができます。登録されたエントリは、単体および一覧表示、または検索および並び替えることができます。

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

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

関連情報