I wanted to send you the bookmarklet so you can test it out and see how it works within a class that has more than 10 students as my video only had a class of 2.
Here is the code that will change a Blackboard Learn’s full grade center display to 50. Hopefully this would work on ultra as well. It starts with javascript: instead of http because it is calling the javascript code:
javascript:(function()%7Bdocument.getElementById(%27openRowEditing%27).click()%3Bdocument.getElementById(%27numRows%27).value %3D 50%3Bdocument.getElementById(%27submitRowEditing%27).click()%3B%7D)()%3B
Next is to create a link in a document and paste the above code into the link. In this example, I am using 50!
I wrote this in a word document and then sent it in my web interface of outlook. When viewing it from the web interface, you can drag the link (50!) into the bookmark bar. Now when in full grade center, this bookmarklet can be clicked to change the display to 50.
Here is the code that will change a Blackboard Learn’s full grade center display to 50. Hopefully this would work on ultra as well. It starts with javascript: instead of http because it is calling the javascript code:
javascript:(function()%7Bdocument.getElementById(%27openRowEditing%27).click()%3Bdocument.getElementById(%27numRows%27).value %3D 50%3Bdocument.getElementById(%27submitRowEditing%27).click()%3B%7D)()%3B
Next is to create a link in a document and paste the above code into the link. In this example, I am using 50!
I wrote this in a word document and then sent it in my web interface of outlook. When viewing it from the web interface, you can drag the link (50!) into the bookmark bar. Now when in full grade center, this bookmarklet can be clicked to change the display to 50.