How can I change the number of students faculty can view per page in the gradebook? Right now the max they can see is 10 per page and we have set our pagination settings to 250, but it hasn't affected the gradebook. Any tips?
Hello @Heather.K.449
Thank you for reaching out to the Brightspace Community.
The users can choose the number of users to be displayed from the dropdown at the bottom of the Grades page.
You can change this display option with the config variable: d2l.Settings.PaginationNumbering ( Org )
The per page options available for use within a gradebook is dependent on the following config variablesGrades.GradesList.MaxSpreadsheetRecords - Limits the number of users displayed on a single page in spreadsheet viewd2l.Tools.Grades.GradesList.MaxRecords - Limits the number of users per page based on the maximum number of grade items that can be viewed on a page
These settings denote the maximum amount of records that will be displayed on one page, so if the number shown will go over that limit, it will reduce the 'per page' option to the maximum amount that can be used on the page. Bear in mind, however, that these settings are in place to prevent timeouts within grade books. Still, you can change those values if you wish, but in doing so you would assume added risk for slowness/timeouts, and you might need to reduce these again should this happen. Something to consider about Grades.GradesList.MaxSpreadsheetRecords is that this is used as part of the calculation to determine the # of users that can render per page, but it is not the # of user that can render per page.
Calculation: Number of rows = Maximum Records Allowed / Number of Columns OR Maximum users per page = Grades.GradesList.MaxSpreadsheetRecords / # of Grade Items
Using this same formula, you should be able to calculate what value for Grades.GradesList.MaxSpreadsheetRecords would be required in order to allow for the additional filters, bearing in mind considerations for performance that I alluded to.
Now, you want the maximum users per page to exceed the largest per page count as to not to exclude your targeted per page count value.
Regards
Ashwin Ravi
Connect with our Known and Fixed Issue information to learn about improvements made to Brightspace.
Connect with leaders in pedagogy, accessibility, learning experience design and more
The Accessibility category serves as a single point of access to three avenues in Brightspace Community leading to the Accessibility Academy, Accessibility Library and Accessibility Discussions. These avenues offer courses and articles about accessibility to enhance accessibility knowledge and a group of accessibility enthusiasts to stay connected with.
Have questions about how to use Community? Stay tuned with updates, feedback opportunities and more for the Community here!
Connect with and ask questions on how to best use the Brightspace Product to transform the way your users learn!
Connect with product experts to learn more about tools frequently used by Brightspace Developers such as APIs and integrations!
Want to learn more about Brightspace Partners and Integrations? This is the place to be!
Stay up to date with product updates and announcements in this category.
Connect with our release information to learn about monthly improvements and updates to Brightspace.
Learn more about all the upskilling opportunities with courses and resources offered via the Brightspace Learning Center, Brightspace Guided Training and other training opportunities!