MOODLE 插件

发布于 2024-07-17 03:12:32 字数 106 浏览 5 评论 0原文

考虑到 MOODLE 是一个开源项目,我如何添加我在 MOODLE 中开发的插件?

How can i add a plug-in that i developed in MOODLE, considering the fact that MOODLE is an open source project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

锦欢 2024-07-24 03:12:32

这是关于将贡献模块安装到moodle的文档。 在您的插件可供所有人使用之前,您必须获得批准。 如果您想将插件添加为核心组件,您应该联系开发团队。 确保您遵循您贡献的代码的指南

Here is the documentation on installing contributed modules to moodle. You have to be approved before your plugins are available to everybody. If you wanted to get your plugin added as a core component, you should contact the development team. Make sure you follow the guidelines for your contributed code.

香草可樂 2024-07-24 03:12:32

查看贡献代码指南。 它们应该包括您需要了解的有关为 Moodle 项目做出贡献的所有信息。 他们描述说你必须在他们的 bugtracker 等上提交它——对于进一步的问题,我建议你直接联系 Moodle 人员。

Check the guidelines for contributed code. They should include everything you need to know about contributing to the moodle project. They describe that you have to submit it on their bugtracker, etc. -- for further question, I suggest you contact the moodle people directly.

过潦 2024-07-24 03:12:32

由开放大学开发的代码检查器插件 (moodle.org/plugins/view.php? plugin=local_codechecker)对于任何希望为 Moodle 贡献扩展并包含一般编码良好实践的人来说都是一个非常宝贵的工具。

我建议您在计划与其他 Moodle 用户共享的任何软件中使用此功能,并在开发插件时使用 mudle.org 上的论坛来获取有关测试版和您的概念的一些反馈。

The code checker plug in developed by the Open University (moodle.org/plugins/view.php?plugin=local_codechecker) is an invaluable tool for anyone hoping to contribute an extension to Moodle and incorporates general coding good practice.

I would recommend using this for any software you are planning to share with other Moodle users and using the forums at moodle.org to get some feedback on beta versions and your concept while developing your plug-in.

奢欲 2024-07-24 03:12:32

Moodle 提供代码指南。

http://docs.moodle.org/dev/Guidelines_for_contributed_code#How_to_submit_code

阅读如何请求测试/审查您的代码部分。

特别注意遵循moodle API

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

Moodle contributes code guidelines.

http://docs.moodle.org/dev/Guidelines_for_contributed_code#How_to_submit_code

Read the How to request that your code be tested/reviewed section.

Pay particular attention to following the moodle API

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文