问题标签 [moodle-mobile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 使用 phonegap build 构建 MM2 时出错
我正在尝试根据 Juan Leyva 的演示文稿从 MM2 创建一个自定义应用程序:
https ://docs.google.com/presentation/d/1HX5h7zwtay4amaY3qyLuCLfI7kQCiD9IoWuDH-lSa_0/edit#slide=id.ga20278994_0_101
我自定义并能够使用 ionic 成功运行仿真
但是当我尝试使用 phonegap build ( http://build.phonegap.com ) 构建我的 android 版本时,我收到了这些错误
问题是什么?
如何构建我的应用程序?
谢谢
moodle - moodle中的“技术项目”如何运作?
安装此插件后(技术项目)当我从(站点管理>>插件>>活动模块>>技术项目)进入技术项目设置时,我得到了这个页面。我的问题是,当我将它安装在我的 localhost moodle 中时,我如何测试它的所有功能。 安装后的技术项目视图
moodle - 如何识别用户完全阅读/查看了 Moodle 中特定课程的所有课程
我如何识别完全阅读/查看了 Moodle 中特定课程的所有课程的用户?
我创建了一门课程并注册了 3 个用户,创建的课程有 10 个主题,每个主题包含一些信息。
我配置了移动应用程序并连接到它。
我正确获得了课程信息,但我没有获得任何有关用户完全查看所有课程/未查看的信息。
Moodle 提供任何跟踪课程的选项。
moodle - Moodle 用户使用 Api 注册课程
我是 Moodle 的新手,但我在本地服务器上设置站点。创建了新课程,用户进入其中。我想通过 Javascript API 将患者注册到特定课程(使用管理端创建)。是否可以在课程中注册用户。我找不到任何用于注册部分的 API
javascript - 使用 MOODLE 创建用户并通过 Webservice API 为他们注册课程
如何通过 Web 服务 API 将用户注册到特定课程,我有令牌、用户凭据和课程详细信息。如何创建请求?
我正在尝试注册这样的课程
但它给出了错误..请帮助
moodle - Moodle 自定义服务创建问题
我正在尝试为我的功能增强创建 Moodle 自定义服务
根据这些文档更新服务模块。创建服务模块和 external_lib.php 文件。但是我在访问 Web 服务 API 时出错了
错误:{"exception":"dml_missing_record_exception","errorcode":"invalidrecord","message":"在数据库表 external_functions 中找不到数据记录。"}
启用调试模式并再次尝试。它显示外部函数注册错误。
我如何在 Moodle 中注册新创建的服务?请帮助
moodle - Moodle通过Api获取课程信息+所有课程
我正在尝试收集与 Moodle 课程(课程 + 课程)相关的所有信息
输出看起来像
我想要在 course 下创建的课程详细信息。如何通过 Api 获取信息。谢谢
android - Is there any Moodle API that still exists?
I'm a student, and I want to build an app based on information presented on our University Moodle service. I went to this link: Moodle api but there is a warning line there that says:
Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable
does any one have a suggestion how can I build this app? I built some apps that retrieve information from web before but none using Moodle api.