英文: How to change a status of inprogress to completed of a student in Moodle v4 问题 我在Moodle上进行了一次考试,...
PHP获取Moodle中的分配ID
英文: PHP Get Assign ID in Moodle 问题 如何从该对象中获取 id=2? 您可以使用以下代码从该对象中获取 id=2: $id = $assign->instance...
如何为 Moodle 4.0 授予查看 BBB 录制会话的权限
英文: How to give Permission to Moodle 4.0 to view BBB recorded sessions 问题 抱歉,由于您的要求,我将仅返回翻译好的部分,不包括代...
Is it possible to have a participants' course reports plugin with all their courses, the status of learning, time spent on moodle lms?
英文: Is it possible to have a participants' course reports plugin with all their courses, the sta...
批量队列注册
英文: Bulk cohort enroll 问题 我想要批量将同学编组注册到课程中(通过编组同步,而不是从编组中注册用户)。阅读了REST API文档后,我没有找到实现这一点的方法。因此,我想用一个...
SQL statement to delete a user in moodle
英文: SQL statement to delete a user in moodle 问题 You can use the following SQL statement to delete a ...
获取具有相同列中不同值并具有另一列条件的记录。
英文: How to get records with different values in same column AND condition on another column 问题 我们正在尝...
如何从 Moodle 换毛模板中调用 PHP 函数?
英文: How to call a PHP function from Moodle mustache template? 问题 我正在尝试通过下拉菜单为 Moodle 区块插件内的课程构建一个筛选功...
媒体查询和基于Bootstrap的Moodle主题中的页面宽度
英文: Media query and page width in Bootstrap based Moodle theme 问题 I'm using the LMS Moodle 4 and the...
如何在身份验证插件中创建用户?
英文: How to create user in authentication plugin? 问题 我想为Moodle 3.10编写一个自定义身份验证插件 当用户尝试使用登录表单登录时,该插件将使...