- Posted Re: CD2: course workflow states on Data and Analytics Group. 04-06-2023 12:07 PM
- Got a Like for Temporary Solution for Updating LTI 1.3 on beta/test servers. 04-04-2023 12:55 PM
- Posted Re: Temporary Solution for Updating LTI 1.3 on beta/test servers on Canvas Developers Group. 04-04-2023 12:27 PM
- Liked Re: Temporary Solution for Updating LTI 1.3 on beta/test servers for matthew_buckett. 04-04-2023 12:26 PM
- Posted Re: Limit LTI access to certain users or just Canvas Admins on Canvas Developers Group. 03-27-2023 07:07 AM
- Posted Re: API return for Quiz assignment not correctly showing LockDown Browser config on Canvas Developers Group. 01-05-2023 12:05 PM
- Got a Like for Re: Removing LTIs from past courses. 12-06-2022 12:53 PM
- Posted Re: Removing LTIs from past courses on Canvas Question Forum. 12-06-2022 12:16 PM
- Posted Re: API Courses & Users on Canvas Developers Group. 12-06-2022 08:00 AM
- Posted Re: API functions to access peer review comments? on Canvas Developers Group. 12-05-2022 01:15 PM
- Got a Like for Re: API functions to access peer review comments?. 12-05-2022 11:43 AM
- Posted Re: API functions to access peer review comments? on Canvas Developers Group. 12-05-2022 11:29 AM
- Liked Re: Calendar API: How to retrieve course events between specific dates? for James. 11-28-2022 12:37 PM
- Got a Like for Re: Calendar API: How to retrieve course events between specific dates?. 11-21-2022 10:04 AM
- Got a Like for Question Groups Import. 10-04-2022 07:47 AM
- Posted Re: Problem getting canvas course tabs on Canvas Developers Group. 06-09-2022 09:00 AM
- Got a Like for Re: Problem getting canvas course tabs. 06-09-2022 07:19 AM
- Got a Like for Re: Problem getting canvas course tabs. 06-09-2022 05:44 AM
- Posted Re: Problem getting canvas course tabs on Canvas Developers Group. 06-09-2022 05:37 AM
- Got a Like for Temporary Solution for Updating LTI 1.3 on beta/test servers. 04-12-2022 11:31 AM
Post Details | Date Published | Views | Likes |
---|---|---|---|
Temporary Solution for Updating LTI 1.3 on beta/test servers We have a temporary solution for updating LTI 1.3 tools on beta and test, until Instructure comes up with a solution. I'm QA, not a developer, so this is really simple code using ruby, watir and a ... |
04-08-2022 |
682 |
2 |
[External Tools] Support environment variables for LTI 1.3 For LTI 1.1 there was support for environment variables (https://canvas.instructure.com/doc/api/file.tools_xml.html#test_env_settings) so when beta/test refreshed, our LTI tools would point to beta/t... |
03-14-2022 |
1231 |
0 |
Environment Variables for LTI 1.3? We've been using environment variables for many years now with our LTI 1.1 tools, but will be switching to LTI 1.3 in the near future, and haven't found anything about using environment variables wit... |
03-03-2022 |
1072 |
0 |
Environment variables stopped working We have been using environment variables for our LTI tools for years. Recently, around the beginning of November, the environment variables stopped working, so after the weekly refresh, the tools on ... |
11-29-2021 |
705 |
0 |
New Analytics submission date and time According to the guide, under Student Card Details, the submission date and time should display, but it does not. I have not found this under known issues From https://community.canvaslms.com/... |
09-10-2021 |
631 |
0 |
Minimum permissions needed for peer review API I'm working on assigning minimum permissions to an account role that would allow that role to view peer reviews. The call (https://canvas.instructure.com/doc/api/peer_reviews.html) <server>... |
05-07-2021 |
606 |
0 |
[Inbox] Instructors should be notified if their reply to student messages are not being sent This goes along with https://community.canvaslms.com/t5/Idea-Conversations/Canvas-Inbox-Messages-Fully-Obey-Course-Participation-Settings/idc-p/459284 Once a course has closed, whether by cour... |
04-23-2021 |
1245 |
0 |
Outcomes by Account and Outcome Groups Does anyone know if the outcomes tables are complete in Canvas Data? I can create the report I need using the API, grabbing the following information : api/v1/accounts/#{account_id}/outcome_groups?... |
08-31-2020 |
610 |
0 |
I'm trying to figure out what permissions to apply for a new account role (top-level account). The role would only use GET calls and I have everything figured out except for /api/v1/users/:user_id/co... |
08-18-2020 |
598 |
0 |
grading_standards API Question According to https://canvas.instructure.com/doc/api/grading_standards.html, it should be possible to return the grading_standard used in a course. I have a course with a grading scheme set, yet when... |
08-18-2020 |
1062 |
0 |
Use the front page from a second course import Since all courses are currently online, we have two templates we use for provisioned courses. The templates each have a wiki page set as the front page. The first template has a front page w... |
04-10-2020 |
1333 |
2 |
Quizzes: How to add file to file upload question using the API I'm trying to figure out if it's possible to add a file to a file upload question in quizzes. I tested with assignments first (because it was a lot easier!) and the process requires many steps... |
10-28-2019 |
1017 |
0 |
Calendar API: How to retrieve course events between specific dates? I've been doing a lot of testing with the calendar api and am stuck on how to retrieve events for a course between specific dates. I'm thinking there may be a bug. I created a bunch of events (usi... |
09-04-2019 |
1837 |
1 |
Problems with using GraphiQL code in Insomnia GraphQL is totally new to me and while I've been able to create some queries in graphiql, when I try the same code in Insomnia, the IDs don't work and need to be altered. A course ID which is normall... |
07-25-2019 |
5548 |
5 |
API: Inconsistency for enrollment type returned - a bug? There are a few different ways to get enrollment information for a user and it seems how "type" is returned is not consistent. Not sure if this should be reported as a bug or if we just need to live ... |
06-28-2019 |
665 |
0 |
API or Canvas Data for Question Banks I'm trying to figure out a way to get at the questions in a question bank, (original quizzes), and haven't found anything in the API or in Canvas Data. Canvas Data does provide the question group ... |
04-22-2019 |
1217 |
0 |
I've been doing some testing with bulk importing, (Common Cartridge and QTI zip), classic quizzes and importing individual quiz (qti zip) files into an Item Bank. Importing a classic quiz which co... |
03-27-2019 |
1368 |
6 |
500 errors when using the API to update or add LTI Tools I'm curious if anyone else is seeing this issue. I've filed a ticket, but it would be good to know if others are also running into this problem. We use environment variables for most of our LTI to... |
03-11-2019 |
865 |
1 |
Answered/Unanswered question feed broken on Canvas Developers page The feed seems to be broken on the Canvas Developers page for Answered/Unanswered Questions: Canvas Developers |
02-18-2019 |
644 |
3 |
Does the URL need to be updated for Unanswered/Answered Questions in Catalog? The buttons for Unanswered/Answered Questions are inactive. Do these also need the URLs updated? |
01-29-2019 |
553 |
3 |
- Labels:
-
environment
-
LTI 1.3
-
update LTI 1.3