新的Moodle要求

时间:2014-05-08 14:04:04

标签: moodle

我需要在我的Moodle网站中包含这些字段

必须有:

  

·学习者个人详细信息,其中还包括残疾,自治市,病房

     

·课堂培训

                              I.            Name of the Provider

                            II.            Name of the facilitator

                          III.            Name of the moderator

                         IV.            Start and end date

                           V.            Name or number of the Unit standard

                         VI.            Results that is competent or not yet competent
     

·使用

进行工作场所培训
                            I.            Name of the employer

                          II.            Address

                        III.            Name of the mentor or supervisor

                        IV.            Start and end date

                          V.            Name of the Unit standard

                        VI.            Final results
     

·津贴

                I.   Money received per month for the duration of the project
     

我们还必须能够报告辍学和怀孕,请记住他们休产假并回来,所以我们必须能够报告

1 个答案:

答案 0 :(得分:1)

用户个人资料有自定义字段 - http://docs.moodle.org/25/en/User_profile_fields

我建议将facetoface模块用于课堂和工作场所培训 - 您也可以使用自定义字段。

https://moodle.org/plugins/view.php?plugin=mod_facetoface

您可以记录出勤率,并且有一些报告。

在Totara(Moodle的发行版)中广泛使用

http://help.totaralms.com/Trainer_Led_Courses.htm

您需要编写一个本地插件来报告成本。

http://docs.moodle.org/dev/Local_plugins