Skip to content

v2.6.0: Formatted Feedbacks, Course Dashboard, Accessibility

Compare
Choose a tag to compare
@victorhuangwq victorhuangwq released this 25 Oct 01:35
· 615 commits to master since this release
3542bf1

Breaking Changes

  • #1205 Updates Ruby to 2.6.6
  • #1120 #1123 Updates Gem Dependencies
  • New features introduced table migrations that needs to be done.

New Features

Formatted Feedback

#1185 adds the formatted feedback feature by Jala Alamin. The feature was originally introduced in Washington State University Vancouver's version of Autolab.

semantic_with_test_case

Course Dashboard

#1143 adds a course dashboard to the course page as a centralize place for course information and course actions. Allows students to see the total number of late days they have remaining easily.

image

Bug Fixes

Here are the major bug fixes for this version

  • #1138 Check for malformed handins
  • #1154 Fixes month selection not showing on the edit assessment handin tab
  • #1220 Annotation position bug fixes
  • #1180 Radio Button Fix

Improvements

This version in particular, includes various accessibility improvements

  • #1215 Improve accessibility of Options button
  • #1212 Keyboard access improvement
  • #1211 Keyboard Access On Handin Page and PLD/GDU Tooltip
  • #1217 Fixed insufficient contrast on footer
  • #1122 Create Advanced tab for edit assignments
  • #1196 Adds ability to export and import embedded forms

Updates from v2.5.0 has been rolled into this release as well, where Autolab has been upgraded from Rails 4 to Rails 5 after almost a year of effort.