0
我正在使用moodle 2.2.4。试图控制课程内容对moodle组的知名度
我有一个来自1区和2区的课程的学生。我有一个要求,2区的学生在课程中被分配一名顾问。顾问只能看到第2区的学生的数据。
这就是我试图满足请求的方式。
I created a new role called advisor based on the student role.
I created a new group in the course called group1.
I created a new account called group2_advisor
I enrolled group2_advisor in the role of advisor into group1 in the course.
I moved the student into group1.
当我登录group2_advisor,我可以看到的只是1区的学生(这是伟大的),但是,我仍然看到小区1的数据,当我点击论坛或竞猜活动。
我最初基于非编辑教师角色的顾问角色,但即使在完成步骤1-4之后仍然显示两个区域。当我将顾问角色建立在学生角色的基础上时,我只能看到2区数据(这就是我以后的样子)。
任何见解都非常感谢。