ロードマップ

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

作成中です - Mitsuhiro Yoshida 2008年8月15日 (金) 07:09 (CDT)

このロードマップでは、次期バージョンのMoodleの機能に関する最良の情報をまとめています。この情報は、100%確かなものではありません - Moodleに追加される機能は、利用可能な財源および開発者によって変更される場合もあります。

Version 2.0

2009年上旬を予定しています。

主要な機能

  • いくつかのエリアでコードをクリーンアップするため、Moodle 2.0では、最小要件としてPHP 5.2を必要とします。詳細は、gophp5.org.をご覧ください。

ファイルハンドリングの改善

内部リポジトリのファイルを保持し、ファイルへのアクセスを管理します。
ユーザに対して、外部リポジトリの閲覧およびリポジトリからのMoodleへのファイル選択を許可します。
Moodleコンテンツを取得し、外部リポジトリに登録できるようにします。
上記3システムは分かれていますが、補完的な役割を果たすため、同時に開発されます。

コース構成の改善

活動において、依存関係および強制パスを可能にします: 例) 「あなたは、Aを完了するまで、Bを実行できません。」
コンペンテンシートラッキング (Proper competency tracking) として知られています。AKA so that individuals can have learning plans listing outcomes/courses which are updated when courses are completed.
refactor Blocks and Pages using contexts to allow blocks to go anywhere in Moodle with better control.
interface that allows teachers to specify exactly when a course should be considered finished for each user

活動モジュールの変更

  • New Wiki module (nwiki) - DFWikiteam-UPC
To be cleaned up and included as a core module.
Polished and included as a core module.
Major improvements to the quiz reports, especially regrading and item analysis.

Moodleに関する他の細かな改善

Replaces our ageing HTMLarea with a new one that works on more browsers, enforces XHTML strict and better integrates with the new ファイルAPI
Add commenting to blogs (MDL-8776), as well as support for external blogs
Refactor messaging to use plugins for input and output, controlled by users
Obscure RSS feed URLs using private keys, controlled by users.
  • さらなるタギング
Tagging of courses, activities and other things
  • 評定表ユーザインターフェースのAJAX
A host of UI improvements to enhance usability and speed
  • 全般的なユーザビリティのレビュー
We'll be attacking many of the most popular issues from the Moodle Tracker


管理に関する改善

Makes it easy for users to find and navigate other systems and external Moodle repositories, leveraging the Moodle Network in various ways.
Standard set of core API functions made available via SOAP and XML-RPC
  • Enrolments improvements including groups synchronisation - moodle.com (skodak)
Several major improvements related guest access, course enrolments, metacourses and groups synchronisations (aka global groups)

内部のクリーンアップ

MDL-14679 Database access is to be refactored so that: we can use prepared statements everywhere for increased security and some performance, we put datalib functions in a class to allow better unit tests (mock db), and remove the need for slashes in userspace. This will cause breakage for 3rd party modules (but fixing them won't be too hard).
  • 古いDBインストール/アップグレードシステムの削除 - Moodle.com
The deprecated system for installing or upgrading database entries used in Moodle < 1.7 will be completely removed, while supporting only the new XML based database scheme introduced in 1.7.

願わくば

API for integrating external systems for managing student information
Moodle Voice is a project for embedding VoiceXML support into Moodle Core.
We plan to have a very simple export for any Moodle course into IMS LD format, as a proof of concept and to help the community start learning about IMS LD.

関連情報