Skip to content

chriscoyfish/popcorn-js-quizzes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

popcorn-js-quizzes

This is a plugin for Popcorn.js which adds dynamic quiz functionality. For instance, to add a basic 2 second long quiz:

var popcorn = Popcorn('#video');
popcorn.popquiz({
 start: 10,
 limit: 2000,
 target: "note",
 question: "What type of move is this?",
 choices: ["Live action", "Animated"],
 text: "Common, this should be easy....",
 answer: 1
});

About

Popcorn.js Plugin for Pop Quizzes. Demo at:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published