Skip to content

celebrate GAAD heading with disability icons

Thursday, May 21st, is Global Accessibility Awareness Day (GAAD). GAAD aims to get you talking, thinking, and learning about digital access/inclusion and people with different abilities and talents.

Accessibility is about everyone. It is extremely important for students with disabilities to have access to accessible course content.

The Brightspace Editor has a built-in accessibility checker that makes it easy to check for issues or offer suggestions to fix identified accessibility issues.

Follow these steps to do it.

To check for accessibility issues:

  1. After you add content to the Brightspace Editor, click the accessibility checker icon.
  2. Brightspace Editor accessibility checker icon

  3. The checker indicates if the content is free of accessibility issues, or offers suggestions to fix them.
  4. accessibility issues detected

Want more information?

Improve Your Course with Brightspace Accessibility Checker
Brightspace Accessibility

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: "celebrate GAAD" by jflorent is dedicated to the public domain under CC0 and is adaption of "disability symbols" by National Park Service in the public domain

A detailed view of a camera shown on a computer screen, focusing on its lens and body.

A new feature of Respondus LockDown Browser / Respondus Monitor is the ability to record the learner from different angles. This feature is aimed at increasing exam integrity by allowing instructors to view a student's workspace, keyboard, and screen, reducing unpermitted resource use.

Respondus Monitor now supports a second camera, providing an additional video angle during exams. This added visibility is designed to deter the use of unapproved resources and give instructors greater control over exam security.

Second camera required prompt as shown during webcam check

This feature allows the use of two cameras for exams using Respondus Monitor: the primary webcam plus a camera from a mobile device (phone, tablet). The second device must be able to scan a QR code. When this setting is enabled by the instructor, the learner will be prompted to set up a second camera.

iPhone screen with a LockDown Browser prompt to position second camera according to instructor's directions and select the "I'm Ready" button to continue.

Post-Exam Review

Once the exam is submitted, the instructor can view up to three videos synchronously with the proctoring results: frontal webcam, second camera, and screen recording.

Respondus Monitor post exam video review

Key Requirements for Students

  • Mobile Device: Students must have a smartphone or tablet with a working camera.
  • Connection: Students will need to scan a QR code displayed on their computer screen during the startup sequence to sync the camera on their mobile device (i.e., the second camera).
  • App/Browser: Students do not need a separate app; when they scan the QR code with their mobile device, it opens a secure web-based recorder in their mobile browser (Safari on iOS 18+ or Chrome on Android).

Want More Information

How to Require a Second Camera for a Respondus Monitor Exam
Setting Up a Second Camera for a Respondus Monitor Exam
Mobile Permissions for Second Camera in Respondus Monitor
Brightspace Tip #200: Respondus LockDown Browser / Respondus Monitor

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: image by MarcWinter from Pixabay

Brightspace, our Learning Management System (LMS), is designed with accessibility in mind. However, it is the responsibility of the instructor and/or course designer to ensure their course content is formatted using best practices for accessibility; including the use of good heading structure, text formatting, contrast and color, descriptive links, alternative text, tables, lists, etc.

I am writing a series of accessibility related blog posts that will provide suggestions on how you can make small changes when creating course content to make it accessible. This is the seventh tip in my series of accessibility related blog posts and it focuses on tables.

A table is a means of arranging information into rows and columns. Tables are very useful for displaying data in an organized manner. Your course schedule and office hours are examples where formatting this information in a table could make it more accessible.

Screenshot of a Brightspace course page with an accessible table
Example of a Brightspace course page with an accessible table

Tables should be avoided when you want to simply format other content (i.e., just to line things up neatly.) Using tables just for layout purposes is not the best practice for accessibility and may make it nearly impossible for people who use assistive technologies to access the information. If you do choose to use a table to layout text on the page, make sure you lay it out so it will make sense when read from left to right. Text-to-speech software by default will read the information in a table left to right, cell by cell, and row by row.

This video shows how a screen reader reads information in tables. There is an example of a good and a bad table layout. The video demonstrates how reading order AND the information in the columns are important considerations when creating accessible tables.

In the bad example in the video, the use of the dash and abbreviations for the months can be confusing when read by a screen reader. The abbreviated months would have been less confusing if the year had been included. The use of 1,2,3 in the "Week" column in the bad example can be confusing as well. A better option is to use Week 1, Week 2, Week 3 in the respective column.

When creating tables, read your table left to right, top to bottom (never repeating a cell). Does it make sense? Keep in mind that a screen reader will read tables in this way. If it doesn't make sense, you should reorganize the table so that it makes sense when read left to right, top to bottom without repeating a cell.

Consider these examples of accessible tables:

example of accessible tables

The tables, in the examples above, make sense when read left to right, top to bottom, without repeating a cell.

Follow these tips when creating tables to make them accessible:

  • Do not use tabs or spaces to create tables. It may look like a table; however it will not be recognized as a table and can be confusing when read by assistive technologies.
  • Add Row and Column Headers to tables to distinguish the heading text from the data area of the table. Screen readers read simple tables efficiently when the column or row headers are clearly defined.
  • Repeat Row Headers if the table spans more than one page. Tables that are contained on multiple pages should have the header row repeated on each page.
  • When you use tables for the presentation of data, summarize the table to aid reader comprehension. This helps all students to know the high points of a table.
  • Break up complex tables (nested tables and merged or split cells inside of tables) into a series of simple tables. Simple tables are more usable for everyone.
  • The information in each cell should make sense if read without the column heading. For example, instead of entering 1, 2, 3, in a "Chapter" column you should enter Chapter 1, Chapter 2, Chapter 3, in the cells to make it clearer when read by a screen reader.

When applying structure to documents and web content, you should use the appropriate built-in formatting structure tools to do so. Doing so will make content accessible to everyone, including users of assistive technology.

Creating tables in MS Word:

  1. On the Insert tab choose Insert Table and select the appropriate number of rows and columns for your table.
  2. Select the header row in the table and press the right mouse button. A Table Properties window will open.
  3. Select the Row tab and check the box next to Repeat as header row at the top of each page. Press Enter key or Ok button. This header row will be repeated at top of each page.

insert table in MS Word

Creating tables in PowerPoint:

  1. Use the Insert Table function in the Slide layout, select the appropriate number of rows and columns for your table.

PowerPoint slide with insert table icon highlighted

Alternatively you can insert a table:

  1. From the Insert tab, click the Table command.
  2. A drop-down menu containing a grid of squares will appear. Hover the mouse over the grid to select the number of columns and rows in the table.

PowerPoint toolbar with table icon highlighted

Working with tables in the Brightspace Editor:

To create a table in the Brightspace Editor:

  1. Place your cursor in the text area where you would like to insert the table.
  2. Click the insert/edit table function and select the appropriate number of rows and columns for your table to begin adding a table in the text area.

Brightspace Editor toolbar with table icon highlighted

To create column headers:

  1. Highlight the entire row that you want to mark up as a table header. Alternatively you can put your cursor in one of the cells you want to mark up as a table header.
  2. Then click on the drop-down menu next to the Table icon in the toolbar.
  3. Choose Cell and then Cell Properties. The Cell properties window will pop-up.
  4. In the Cell type field, click on the drop-down list and select Header cell.
  5. Click Save. You will know you have successfully changed the row to table headers because the look of the table cells will change.
  6. Repeat for each cell that is a column header.

Brightspace Editor toolbar with cell properties option highlighted

Brightspace Editor toolbar with cell type filed highlighted

You will remove significant barriers for users of assistive technology if you take these suggestions into consideration when creating course content. An added bonus is that if you include properly structured tables when creating your course content you will be ahead of the game in the event you do have a student who requires the use of assistive technology. Remember a properly structured table is good design and can benefit everyone.

Brightspace, our Learning Management System (LMS), is designed with accessibility in mind. However, it is the responsibility of the instructor and/or course designer to ensure their course content is formatted using best practices for accessibility; including the use of good heading structure, text formatting, contrast and color, descriptive links, alternative text, tables, lists, etc.

I am writing a series of accessibility related blog posts that will provide suggestions on how you can make small changes when creating course content to make it accessible. This is the sixth tip in my series of accessibility related blog posts and it focuses on lists.

A list is a set of items that share a purpose and/or have common characteristics. Lists are great from an accessibility standpoint because they provide structured order to content in a linear fashion.

Properly structured lists help to identify order and hierarchy in documents and web content. Lists that are properly formatted allow all users, especially those using assistive technology, to identify and navigate through a related group of items. List items that are not properly formed or grouped may not be translated properly by assistive technology.

Bulleted (unordered) lists should be used when there is no order of sequence or importance. Numbered (ordered) lists suggest a progression or sequence.

Screenshot of a Brightspace course page with a bulleted list
Example of a Brightspace course page with a bulleted (unordered) list
Screenshot of a Brightspace course page with an ordered list
Example of a Brightspace course page with a numbered (ordered) list

Compound lists contain multiple levels of classification. For example, a compound home improvement list would have items organized by category (e.g. electrical, hardware, flooring, plumbing.) With compound lists, relationships are shown visually using indents and different item markers (i.e., bullets, numbers, letters, etc.).

Compound lists may be difficult for visual users to decipher if the visual cues are insufficient. Also, compound lists may be disorienting for nonvisual users. Use a simple list structure whenever possible.

As with headings, lists should be used correctly and for the right purposes. Lists should never be used for merely indenting or other layout purposes.

When lists are formatted using asterisks, hyphens or images to create the look of bullets in a document, users of assistive technology are not able to detect the hierarchical structure and relationship of the list items. You should never rely on indentation to provide a visual list, use the proper structure instead.

Lists should be created using the built-in tools for ordered (numbered) and unordered (bulleted) lists. Without using these tools, a list is not really a list, which makes the content more difficult for assistive technology users to fully understand.

Creating lists in MS Word and PowerPoint:

  1. Select the text that you want to add bullets or numbering to.
  2. On the Home tab, under Paragraph, select the appropriate bullet from the list.

create list in MS Word

Creating lists in Google Docs and Slides:

  1. On your computer, open a document or presentation in Google Docs or Slides
  2. Click a page or slide where you want to add a list
  3. In the toolbar, choose a list type. If you don't see the option, click More ...
  4. Start typing your text for the list

create list in Google Docs

Creating lists in the Brightspace Editor:

  1. In the Brightspace Editor, select the text that you want to add bullets or numbering to
  2. Select the Bulleted List or Numbered List button

Brightspace Editor toolbar with lists icon highlighted

You will remove significant barriers for users of assistive technology if you take these suggestions into consideration when creating course content. An added bonus is that if you include properly structured lists when creating your course content you will be ahead of the game in the event you do have a student who requires the use of assistive technology.

As you prepare to teach this summer, now is a good time to get started setting up your Brightspace courses. Our Information Technology Center (ITC) has created the summer courses in Brightspace.

NOTE: You should see your summer courses in the My Courses widget. If you do not see your summer courses in your My Courses widget, you should click on the link to "View All Courses" (located at the bottom of the My Courses widget). Verify that you are listed as the instructor for the course in Banner. You can find more information about the updated My Courses Widget sort logic at this link.

To get started, you can post your syllabus, course documents, announcements, and set up your Grade Book in your Brightspace courses. You can also customize your course homepage and/or course image/banner.

to do list

If you teach a course that is cross listed you will have a Brightspace course for each cross listing. You can combine the cross listed courses into one Brightspace course so that you can post course materials and grades to one combined Brightspace course. Combining courses may also work for you if you are teaching different sections of the same course and would like to have the different sections combined into one Brightspace course so that you can post course documents and grades in the one combined course. The beginning of the semester is the best time to submit a request to merge your Brightspace courses before you add course materials or grades to the courses.

Additionally, if the summer course you are teaching is the same as one of your previous courses you can copy the entire course (or copy components) into your "empty" Brightspace summer course.

About Inactive Courses:
When ITC creates the Brightspace courses, they are set to inactive by default. Instructors have access to inactive courses but students who are enrolled in an inactive course do not have access to it. Faculty have no control over the active/inactive status of courses. Brightspace will not send alerts or notifications from inactive courses.

ITC will make courses active after the first deregistration (dereg) of students who are not fiscally cleared. At that point students will be able to access their courses. The dereg process usually occurs after registration. The registrar informs ITC of when the dereg process is complete.

NOTE: Even though a course is inactive, instructors can still email students. This can be done in several different ways. Instructors can send email within the course (even though it is inactive); the email will go out to the students. Instructors can send email to their students in Banner, and can also email the students through EAB.

Follow these steps to do it.

Listed below are links with instructions to:

Want more information?

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Photo Credit: image by analogicus from Pixabay

duplicate original stamp

A few weeks after the end of the semester, all Spring 2026 courses will be changed to an inactive status. Once the courses are changed to an inactive status, student work and grades will be visible to the instructor but students will no longer have access to the course.

The current policy is that courses will remain on the Brightspace system for three semesters before they are removed. You can request a Brightspace Master Course Shell that you can use to make a copy of your course. Master Course Shells will not be removed from the Brightspace system. If you would like your course content/materials to be available in Brightspace beyond the current retention period of three semesters, you should request a Master Course Shell for the course.

A Master Course Shell:

  • Is a course environment an instructor uses to develop and maintain course materials that are used from semester to semester.
  • Is not tied to Banner. Therefore, no students or other users are enrolled into this Shell.
  • Can be used as a "master" where one keeps permanent changes to a course.
  • Faculty may copy content from a Master Course Shell into a Brightspace Course shell as long as they are enrolled as an instructor in both shells.
  • Master Course Shells are not deleted except upon the request of the instructor or when the instructor is no longer employed at Xavier.

A Time-Saving Tool for Instructors

Master Course Shells can be a timesaving tool for instructors. Using a Master Course Shell gives instructors time to build their courses the way they want, when they want, and update it as needed. Think of a Master Course Shell as a template course instructors can build once and use repeatedly. Here's how instructors typically use Master Course Shells:

  1. Build Master Course: Develop a course (e.g., lectures, assignments, instructional materials, assessments) in the Master Shell. This becomes your baseline course structure.
  2. Copy to Current Course: When ITC has created your course for the new semester, copy the Master Course Shell contents into your new empty course that ITC created.
  3. Adapt for the Semester (Optional): Instructors can customize the copied course content to fit their needs for the current semester. This might involve adding new material, removing outdated content, or adjusting deadlines.
  4. Keeping the Master Course Shell Up-to-Date: If you make significant changes to the active course during the semester, the Master Course Shell becomes outdated. To update the Master Course Shell with these changes, you can request a Course Reset for your Master Course Shell. A course reset permanently deletes course content, activities, and associated files. After the reset, you would copy the contents from the active course into your Master Course Shell. So, now your Master Course Shell has the latest course materials and information.

NOTE: To request a course reset for a Master Course Shell, send an email to jflorent@xula.edu and include the exact name of the Master Course Shell that you would like reset.

Follow these steps to do it.

First, fill out the Brightspace Master Course Request Form.

To copy existing course into a Master Course Shell:

  1. In the NavBar of your Master Course Shell, click on "Course Admin".
  2. Click on the "Import/Export/Copy Components" link.
  3. Click on the "Copy Components from another Org Unit" radio button.
  4. In the Course to Copy option, click the "Search for Offering" button.
  5. Click on the magnifying glass in the "Search for" field.
  6. Click on the radio button to the right of the course you want to make a copy of and then click on "Add Selected".
  7. Verify your selections are correct before proceeding.
  8. At the bottom on the browser window you will click on either "Copy all Components" OR "Select Components" and follow the prompts.

When building a course from scracth:

  1. Add your content and learning activities to your Master Course Shell.
  2. Get into the destination course (the course you want to copy the contents of the Master Course Shell into).
  3. In the NavBar (of the course you want the content copied to), click on "Course Admin".
  4. Click on the "Import/Export/Copy Components" link.
  5. Click on the "Copy Components from another Org Unit" radio button.
  6. In the Course to Copy option, click the "Search for Offering" button.
  7. Click on the magnifying glass in the "Search for" field.
  8. Click on the radio button to the right of your Master Course Shell and then click on "Add Selected".
  9. Verify your selections are correct before proceeding.
  10. At the bottom on the browser window you will click on either "Copy all Components" OR "Select Components" and follow the prompts.

Want more information?

Brightspace Master Course Request Form
Brightspace Tip #559: Copy Course or Copy Components
Import/Export/Copy - Copy Components video [1:31]

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: Duplicate Original by woodleywonderworks is licensed under CC BY 2.0

empty classroom

As we approach the end of the semester there are a few things you can do in Brightspace to wrap up for the semester.

Release final course grades

Unlike other grade items and categories in the Grade Book, final grades are not available to students by default. Final grades must be released. If you did not choose to enable the automatic release of final grades when setting up your Grade Book, you will have to manually release final grades in order for students to see their final grade.

Export your Grade Book

Student access to courses is removed two weeks after the end of a semester. This process of making the courses inactive allows student work and grades to be visible to instructors but students no longer have access to the course. Courses will remain on the Brightspace system for three semesters before they are removed. You should export (download) your Grade Book to your Microsoft OneDrive after you submit your final grades.

NOTE: The export file that is created will NOT contain any student work or instructor feedback. Only the grades in your Grade Book will be exported.

Create a master copy of your course

Courses remain on the Brightspace system for three semesters before they are removed. You can request a Master Course Shell that you can use to develop and maintain your course materials. Master Course Shells will not be removed from the Brightspace system.

Follow these steps to do it.

Instructions are available for releasing final course grades, exporting your Grade Book, and requesting Master Course Shells.

Want more information?

Release Final Grades
Export your Grade Book (video [2:03])
Master Copies of Courses

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Photo Credit: image by WOKANDAPIX from Pixabay

the word update written on a chalk board

D2L (the company that owns Brightspace) uses Continuous Delivery to update our Brightspace system. The Continuous Delivery model gives us regular monthly updates allowing for incremental and easily integrated changes with no downtime required for our Brightspace system.

Our Continuous Delivery update occurs on the 4th Thursday of each month. D2L provides release notes to help users stay up-to-date with the changes.

This update from the April 2026/20.26.04 release was added to our system:

1) Quizzes – Improvements to the Quizzes evaluation

The quiz evaluation experience now includes an Incorrect filter that lets instructors quickly view quickly view answers marked incorrect. In addition, feedback fields automatically expand as needed, providing more space to review and enter feedback.

Instructors can now filter the quiz questions to review only the questions a learner answered incorrectly. This enhancement helps instructors identify trends and determine whether updates to questions or instructional materials are needed.

Previously, the available filters were Pending Evaluation and Retaken questions only. With this update, the new Incorrect filter displays only questions marked incorrect.

The Pending Evaluation, Incorrect, and Retaken filters for quiz answers.
Filtering options for quiz answers after the update.

Additionally, feedback fields for questions are now displayed as a single line and automatically expand when instructors enter additional comments. Previously, the Feedback field for each question displayed several lines even when no feedback was entered, requiring users to scroll unnecessarily.

A quiz answer with the Feedback field highlighted.
When evaluating a quiz question, enter additional comments to your Feedback in an automatically expanding field.

This feature implements the following PIE items:

  • D1865 (Filter for Viewing only Questions Missed)
  • D9123 (Quiz Filter to list only questions that were answered incorrectly)
  • D12922 (Quizzes: Filter when marking to only see questions answered incorrectly)

If you are interested in getting more information about this and all the April Continuous Delivery updates, refer to the Brightspace Platform April 2026/20.26.04 Release Notes.

Additionally, refer to the Brightspace Release Notes for Continuous Delivery Releases, for details about current, past, and to preview upcoming continuous delivery updates.

Want more information?

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: image by geralt from Pixabay

Brightspace calculates final grades for each student based on the grading system and the students' grades that are entered into the Grade Book. If the instructor wants more control over the final grades, perhaps to adjust the final grade for a student that is on the cusp of a higher grade, then adjusted final grades can be used and released to students instead of the calculated final grade.

wrench

If the instructor decides to use adjusted final grades for one student in the course, adjusted final grades must be used for all students in the course. This does not imply, however, that final grades must be manually adjusted for all students.

Adjusting final grades are implemented by the instructor for only the student or students that are deemed to need an adjusted grade. The remaining students final grades would be the final grade as calculated in the Grade Book.

Note: The Grade Book must be configured to use adjusted final grades. If you plan to use adjusted final grades, you should make the adjustments before you release final grades.

Follow these steps to do it.

To adjust final grades for all students:

  1. Get into the course where you want to adjust final grades and click Grades in the NavBar.
  2. Click on the Enter Grades link.
  3. Scroll over to the Final Calculated Grade column and click on the arrow on the right of the column name and select Enter Grades.
  4. In the Final Adjusted Grade section for each student, enter the adjusted grades and then click Save.
  5. Once you have ensured that students' grades are accurate, you can release the final grades.

To adjust final grades for one or more specific students:

  1. Get into the course where you want to adjust final grades and click Grades in the NavBar.
  2. Click on the Enter Grades link.
  3. Scroll over to the Final Calculated Grade column and click on the arrow on the right of the column name and select Enter Grades.
  4. Click on the arrow on the right of the Final Grades and click Transfer All, then click Yes.
  5. In the Final Adjusted Grade section, enter adjusted scores where necessary and click Save.
  6. Once you have ensured that students' grades are accurate, you can release the final grades.

Want more information?

Understanding the Grades Tool (video)
Troubleshoot Final Grades (video)
Adjusted Final Grades
Release Final Grades
Brightspace Tip #542: Grade Book

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: Image by webandi from Pixabay

Unlike other grade items and categories in the Grade Book, final grades are not available to students by default. Final grades must be released. When setting up the Grade Book, the instructor can choose to automatically release final grades so that the students can see their final grade throughout the semester. If you did not choose to enable the automatic release of final grades when setting up your Grade Book, you will have to manually release final grades in order for students to see their final grade.

Additionally, you can selectively release final grades for some students now and release the final grades for other students later. For example, you can release the final grades for graduating seniors on one date and release the final grades for everyone else on a later date.

Follow these steps to do it.

To manually release final grades:

  1. On the NavBar, click Grades.
  2. On the Enter Grades page, from the Final Calculated Grade or Final Adjusted Grade context menu, click Enter Grades.
  3. To release grades for all users, on the Final Grades page, from the Final Grades context menu, click Release All. To release final grades for a specific user, do one of the following:
    • Select the check box by the user name and click the Release/Unrelease link.
    • Select the check box in the Release Final Calculated Grade or Release Adjusted Final Grade column.
  4. Click Save.

OR watch this video for instructions on how to release final grades:

Want more information?

Troubleshoot Final Grades (video)
Adjust Final Grades
Release Final Grades
Brightspace Tip #542: Grade Book

View current, past, and preview upcoming Continuous Delivery release notes
Instructors Quick Start Tutorial
Brightspace Known Issues
Request a sandbox course
Sign-up for Brightspace training sessions
You can find Brightspace help at D2L's website.
Join the Brightspace Community.
Try these Brightspace How-To documents.
Visit our Brightspace FAQs for additional Brightspace information
or schedule a one-on-one session, email, or
call Janice Florent: (504) 520-7418.

Note: Are you doing something innovative in Brightspace or perhaps you've discovered a handy tip? Share how you are using Brightspace in your teaching and learning in The Orange Room.

Image credit: "final grades" by jflorent is dedicated to public domain under CC0 and is a derivative of grade by OpenClipart-Vectors on Pixabay