The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
I'd like to be able to add flags to students in the gradebook, like "IEP" or "504" or what-have-you.
OK, So I am actually interested in this... I actually developed a script that fetched the accommodation status from the SIS and stored the information in the Students Custom data.... Which was a mess and we ended up not using it since our SIS accommodations status was convoluted, to say the least, or to be honest the who accommodations process might be hard for me to grasp.
I used symbols to represent different accommodations>
I would be willing to work with you to rebuild to act as a selector vs a on SIS derived...
Sorry to resurrect this forum topic but we were asked about adding some type of flag/indication on a student with accommodations at the course level. We'd like to keep the flag private so just that specific instructor is the only one that knows of the accommodation.
I was wondering if you still have your script and how it works. I really like what you have there in the screenshot.
Thanks!
So, I actually approached this in a new way after that comment ages ago...
I created
a `custom gradebook column`( https://canvas.instructure.com/doc/api/custom_gradebook_columns.html )
that fetches data
from `users:customData`( https://canvas.instructure.com/doc/api/users.html#method.custom_data.set_data )
that is populated by a weekly cron job based on a C# application that is pulling data from our SIS...
it's not published but I can clean up an push out if you are interested...
it is based on:
( https://github.com/uvadev/UVACanvasAccess/pkgs/nuget/UVACanvasAccess )
Thanks for sharing, @jsimon3 !
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in