Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/xblock-simplevideo
该项目是跟随edx-xblock tutorial做的一个Video block demo,
https://github.com/wwj718/xblock-simplevideo
Last synced: 11 days ago
JSON representation
该项目是跟随edx-xblock tutorial做的一个Video block demo,
- Host: GitHub
- URL: https://github.com/wwj718/xblock-simplevideo
- Owner: wwj718
- Created: 2014-12-24T09:32:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T10:01:38.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T13:49:58.404Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Simple Video
该项目是跟随edx-xblock tutorial做的一个Video block demo,尚未完成Simple Video插件在课程中展示视频,用到了[oembed](https://oembed.com/) , 可以记录用户观看次数,并允许投票
##关于Xblock
> XBlocks are Python classes that implement a small web application. Like full applications, they have state and methods, and operate on both the server and the client.> XBlocks are implemented as Python code, and packaged using standard Python techniques. They have Python code, and other file resources, including CSS and Javascript needed to fully render themselves in a browser.
--[xblock guide](https://antoviaque.org/docs/edx/xblock/guide/xblock.html)
简单来说Xblock是使用python实现的一套组件,用户创建的Xblock实例拥有自定义的数据和方法。Xblock用以对edx课程进行扩展
##参考资料
* [xblock-sdk](https://github.com/edx/xblock-sdk)
* [tutorial](https://antoviaque.org/docs/edx/xblock/tutorial.html)
* [xblock doc](http://edx.readthedocs.org/projects/xblock/en/latest/)
* [edx-xblock邮件列表](https://groups.google.com/forum/#!forum/edx-xblock)
* [List of XBlocks](https://github.com/edx/edx-platform/wiki/List-of-XBlocks)