GithubHelp home page GithubHelp logo

video-clipper's Introduction

In order to improve student engagement, this pull request allows course staff to enable embedded video clips in open end responses, giving students more expressive power. This is the first step towards higher video engagement. Instead of passively watching videos, students must think critically to determine which snippets illustrate their point. This provides students with captivating experiences and clearer responses for the course staff. Consider film or theater classes. With this tool, course staff could ask questions about scenes, movies, or other recordings, and students could reply naturally with precise clips as explanations.

In the future, such rich descriptions would not be limited to questions and prompts. It is our hope that this tool will lead to video annotation so that students can build multimedia notebooks capturing their key take aways. Not only would this be beneficial to students, but it would provide new insights to course staff about what students actually take away from their classes.

To enable the video clipper, the course staff needs to specify a Youtube ID in the settings for the open ended response question. This will generate a snippet button allowing students to select in and out points for their video clips through a modal window.

This addition is done almost entirely in coffeescript with very minimal changes to the combined open ended module python code and html. The majority of the video clipper is contained in a single coffeescript file, which has two classes: VideoClipper and OmniPlayer. VideoClipper generates html and handles user interactions, while OmniPlayer abstracts away video player specifics for VideoClipper. Currently, Omniplayer only works with YouTube, but additional players, including the edx player, can be added with small additions to OmniPlayer requiring no further changes to the VideoClipper class.

Some modifications were made to display.coffee for the combined open ended module to set up and remove VideoClipper as needed. To integrate VideoClipper into staff grading, a single call to VideoClipper.generate needed to be made when the problem data was loaded by staff_grading.coffee.

Enabling video response open response settings

View in Studio view in studio

Clip creation clip creation

Student response student response

Staff grading staff grading

Video cliper viewer video clip viewer

video-clipper's People

Watchers

 avatar  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.