Skip to content

blend-ed/xblock-kinescope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinescope XBlock

XBlock for embedding Kinescope Videos.

Local setup

  1. Clone this repository into devstack_root/src/ directory.
  2. Add the following to devstack_root/devstack/options.local.mk:
    # Restart both containers
    edx-restart: lms-restart cms-restart
    
    # This allows you to install an XBlock in both lms and studio using
    # make install-xblock XBLOCK=problem-builder
    install-xblock:
    	for c in lms cms ; do \
    		docker exec -it edx.${COMPOSE_PROJECT_NAME}.$$c bash -c \
    		'cd /edx/src/$(XBLOCK) && /edx/app/edxapp/venvs/edxapp/bin/pip install -e .' ;   \
    	done
    	make edx-restart
  3. Run make install-xblock XBLOCK=xblock-kinescope.

Usage

  1. Go to Settings -> Advanced Settings in a specific course within Studio.
  2. Add "kinescope" to Advanced Module List and save.
  3. Add Advanced -> Kinescope unit to the course.
  4. Go to Kinescope dashboard (https://app.kinescope.io/video)
  5. Right click on any video and select Copy Link
  6. Click on the edit button of the XBlock unit and paste the link in Video Link/URL field
  7. Save the XBlock

About

XBlock for embedding Kinescope Videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • HTML 4.9%
  • JavaScript 4.4%
  • CSS 4.2%