2018地平线报告

新媒体联盟去年宣告破产,公众担心地平线报告成为绝唱。不过今年2月,NMC被EDUCAUSE收购,EDUCAUSE由此接下了地平线报告的大旗。

自适应学习资源Adaptive Learning Resources

来源 https://openedx.atlassian.net/wiki/spaces/AC/pages/548601946/Adaptive+Learning+Resources Sample courses ALOSI via LTI: https://www.edx.org/course/essential-statistics-data-analysis-using-microsoft-dat222x-2 Background Reading General Background Pearson – Decoding Adaptive CogBooks-White-Paper-Types-of-Adaptive-Learning_2016.pdf MS/Harvard VPAL {#AdaptiveLearningResources-MS/HarvardVPAL} Designing Adaptive Learning and Assessment The Adaptive Experiment : Implementation The Bridge for Adaptivity Analyzing Data from an Adaptive MOOC SCALE®– Student Centered Adaptive Learning Engine ALOSI Labs Website(MS + Harvard collaboration) Harvard VPAL Github Site Adaptive Learning Working Group Use cases Consolidated

Tao 开源的Open edX的Ecommerce配置及本地支付接口

本文内容由@淘 老师开发及开源,请移步http://www.heyuantao.cn看全部内容。

以下内容为转载

关于OpenEdx的Ecommerce的配置

OpenEdx项目中的ecommerce和edx-platform是两个独立的组件,两个组建部署后通过Web API接口相互调用和访问数据。ecommerce的目的是为了取代edx-platform中自带的购物车,这样使得课程购买和课程播放管理相互独立,程序更容易维护。

OpenEdx的官网有如何安装ecommerce组件的介绍,单这个仅仅适用于开发版本。在安装OpenEdx的时候ecommerce一般会直接安装上,但仍需要配置。所涉及到的配置文件有edx-platform的lms.env.json、lms.auth.json和ecommerce的ecommerce.yml(/edx/etc/ecommerce.yml)文件的配置。主体过就是配置两个组件的oauth2功能。