Use files in moodle_ucat/moodle22 directory.
-
Copy "blocks" and "mod" directories to your Moodle root directory.
-
Log in to your Moodle site and run Site administration > Notifications.
Use files in moodle_ucat/moodle directory.
-
Copy "blocks" and "customscripts" directories to your Moodle root directory.
-
Edit config.php file and add the code
$CFG->customscripts = '/customscripts';
before
require_once(dirname(__FILE__) . '/lib/setup.php');
Replace with the full path to your Moodle root directory.
- Log in to your Moodle site and run Site administration > Notifications.
-
blocksとcustomscriptsディレクトリをMoodleのルートディレクトリにコピーしてく ださい。
-
config.phpを編集して、
$CFG->customscripts = '/customscripts';
を
require_once(dirname(__FILE__) . '/lib/setup.php');
の前に追加してください。はMoodleルートディレクトリへの絶対パスを 指定してください。
- Moodleサイトにログインして、通知を実行してください。
研究の一部は科学研究費補助金(基盤研究(C)課題番号:22520590)を利用している.
A part of the present study was supported by a Grant-in-Aid for Scientific Research for 2010-2012 (No.22520590) from the Japan Society for the Promotion of Science.