欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
EdX
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→Django) |
||
(未显示1个用户的42个中间版本) | |||
第2行: | 第2行: | ||
edX 是由合作创建方 Harvard 和 MIT 共同创立的非盈利组织,它的使命是将最好的高等教育带给世界各地不同年龄段拥有上网机会的学生。EdX的免费在线 MOOC 提供交互式的学习体验,课程包括计算机科学,公共健康和人工智能等。edX是个开源项目,采用GNU AGPL v3许可协议。 | edX 是由合作创建方 Harvard 和 MIT 共同创立的非盈利组织,它的使命是将最好的高等教育带给世界各地不同年龄段拥有上网机会的学生。EdX的免费在线 MOOC 提供交互式的学习体验,课程包括计算机科学,公共健康和人工智能等。edX是个开源项目,采用GNU AGPL v3许可协议。 | ||
+ | |||
+ | ==简介== | ||
+ | [[文件:edx-logo.png]] The Future of Education is In-Demand, On-Demand. | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==组成== | ||
+ | Open edX平台包含以下套件: | ||
+ | *Open edX Studio | ||
+ | *Open edX LMS (Learning Management System) | ||
+ | *The capa_module [http://docs.huihoo.com/edx/open-edx-xblock-tutorial/ XBlock], which implements a set of problem types that are based on LON-CAPA problem types | ||
+ | *The ORA2 XBlock, which implements an open response assessment problem type | ||
+ | *Discussion forum,使用[[Ruby]]和[[Sinatra]]框架编写。 | ||
+ | *[http://docs.huihoo.com/edx/using-edx-insights/ Open edX Insights] | ||
==安装== | ==安装== | ||
− | Fullstack | + | [https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/installation/fullstack/install_fullstack.html Fullstack] |
mkdir fullstack | mkdir fullstack | ||
cd fullstack | cd fullstack | ||
− | curl - | + | export OPENEDX_RELEASE="open-release/ginkgo.2" |
− | + | curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/install/install_stack.sh | |
+ | bash install_stack.sh fullstack | ||
vagrant up | vagrant up | ||
vagrant ssh | vagrant ssh | ||
第20行: | 第35行: | ||
cd edx-platform | cd edx-platform | ||
sudo python setup.py install | sudo python setup.py install | ||
+ | python manage.py runserver | ||
默认账号 | 默认账号 | ||
[email protected] / edx | [email protected] / edx | ||
第25行: | 第41行: | ||
[email protected] / edx | [email protected] / edx | ||
[email protected] / edx | [email protected] / edx | ||
+ | |||
+ | ==Django== | ||
+ | [[Django]] App - Plugin App | ||
+ | *[https://github.com/edx/edx-platform/tree/master/openedx/core/djangoapps/plugins Django App Plugins] | ||
+ | *[https://github.com/edx/edx-platform/tree/master/openedx Open edX core] | ||
+ | |||
+ | ==XBlock== | ||
+ | XBlock用于创建新的课件组件,XBlocks可以重用跨课程和与社区共享。 | ||
+ | *[https://github.com/edX/XBlock XBlock @ GitHub] | ||
+ | *[https://github.com/mitodl/edx-sga Staff Graded Assignment XBlock] 学生可以将学习成果上传,教师可以下载这些文档进行评分。 | ||
+ | *[https://github.com/edx-solutions/xblock-mentoring Mentoring XBlock] 它可以自动真实指导edX 上的课程工作流。它支持形式自由的答案,多项选择和响应问题、评定标准和进展跟踪。 | ||
+ | *[http://edustack.org/manual/edx/xblocks-list/ XBlock资源] | ||
==Studio== | ==Studio== | ||
− | [https:// | + | [https://edge.edx.org/ edX edge]帮助您管理您的线上课程,这样您就可以专注于教学。 |
+ | *edX Studio工具是一个图形用户界面,支持多人同时完成一门课程制作。 | ||
+ | *[http://docs.huihoo.com/edx/overview-of-creating-an-online-course-v1.0.pdf Overview of Creating an Online Course] | ||
==App== | ==App== | ||
*[https://github.com/edx/edx-app-ios iOS App] [[Swift]]语言开发 | *[https://github.com/edx/edx-app-ios iOS App] [[Swift]]语言开发 | ||
*[https://github.com/edx/edx-app-android Android App] [[Java]]语言开发 | *[https://github.com/edx/edx-app-android Android App] [[Java]]语言开发 | ||
− | *App统一用[[C Sharp|C#]]开发,[ | + | *Desktop & App统一用 [[C Sharp|C#]] 开发,[[Uno Platform]] 具有优势。 |
==项目== | ==项目== | ||
第44行: | 第74行: | ||
*[https://github.com/edx/XBlock XBlock Courseware Components] | *[https://github.com/edx/XBlock XBlock Courseware Components] | ||
*[https://github.com/edx/ux-pattern-library edX Pattern Library] | *[https://github.com/edx/ux-pattern-library edX Pattern Library] | ||
+ | *[https://github.com/Microsoft/oxa-tools oxa-tools] Open edX on Azure Tools | ||
+ | |||
+ | ==文档== | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/State-of-Open-edX-2017.pdf State of Open edX 2017] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Rich-Video-Recording-Management-for-Open-edX.pdf Rich-video Recording & Management for OpenEdX] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Code-Grading-at-Scale.pdf Code Grading at Scale] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Extending-Open-edX-to-Support-Blended-Learning-at-MIT.pdf Extending Open edX to support blended learning at MIT] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/The-Wild-West-of-High-Availability-in-Open-edX.pdf The Wild West of High Availability in Open edX] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Open-edX-Out-of-Context-The-Open-University-Approach.pdf Open edX Out of Context: The Open University Approach] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Evolution-of-edX-LMS-and-Studio-Architecture.pdf Evolution of LMS and Studio Architecture] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Case-Study-Microsoft-Open-edX-for-Corporate-Learning-and-Professional-Training.pdf Case Study: Microsoft Open edX for Corporate Learning and Professional Training Syndication] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Digital-Solutions-to-integrate-refugees-into-higher-education-First-learnings-from-Kiron.pdf Digital Solutions to integrate refugees into higher education – First learnings from Kiron] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Creating-Synergies-Among-Institutions-in-Higher-and-Continuing-Education-Flipped-Classrooms-and-Project-Based-Learning-with-Open-edX.pdf Creating Synergies among Institutions in Higher and Continuing Education: Flipped Classrooms and Project-Based Learning with Open edX] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Internationalization-at-edX.pdf Internationalizing edx.org] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/Visualizing-Course-Data-Using-VizIT.pdf Visualizing course data using VizIT] | ||
+ | *[http://docs.huihoo.com/edx/open-edx-conference/2017/The-Future-of-Front-end-Development-in-Open-edX.pdf FedX: What’s Next? The Future of Frontend Development in Open edX] | ||
+ | |||
+ | ==课程== | ||
+ | *[https://courses.edx.org/courses/course-v1:edX+BlendedX+3T2016/course/ BlendedX: Blended Learning with edX] | ||
==用户== | ==用户== | ||
[[文件:openedx.png|right]] | [[文件:openedx.png|right]] | ||
[https://openedx.atlassian.net/wiki/display/OPEN/Sites+powered+by+Open+edX Sites powered by Open edX] | [https://openedx.atlassian.net/wiki/display/OPEN/Sites+powered+by+Open+edX Sites powered by Open edX] | ||
+ | *[https://openedx.microsoft.com/ Microsoft Learning] | ||
*[https://lagunita.stanford.edu/ Stanford Lagunita] | *[https://lagunita.stanford.edu/ Stanford Lagunita] | ||
+ | *[https://university.redislabs.com/ Redis Labs Launches Redis University] | ||
*[https://university.mongodb.com/ MongoDB courses] | *[https://university.mongodb.com/ MongoDB courses] | ||
*[https://ondemand.cloudera.com/ Cloudera OnDemand] site by @[[Appsembler]] | *[https://ondemand.cloudera.com/ Cloudera OnDemand] site by @[[Appsembler]] | ||
*[https://www.labster.com/ Labster] site by @[[Raccoon Gang]] | *[https://www.labster.com/ Labster] site by @[[Raccoon Gang]] | ||
*[http://www.xuetangx.com/ 学堂在线-最大的中文慕课(MOOC)平台] | *[http://www.xuetangx.com/ 学堂在线-最大的中文慕课(MOOC)平台] | ||
+ | *[http://www.x-omics.org/ 深圳华大基因学院edX平台:慕序(X-omics)] | ||
+ | *[https://www.starbucksglobalacademy.com Starbucks Global Academy] | ||
+ | |||
+ | ==服务商== | ||
+ | *[https://openedx.atlassian.net/wiki/spaces/COMM/pages/65667081/Open+edX+Service+Providers Open edX Service Providers] [https://open.edx.org/marketplace-category/service-partners/ Open edX Service Partners] | ||
+ | *[http://opencraft.com/ OpenCraft]提供edX [[OpenStack]]云服务 [https://github.com/open-craft/opencraft OpenCraft @ GitHub] | ||
+ | *[https://www.edunext.co/ eduNEXT] Open edX platform as a service | ||
+ | *[https://appsembler.com/ Appsembler] [https://github.com/appsembler GitHub] | ||
+ | *[https://arbisoft.com/services/open-edx-service-providers/ Arbisoft] We build online education platforms | ||
+ | *[https://github.com/eduNEXT eduNEXT] | ||
+ | *[https://competentum.com/ Competentum] EdTech Solutions and Services | ||
+ | *[https://cloudswyft.com/ CloudSwyft] Leading Technology Learning Platform in Asia Pacific | ||
+ | *[https://www.e-ducation.cn/ E-ducation在线学习培训平台] | ||
+ | *[https://extensionengine.com/ ExtensionEngine] | ||
+ | *[https://ibleducation.com/ IBL Education] AI-Driven Learning Ecosystem | ||
+ | *[https://lawrencemcdaniel.com/ Lawrence Mcdaniel] Full Stack Developer 厉害,一个人,13个国家工作,[https://blog.lawrencemcdaniel.com/ 博客]。 | ||
+ | *[http://learning.perpetualny.com Perpetual Learning] | ||
+ | *[https://raccoongang.com/ Raccoon Gang] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
+ | image:openedx-platform.png|Open edX平台 | ||
image:edx-architecture.png|edX架构 | image:edx-architecture.png|edX架构 | ||
+ | image:edx-front-and-server.png|前后端 | ||
image:edX-Architecture-CMS-LMS-2015.png|edX架构 | image:edX-Architecture-CMS-LMS-2015.png|edX架构 | ||
image:edx-20140715.png | image:edx-20140715.png | ||
第65行: | 第136行: | ||
image:edx-analytics.png|edX分析 | image:edx-analytics.png|edX分析 | ||
image:edx-insights-architecture.png|分析架构 | image:edx-insights-architecture.png|分析架构 | ||
+ | image:edx-reporting-framework.png|报表框架 | ||
image:edx-analytics-aws-deployment.png|部署AWS | image:edx-analytics-aws-deployment.png|部署AWS | ||
+ | image:edx-video-encoding-process.png|视频编码 | ||
+ | image:edx-ace-architecture.png|ACE架构 | ||
+ | image:edx-process-for-contributing-code.png|代码贡献 | ||
+ | image:edx-authorization-relationships.jpg|应用授权关系 | ||
</gallery> | </gallery> | ||
==链接== | ==链接== | ||
*[https://www.edx.org edX官网] | *[https://www.edx.org edX官网] | ||
+ | *[http://ux.edx.org/ edX UX] | ||
+ | *[https://openedx.atlassian.net/wiki/ edX Wiki] | ||
*[https://github.com/edx edX @ GitHub] | *[https://github.com/edx edX @ GitHub] | ||
*[https://github.com/edx/edx-platform edX platform] | *[https://github.com/edx/edx-platform edX platform] | ||
+ | *[https://con.openedx.org/ Open edX Conference] | ||
*[http://docs.huihoo.com/edx/ edx文档 @ Huihoo] | *[http://docs.huihoo.com/edx/ edx文档 @ Huihoo] | ||
*[http://code.edx.org/ Open edX] | *[http://code.edx.org/ Open edX] | ||
+ | *[http://edustack.org/ eduStack] | ||
*[http://edx.readthedocs.org/ edX文档] | *[http://edx.readthedocs.org/ edX文档] | ||
第81行: | 第161行: | ||
[[category:python]] | [[category:python]] | ||
[[category:django]] | [[category:django]] | ||
+ | [[category:react]] | ||
+ | [[category:bootstrap]] | ||
+ | [[category:ruby]] | ||
+ | [[category:JavaScript]] | ||
+ | [[category:CoffeeScript]] | ||
[[category:edX]] | [[category:edX]] | ||
+ | [[category:mongoDB]] | ||
+ | [[category:MySQL]] | ||
[[category:RabbitMQ]] | [[category:RabbitMQ]] | ||
[[category:huihoo]] | [[category:huihoo]] |
2021年2月11日 (四) 11:37的最后版本
您可以在Wikipedia上了解到此条目的英文信息 EdX Thanks, Wikipedia. |
edX 是由合作创建方 Harvard 和 MIT 共同创立的非盈利组织,它的使命是将最好的高等教育带给世界各地不同年龄段拥有上网机会的学生。EdX的免费在线 MOOC 提供交互式的学习体验,课程包括计算机科学,公共健康和人工智能等。edX是个开源项目,采用GNU AGPL v3许可协议。
目录 |
[编辑] 简介
The Future of Education is In-Demand, On-Demand.
[编辑] 功能
[编辑] 组成
Open edX平台包含以下套件:
- Open edX Studio
- Open edX LMS (Learning Management System)
- The capa_module XBlock, which implements a set of problem types that are based on LON-CAPA problem types
- The ORA2 XBlock, which implements an open response assessment problem type
- Discussion forum,使用Ruby和Sinatra框架编写。
- Open edX Insights
[编辑] 安装
mkdir fullstack cd fullstack export OPENEDX_RELEASE="open-release/ginkgo.2" curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/install/install_stack.sh bash install_stack.sh fullstack vagrant up vagrant ssh sudo vi /etc/hosts 192.168.1.10 preview.localhost sudo pip install -U Paver paver devstack lms http://192.168.1.10:8000
或者源码安装
git clone https://github.com/edx/edx-platform cd edx-platform sudo python setup.py install python manage.py runserver
默认账号
[email protected] / edx [email protected] / edx [email protected] / edx [email protected] / edx
[编辑] Django
Django App - Plugin App
[编辑] XBlock
XBlock用于创建新的课件组件,XBlocks可以重用跨课程和与社区共享。
- XBlock @ GitHub
- Staff Graded Assignment XBlock 学生可以将学习成果上传,教师可以下载这些文档进行评分。
- Mentoring XBlock 它可以自动真实指导edX 上的课程工作流。它支持形式自由的答案,多项选择和响应问题、评定标准和进展跟踪。
- XBlock资源
[编辑] Studio
edX edge帮助您管理您的线上课程,这样您就可以专注于教学。
- edX Studio工具是一个图形用户界面,支持多人同时完成一门课程制作。
- Overview of Creating an Online Course
[编辑] App
- iOS App Swift语言开发
- Android App Java语言开发
- Desktop & App统一用 C# 开发,Uno Platform 具有优势。
[编辑] 项目
- edx-platform
- edx-enterprise
- edx-organizations
- edx-documentation
- configuration
- EASE (Enhanced AI Scoring Engine)
- ecommerce 基于django-oscar构建
- XBlock Courseware Components
- edX Pattern Library
- oxa-tools Open edX on Azure Tools
[编辑] 文档
- State of Open edX 2017
- Rich-video Recording & Management for OpenEdX
- Code Grading at Scale
- Extending Open edX to support blended learning at MIT
- The Wild West of High Availability in Open edX
- Open edX Out of Context: The Open University Approach
- Evolution of LMS and Studio Architecture
- Case Study: Microsoft Open edX for Corporate Learning and Professional Training Syndication
- Digital Solutions to integrate refugees into higher education – First learnings from Kiron
- Creating Synergies among Institutions in Higher and Continuing Education: Flipped Classrooms and Project-Based Learning with Open edX
- Internationalizing edx.org
- Visualizing course data using VizIT
- FedX: What’s Next? The Future of Frontend Development in Open edX
[编辑] 课程
[编辑] 用户
- Microsoft Learning
- Stanford Lagunita
- Redis Labs Launches Redis University
- MongoDB courses
- Cloudera OnDemand site by @Appsembler
- Labster site by @Raccoon Gang
- 学堂在线-最大的中文慕课(MOOC)平台
- 深圳华大基因学院edX平台:慕序(X-omics)
- Starbucks Global Academy
[编辑] 服务商
- Open edX Service Providers Open edX Service Partners
- OpenCraft提供edX OpenStack云服务 OpenCraft @ GitHub
- eduNEXT Open edX platform as a service
- Appsembler GitHub
- Arbisoft We build online education platforms
- eduNEXT
- Competentum EdTech Solutions and Services
- CloudSwyft Leading Technology Learning Platform in Asia Pacific
- E-ducation在线学习培训平台
- ExtensionEngine
- IBL Education AI-Driven Learning Ecosystem
- Lawrence Mcdaniel Full Stack Developer 厉害,一个人,13个国家工作,博客。
- Perpetual Learning
- Raccoon Gang
[编辑] 图集
[编辑] 链接
分享您的观点