Edpuzzle

How to get answers for edpuzzle?

7 seconds to read

Just paste the link to your assignment and click "Get answers".


Canvas method

Left click on the Edpuzzle window and then "View frame source". Then you can copy the link of the new window that has been opened.


Watch the tutorial video below.



What if "View frame source" is not available?

Use this script below:


alert(document.querySelector("form")?.action||"Not found");


bookmark version:


javascript:alert(document.querySelector("form")?.action||"Not found");