Canvas is experiencing issues due to an ongoing AWS incident. Follow the status at AWS Health Dashboard and Instructure Status Page
Found this content helpful? Log in or sign up to leave a like!
I'm not sure if this is the right place to put this, but I do need help and developers might know.
When students view their grades my organisation want them to see a message that says 'These grades are provisional and subject to ratification by the Board.' In the UK we tend to say everything is provisional until confirmed, so it's quite standard practice.
Ideally, I would like this to appear on the page as indicated in the picture attached.
Can anyone help me do this, please?
Thanks.
development edit global css #cluelessaboutjavascript javascript css
The good news is you can do this with custom global JavaScript. Unfortunately, I have to go to class and don't have time to explain more right now.
Hi carmen.windsor,
As @James mentioned, this is possible with JavaScript.
Here is a quick snippet that will do the trick:
$( '#assignments' ).prepend('<br /><p>These grades are provisional and subject to ratification by the Board.</p>');
You should probably also include some URL validation so it only appears on the Grades page, as I imagine that the ID 'assignments' isn't unique to the page thus will add the text on other pages where it isn't desired.
Alex
Thanks for this akkaufmann.
Thanks,
Carmen
To 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