You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when there are many staff registered as proctors in the course, it is very annoying to assign proctors to a session because the list overflows to the bottom of the page. I have shown an example below:
Instead, I think that this could be heavily improved by adding a new class with some CSS styling to the div that contains the "popover-body" class for the proctor assignment window to handle the overflow. It results in a smoother experience when assigning proctors to multiple sessions.
I added the following class to the div: .scrollable-div { overflow: auto; height: 500px; } which produces the following:
I hope that this feature can be added to PrairieTest and I am happy to provide more information if needed, thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, when there are many staff registered as proctors in the course, it is very annoying to assign proctors to a session because the list overflows to the bottom of the page. I have shown an example below:
Instead, I think that this could be heavily improved by adding a new class with some CSS styling to the div that contains the "popover-body" class for the proctor assignment window to handle the overflow. It results in a smoother experience when assigning proctors to multiple sessions.
I added the following class to the div:
.scrollable-div { overflow: auto; height: 500px; }
which produces the following:I hope that this feature can be added to PrairieTest and I am happy to provide more information if needed, thanks!
Beta Was this translation helpful? Give feedback.
All reactions