Skip to content

Tutorial to create a custom XBlock. It will allow to display a video in a course, using oEmbed, and record when the student finishes watching it.

Notifications You must be signed in to change notification settings

open-craft/xblock-simplevideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial

This tutorial will walk you through the creation of a custom XBlock. It will allow to display a video in a course, using oEmbed, and record when the student finishes watching it.

Installing XBlock

First, grab the source code for XBlock at https://github.com/edx/XBlock :

$ git clone https://github.com/edx/XBlock.git
$ cd XBlock

Follow the instructions in README.md to get the workbench server up and running. Once you're done, you should be able to visit http://127.0.0.1:8000/

Tutorial

For the rest of the tutorial, continue to http://opencraft.com/doc/edx/xblock/tutorial.html

About

Tutorial to create a custom XBlock. It will allow to display a video in a course, using oEmbed, and record when the student finishes watching it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •