Giter Site home page Giter Site logo

maxtothem4x / edpuzzle-answers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ading2210/edpuzzle-answers

0.0 0.0 0.0 8.18 MB

Home Page: https://edpuzzle.hs.vc

License: GNU General Public License v3.0

JavaScript 76.08% CSS 2.98% HTML 20.94%

edpuzzle-answers's Introduction

Edpuzzle Answers Script

jsdelivr monthly badge jsdelivr weekly badge jsdelivr daily badge

A screenshot of the generated webpage

This bookmarklet can fetch the answers for the multiple choice questions on any Edpuzzle assignment. It can also skip the entire video, as well as automatically answer the questions and change the video speed.

Discord server: edpuzzle.hs.vc/discord.html

Contents:

Demo:

demo.mp4

Note: This video was recorded with an older version of the script, so the GUI shown is missing some features.

Features:

  • Can fetch and display the multiple-choice answers for any Edpuzzle assignment
  • Can automatically answer all the multiple-choice questions in an assignment
  • Includes a video skipper which allows for arbitrary navigation within an assignment
  • Has a tool to change the video speed
  • Has an option to prevent auto-pausing the video when the tab is hidden
  • Shows various stats about the assignment
  • Has a decent looking GUI
  • No login or extension required
  • Uses about:blank so it doesn't go into your browser history
  • Works on private Edpuzzle videos
  • Supports Edpuzzles embedded in Canvas and Schoology
  • Licensed under the GNU GPL v3 license

Available now from our Discord server: An open beta of a completely overhauled GUI, with proper mobile support, ChatGPT integration for open-ended questions, and more.

Limitations:

  • This isn't able to answer open-ended questions or audio responses. Though in the future, I might use something like ChatGPT to complete those automatically.
  • This doesn't currently work for most Edpuzzles that are embedded in a third party site. However, the script does work for Edpuzzles embeded in Canvas and Schoology.

Copyright Notice:

This project is licenced under the GNU GPL v3. Thus, you are not allowed to:

  • Reupload any part of the source code without crediting this repository.
  • Fork this repository, then change or remove the license.
  • Fork this project without linking to your modified source code.

Forking or redistributing code from this repository is fine, as long as you abide by the terms of the GPL. However, if you don't, then I have every right to submit a DMCA takedown. Also, please don't try to take credit for work that is not yours by changing or removing the credits. Editing a couple of lines to remove my name and reuploading it doesn't make you look cool.

Creating the bookmarklet:

A video tutorial can be found here.

Method 1:

  1. Navigate to https://edpuzzle.hs.vc.
  2. If you're on any Chromium-based browser, drag the button at the bottom of the page into your bookmarks bar.
  3. If you're on Firefox, right click on the button and then click "bookmark link."

Method 2:

  1. Copy the following code into your clipboard:
javascript: fetch("https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js").then(r => r.text()).then(r => eval(r))
  1. Right click on your bookmarks bar and click "add page."
  2. Set the name of the bookmark to whatever you want.
  3. Paste in the code into the box for the url and save the bookmark.

Using the Bookmarklet:

On Regular Edpuzzles:

  1. Navigate to any Edpuzzle assignment.
  2. Make sure the url follows this format: https://edpuzzle.com/assignments/{id}/watch
  3. Click on the bookmarklet to run the script.
  4. If it doesn't work, make sure you allow popups from edpuzzle.com, then try again.

Usage on Canvas:

  1. Navigate to the assignment on Canvas. The link should look similar to this: https://k12.instructure.com/courses/{id}/assignments/{id}
  2. Click on the bookmarklet. The script should open the Edpuzzle assignment in a new tab.
  3. Re-run the bookmarklet to launch the full script.
  4. If this doesn't work, make sure you allow popups on both Edpuzzle and Canvas.

Credits:

The code for the video skipper is based off of this, with permission from the original author and some major refactoring.

All other code has been written solely by me, ading2210.

This project is licensed under the GNU General Public License v3.0.

edpuzzle-answers's People

Contributors

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