This panel automatically appears at the top of every course page for all instructors viewing content via LTI.
Screenshot of an area of a page of content that says "Make a selection to view student answers." and a dropdown menu for selecting a student.


If the panel should not appear, add a custom style to the theme CSS to hide it. Only an Administrator or Graphic Designer can modify the CSS.

  1. Click the Settings option on the navigation bar and select Themes from the dropdown.

  2. Find the theme to edit and select Edit Properties.


  3. Scroll down to the Custom CSS: field and add the following code:
    .panel-student-progress.with-switcher { display: none; }

  4. Click the Save button to save the changes to the Custom CSS: field.