____ _ _ _ ____ _ _ / __ \ (_)| | | / ____| | | | | | | |_ _ _ | | | | | | |__ ___ __ _ __| |_ | | | | | | | || | | | | | '_ \ / _ \ / _` |__ __| | |__| | |_| | || | | | |____| | | | __/| (_| | | | \___\_\\__,_|_||_|_| \_____|_| |_|\___| \__,__| \__|
- Google chrome or FireFox (only tested it on these two)
- Tampermonkey
- If you cannot get Tampermonkey, use a "Bookmarklet", which is described here
>
= Setting a value instead of using it
00
= Value not important
{$*}
= Inputted value
https://www.quill.org/connect/#/play/lesson/{>$id}?activities={00}&student={00}
https://www.quill.org/api/v1/lessons/{$id}.json
- Returns questions
- jsonData.questions = {Objects}
- Example structure: jsonData.questions[0].key
- Question key is then used for requests for json files regarding the individual question
- jsonData.question[*].key = {>$questionId}
https://cms.quill.org/questions/{$questionId}/responses
https://cms.quill.org/questions/{$questionId}/multiple_choice_options
https://www.quill.org/api/v1/concepts.json
Looking for {$projectId}, but I dont know where it is. This is the value it was for me: XVeKI40fXyEqHE1Is9btaglTLTAaMHzQ
.
https://cdn.segment.com/v1/projects/{$projectId}/settings
In development....
Edpuzzle skipper (adding2210 made it, but I edited it for other use)