forked from sukotsuchido/CanvasUserScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93646a9
commit 840668c
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
// ==UserScript== | ||
// @name Print Canvas Quiz | ||
// @namespace https://github.com/sukotsuchido/CanvasUserScripts | ||
// @version 1.0 | ||
// @version 1.2 | ||
// @description Allows the user to print quizzes from the preview page. | ||
// @author Chad Scott ([email protected]) | ||
// @include https://*.instructure.com/courses/*/quizzes/*/take?preview* | ||
// @require https://code.jquery.com/jquery-3.4.1.min.js | ||
|
||
// ==/UserScript== | ||
(function() { | ||
|