edX

Open edX平台是一个免费的开源课程管理系统(CMS),最初由edX开发。 Open edX平台在世界各地用于托管大规模开放在线课程(MOOC)以及较小的课程和培训模块。(The Open edX platform is a free--and open source--course management system (CMS) that was originally developed by edX. The Open edX platform is used all over the world to host Massive Open Online Courses (MOOCs) as well as smaller classes and training modules.)

Github星跟蹤圖

EdX是一个由创始合作伙伴哈佛和麻省理工学院创建的非营利性在线计划,由数十家全球领先的机构xConsortium组成。 EdX提供来自世界上最好的大学和机构的互动在线课程和MOOC。

Open edX是为edX课程提供支持的开源平台。通过我们对开源愿景的承诺,edX代码可以免费提供给社区。机构可以托管自己的Open edX实例并提供自己的课程。教育工作者可以扩展平台,构建精确满足其需求的学习工具。开发人员可以为Open edX平台提供新功能。

我们的目标是建立一个蓬勃发展的全球教育工作者和技术人员社区,他们分享创新的解决方案,使所有学生受益。我们邀请您探索Open edX并参与我们不断发展的运动。

Open edX平台是一个免费的开源课程管理系统(CMS),最初由edX开发。 Open edX平台在世界各地用于托管大规模开放在线课程(MOOC)以及较小的课程和培训模块。

Open edX中包含:
  • Open edX Studio
  • Open edX LMS(学习管理系统)
  • capa_module XBlock,它实现了一组基于LON-CAPA问题类型的问题类型
  • ORA2 XBlock,它实现了一个开放式响应评估问题类型
  • 讨论论坛
  • Open edX Insights

Open edX Studio是用于构建课程的Open edX工具。您可以使用Studio创建课程结构,然后为学员添加课程内容,包括问题,视频和其他资源。

您还可以使用Studio来管理课程安排和课程团队,设置评分政策,发布课程的每个部分等。

您可以通过浏览器直接使用Studio。您不需要任何其他软件。

Open edX LMS是Open edX工具,学习者可以使用它来访问课程内容,包括视频,教科书和问题,并检查他们在课程中的进度。 Open edX LMS还可以提供讨论论坛和维基,学习者和课程团队成员都可以参与其中。

对于课程团队成员,LMS包括一个教师仪表板,可以选择注册学习者,生成报告以及管理课程。

您可以通过浏览器直接使用LMS。您不需要任何其他软件。

XBlock是Open edX课程元素的组件架构。软件开发人员构建XBlock以创建独立的课程组件,与在线课程中的其他组件无缝协作。

例如,您可以构建XBlock来表示单个问题,文本字符串或HTML内容。此外,XBlocks是可组合的:您可以构建XBlock来表示更大的结构,如课程,部分和整个课程。通过结合用于各种目的的XBlock,从提供文本和视频内容,到呈现多项选择和数字问题,到支持复杂的协作和交互式学习实验室,课程团队可以创建丰富且引人入胜的课件。

XBlocks的一个主要优点是它们是可部署的。您编写的代码可以部署在edX Platform或其他XBlock运行时应用程序的任何实例中,然后由使用该系统的任何课程团队使用。

如果您想试试Open edX,edX与Bitnami合作,提供Open edX Cypress版本的虚拟机(VM)映像。 VM映像可用于许多广泛使用的云平台,并为您提供了一种在试用模式下运行Open edX的方法。 有关更多信息,请参阅相关博客文章

另一个选项是安装并运行 open edx 开发人员堆栈 (devstack)。

Source Link(en): https://open.edx.org/about-open-edx

概覽

名稱與所有者openedx/edx-platform
主編程語言Python
編程語言Python (語言數: 12)
平台Linux
許可證GNU Affero General Public License v3.0
發布數5881
最新版本名稱open-release/quince.3 (發布於 )
第一版名稱pmitros/xmod-reuse-refactor-skeleton (發布於 )
創建於2013-05-30 20:20:38
推送於2024-05-05 15:59:51
最后一次提交2024-02-12 16:36:17
星數7k
關注者數427
派生數3.7k
提交數65.1k
已啟用問題?
問題數457
打開的問題數130
拉請求數25858
打開的拉請求數179
關閉的拉請求數8186
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

This is the core repository of the Open edX software. It includes the LMS
(student-facing, delivering courseware), and Studio (course authoring)
components.

Installation

Installing and running an Open edX instance is not simple. We strongly
recommend that you use a service provider to run the software for you. They
have free trials that make it easy to get started:
https://openedx.org/get-started/

If you will be modifying edx-platform code, the Open edX Developer Stack_ is
a Docker-based development environment.

If you want to run your own Open edX server and have the technical skills to do
so, Open edX Ubuntu 16.04 64-bit Installation_ has instructions to install
it on an existing Ubuntu 16.04 server.

.. _Open edX Developer Stack: https://github.com/edx/devstack
.. _Open edX Ubuntu 16.04 64-bit Installation: https://openedx.atlassian.net/wiki/display/OpenOPS/Native+Open+edX+Ubuntu+16.04+64+bit+Installation

License

The code in this repository is licensed under version 3 of the AGPL
unless otherwise noted. Please see the LICENSE_ file for details.

.. _LICENSE: https://github.com/edx/edx-platform/blob/master/LICENSE

More about Open edX

See the Open edX site_ to learn more about the Open edX world. You can find
information about hosting, extending, and contributing to Open edX software. In
addition, the Open edX site provides product announcements, the Open edX blog,
and other rich community resources.

.. _Open edX site: https://openedx.org

Documentation

Documentation can be found at https://docs.edx.org.

Getting Help

If you're having trouble, we have discussion forums at
https://discuss.openedx.org where you can connect with others in the community.

Our real-time conversations are on Slack. You can request a Slack invitation, then join our community Slack team.

For more information about these options, see the Getting Help_ page.

.. _Slack invitation: https://openedx-slack-invite.herokuapp.com/
.. _community Slack team: http://openedx.slack.com/
.. _Getting Help: https://openedx.org/getting-help

Issue Tracker

We use JIRA for our issue tracker, not GitHub issues. You can search
previously reported issues. If you need to report a problem,
please make a free account on our JIRA and create a new issue
.

.. _previously reported issues: https://openedx.atlassian.net/projects/CRI/issues
.. _create a new issue: https://openedx.atlassian.net/secure/CreateIssue.jspa?issuetype=1&pid=11900

How to Contribute

Contributions are welcome! The first step is to submit a signed
individual contributor agreement. See our CONTRIBUTING file for more
information – it also contains guidelines for how to maintain high code
quality, which will make your contribution more likely to be accepted.

Reporting Security Issues

Please do not report security issues in public. Please email
security@edx.org.

.. _individual contributor agreement: https://openedx.org/wp-content/uploads/2019/01/individual-contributor-agreement.pdf
.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst

去到頂部