-
Notifications
You must be signed in to change notification settings - Fork 5
Releasing grades #15
Comments
Working on it today! |
Deployed, looks great! Just checking: is it only the client that decided to render the grade if released==true (aka do the clients get their grades if they look in the developer console, or is the data not sent if released==false)? Also, when the students view their comments could the button say 'Close' instead of 'Cancel'. |
@rtholmes Ah good point, yes I only blocked the grade from rendering on the client, but the grades are still being received from the server. I should block the grade from being sent on the server side, if gradesReleased=false. |
For today it isn't urgent, because we want them to see their grades anyways, but in future it would be handy. Right now I think #13 is more important since it is probably easy for you but not so easy for me. |
It would be great to be able to release the D1 grades so the students can see them; I have set
gradesReleased: true
indeliverables.json
but that doesn't seem to do it. Do I have to do anything else?The text was updated successfully, but these errors were encountered: