Coder Social home page Coder Social logo

kosmicunifr / interactivevideo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from databayag/interactivevideo

0.0 0.0 0.0 2.5 MB

ILIAS Interactive Video Plugin

License: GNU General Public License v3.0

PHP 79.27% JavaScript 13.70% HTML 4.72% CSS 2.31%

interactivevideo's Introduction

InteractiveVideo

ILIAS Interactive Video Plugin

ILIAS compatibility

The 2.x version of the InteractiveVideo Plugin is only compatible with ILIAS versions 5.1.x and higher. If you looking for an version compatible with ILIAS 5.0.x please use the release_1 branch.

Important notice

If you upgrade to the 2.x version of the InteractiveVideo you can not go back to version 1.x, because there are migration steps which alter the database schema.

Changes in Version 2.x

  • Youtube Videos
  • Source URL to videos
  • Possibility to create plugins for more video sources
  • Learning Progress
  • HTML editor for comments, questions and usage of Latex possible
  • Complete Changelog

Repositories connected to the InteractiveVideo Plugin

Installation Instructions

  1. Clone this repository to <ILIAS_DIRECTORY>/Customizing/global/plugins/Services/Repository/RepositoryObject/InteractiveVideo
  2. Login to ILIAS with an administrator account (e.g. root)
  3. Select Plugins from the Administration main menu drop down.
  4. Search the InteractiveVideo plugin in the list of plugin and choose Activate from the Actions drop down.

Workaround patch for making the Interactive Videos work with the Web Access Checker

Simply insert the following line into the file 'Services/MediaObjects/classes/class.ilObjMediaObject.php' at round about line number 1511, which should read like this in the original:

case "mep":
	$obj_id = $id;
	break;

Insert case "xvid": to make it read like this:

case "mep":
case "xvid":
	$obj_id = $id;
	break;

That's it.

What is it for?

The InteractiveVideo Plugin for ILIAS gives you the possibility to create a video object, where your students can communicate in a asynchronous way. Please note that this is NOT a chat. They can leave notes on different timestamps in the video for other students to read, or only for themselves. Further a tutor can insert questions on various positions in the video for the students to answer. At the moment three questions types are supported single and multiple choice and a reflective type.

Interactive Video Main View

Main View

Interactive Video Question View

Question View

Interactive Video Create Images from Media Object Source

Create Images from Media Object Source

Interactive Video Create Question

Create Question

Interactive Video Sources & Plugin Slots

Main View

Interactive Video Modal options

Modal settings

interactivevideo's People

Contributors

gvollbach avatar nmatuschek avatar mjansendatabay avatar chfsx avatar kosmicunifr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.