Activity Feed
- Posted calc(% - px) on Canvas Question Forum. 06-03-2021 01:09 PM
- Tagged calc(% - px) on Canvas Question Forum. 06-03-2021 01:09 PM
- Got a Kudo for Re: Disappearing Graphics. 08-06-2020 02:01 AM
- Kudoed Editing Capabilities for Rubrics for Chris_Hofer. 05-20-2020 11:50 AM
- Posted Cannot find learning_outcome_question_result_fact on Canvas Question Forum. 03-27-2020 04:58 PM
- Tagged Cannot find learning_outcome_question_result_fact on Canvas Question Forum. 03-27-2020 04:58 PM
- Tagged Cannot find learning_outcome_question_result_fact on Canvas Question Forum. 03-27-2020 04:58 PM
- Kudoed InstUI: Instructure’s Style Guide 2.0 for aguthrie1. 03-02-2020 06:49 AM
- Kudoed Build a Canvas Data Warehouse on AWS in 30 minutes! for ColinMurtaugh. 02-06-2020 10:09 AM
- Kudoed A global option to enable/disable Missing and Late Status labels in the New Gradebook for kimberly_smith1. 01-29-2020 02:24 PM
- Kudoed @ mentions in Discussion forums for hollands. 01-16-2020 09:01 AM
- Posted Re: Syncing attendance in Canvas with a SIS (e.g. PowerSchool) on Canvas Admin Discussion. 11-18-2019 05:46 PM
- Kudoed Syncing attendance in Canvas with a SIS (e.g. PowerSchool) for tbatiuk. 11-18-2019 05:26 PM
- Kudoed Ellucian's ILP for tabithao_lockle. 10-25-2019 02:07 PM
- Kudoed HTML Formatter for Chris_Hofer. 10-25-2019 07:29 AM
- Posted Re: Partial Credit for Matching Questions in Quizzes.Next on Idea Conversations. 10-24-2019 02:30 PM
- Kudoed New Quizzes: Partial Credit for Matching Questions for yoderr. 10-24-2019 02:28 PM
- Kudoed Display Default Email in Gradebook and Speedgrader for rake_9. 08-01-2019 07:20 AM
- Got a Kudo for Re: Disappearing Graphics. 03-05-2019 05:05 AM
- Got a Kudo for Re: Disappearing Graphics. 03-04-2019 03:36 PM
My Posts
Post Details | Date Published | Views | Kudos |
---|---|---|---|
Is it possible to use the following js function in pages? width: calc(100% - 10px) If not, is there any other alternative? I find myself very limited whi... |
06-03-2021 |
574 |
0 |
Cannot find learning_outcome_question_result_fact Does anyone know why the table learning_outcome_question_result_fact may be blank in the database? I can pull up the info from Settings/Reports/Outcome Results but my database seems to be m... |
03-27-2020 |
275 |
0 |
Does anyone know how to use the item group in the style guide? It appears in Components/Item Groups. I have copied the code and paste it in one of my content pages but the groups are not functio... |
03-28-2018 |
567 |
0 |
11-29-2022
04:16 PM
Yes - Please allow us to choose partial credit (or not) on any and all of the question types! I just used a category style question on a quiz with my students and made it worth 8 points and discovered after the students took the quiz that it was all or nothing so students who got 7/8 in the correct category got 0 points. I can see the need to sometimes have it be all or nothing, but we need to have the choice. If it defaults to the wrong choice or we choose the wrong option and need to change it, we need to be able to go back in to edit mode and have it auto grade the change. Regrading each one manually or with fudge points etc, is not practical with 240 students. Please make this change! Also it would be helpful to new users to add the word EDIT to the BUILD button on New Quizzes - it takes many teachers too many searches and questions to figure out that BUILD = EDIT.
... View more
08-25-2022
02:01 PM
@NathanArnold
The information of when each student accessed a page is not available through the Access Report; it is only for summary purposes.
Most people would recommend looking at the Page Views, but that is enormous and it's not easy to break out just the page views from all of the other noise. Doing so would require using Canvas Data to be effective.
I would recommend looking at Canvas Data Services Live Events. You set up an AWS SQS queue and then tell Canvas to send a notification every time a certain event happens. I've been collecting data on views (assignments, pages, navigation) for a couple of years now and the cost is usually less than $2 a month (we're a small community college), but the point is that it is pretty cheap. You have to poll the queue to get the information. Alternatively, you could set it to send the information directly to your host and then get it in near real time.
The Live Events makes a best-attempt at delivery. If AWS is down of Canvas is super busy, the notification may be lost. It doesn't happen often, but you should have a backup if it is really, super important that you capture every event.
Another approach is to download the access report daily and archive them. Then you can go through and check and see what has changed. I wouldn't really consider that since it's a lot of work, but if you're a teacher and not someone with database or programming expertise, it may be your best shot at capturing that information.
... View more
02-14-2022
08:11 AM
Respectfully, why doesn't Instructure try creating several courses within their own instance of Canvas and re-create the problem and troubleshoot it internally? This is such an easily replicable problem. It's clear that this problem is impacting multiple users and multiple institutions. The suggestion to "try clearing your browse" is not helpful given a problem of this scale and severity.
... View more
01-05-2022
04:33 PM
Having this same feature in the student learning mastery view would be extremely helpful for the many teachers who use standards-based grading. 🙏
... View more
06-03-2021
03:56 PM
2 Kudos
Hi Josue,
This is valid CSS that can be used withn Canvas pages.
You can place this within a style tag on your element and it should work fine.
Below is an example:
<div style="width: calc(100% - 10px); height: 400px; background: blue;">Some Content</div>
This will make this div 10 pixels smaller than its parent.
... View more
03-27-2020
04:58 PM
Does anyone know why the table learning_outcome_question_result_fact may be blank in the database? I can pull up the info from Settings/Reports/Outcome Results but my database seems to be missing the data from that table.
... View more
11-18-2019
05:46 PM
I would love to see a way to synchronize Canvas attendance data with our SIS (Banner). It is kind of an essential feature, don't you think? Thank you all!
... View more
11-06-2018
01:35 PM
Renee, Would you also recommend one of your partners to contact Apple and make their applications integrated into Canvas? I am referring primarily to Pages, Keynote, and Numbers, but also to GarageBand and iMovie. Thank you so much!
... View more
06-07-2018
07:36 AM
Taking a look at the style guide, it's all hand coded: the icons, the assignment name and links, the due dates, points, etc. You can manually create something that looks like the modules page and will allow users to expand/collapse the lists, but you won't get the same functionality as on the modules page (e.g. drag-and-drop organization, instant population of asset type, points, due date, publish state, etc. from the object metadata). If that still sounds useful to you, let me know and I can start to parse the code out although it might take a day or two. If you're primarily looking for a way to show/hide content (which can include links to Canvas objects), the Element Toggler a simpler option.
... View more