graemeglass / xblock-in-video-collaboration

Annoto xBlock for the Opendx LMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xblock-in-video-collaboration

Annoto is an in-video collaboration solution that turns static, 1-way video Stream/VOD into an active and interactive group experience, where participants contribute, share and learn together. Users can lean forward and become participants and not just passive and lonely viewers, causing all users to be actively involved and return to the video content, sharing more ideas and creating more meaningful content. Resulting in higher engagement and retention, supported by comprehensive analytics and insights, that facilitate dramatic improvements to content, communications, and measurable outcomes.

Visit our online documentation

Information about the XBlock: https://docs.annoto.net/setup/openedx/widget-integration-xblock

Information about Annoto discussion widget and Insights dashboard: https://docs.annoto.net/guides/

Information about Annoto API: https://docs.annoto.net/developers/

Installation

sudo -sHu edxapp
source ~/edxapp_env
pip install "git+https://github.com/Annoto/xblock-in-video-collaboration.git"

Enabling in Studio

You can enable the Annoto xblock in studio through the advanced settings:

  1. From the main page of a specific course, click on Settings, Advanced Settings in the top menu.
  2. Check for the Advanced Module List policy key, and add "annoto" in the policy value list.
    [
        ...
        "annoto",
        ...
    ]
  3. Add value "annoto-auth:<annoto_client_id>:<annoto_client_secret>" to LTI Passports list
    [
        ...
        "annoto-auth:<annoto_client_id>:<annoto_client_secret>",
        ...
    ]
  4. Click on the Save changes button.

Usage

  1. In course unit, add the video bock Add Video
  2. Add Annoto xblock from advanced components Add Advanced Add Annoto
  3. Reload page

About

Annoto xBlock for the Opendx LMS

License:Apache License 2.0


Languages

Language:Python 46.8%Language:JavaScript 38.0%Language:HTML 14.5%Language:CSS 0.7%