Skip to content

Releases: lumenlearning/OpenAssessments

Bug Fixes from Sprint 25

09 Jul 01:23
6c71b2a
Compare
Choose a tag to compare

Release Notes

General bug fixes from sprint 25:

  1. Wait modal now renders in the center of the screen, regardless of how much the user scrolls up/down the page

  2. When making the call to grab the Assessment XML to provide assessment result feedback, we no longer are passing a third argument that expects the Assessment Result Id. Before, we were incorrectly passing the User Assessment Id, and it was decided that in the grand majority of cases, we don't need to know the assessment result id at all (with the caveat of 1 or 2 edge cases what will rarely crop up).

  3. When embedded in LMS's like Blackboard, the style had the summative assessment start page content flush up against the side of the window, which didn't look great. We've added the padding back in for better UX in other LMS's besides Canvas.

Minor Bug Fix: Teacher View Answer Indicators

30 May 16:46
61f1b3f
Compare
Choose a tag to compare

This release addresses a small bug where teachers, when reviewing a student's assessment attempt, could not see the wrong answer selected by the student. The red 'x' indicator was not appearing. Only the green checkmark indicator was appearing to demarcate the correct answer, which was confusing for teachers.

Wait/Wait, Quiz Feedback, and Style Updates!

21 May 17:35
bd9647a
Compare
Choose a tag to compare

Release Notes

Wait/Wait Feature

The wait/wait feature is designed to interrupt a student who is about to take a second attempt at a quiz without going back to study first. It provides a moment for the student to reflect and modify their course of action, and gently nudge them to develop different study habits.

  • Show "Quiz Tips" on summative assessment start pages
  • Show assessment feedback to students on start pages after attempts have been made
  • Offers students a list of things to go back and study before the next attempt
  • Adds a modal that prompts students to go back and study if there is less than 5 minutes between attempts
  • A/B Testing on quiz tip language and modal functionality

Quiz Feedback Feature

Formative and Practice assessment types now provide students with immediate feedback when working through problem sets. This allows assessment writers to provide detailed "correct" and "incorrect" feedback on assessment questions, giving students a greater chance at better learning outcomes.

  • Show feedback on formative and practice questions
  • Does not show feedback on summative and swyk questions

Style Updates

Also shipping in this release are new frontend layout/designs that have been tested to deliver a more cohesive user experience when integrated with other Lumen systems.

  • Revamped frontend layout, styles, color palette that aligns with Lumen's design system

Documentation Updates

The README has been updated with more granular steps on how to get the project up and running locally, and a section has been added that illustrates current A/B testing of the new Wait/Wait feature.

Disable Email Health Checks (Round 2)

09 May 17:07
10489e9
Compare
Choose a tag to compare

The config that was added to remove email health checks has syntax relevant to later version of the health_check gem (and that does not work on the version installed in OEA). This updates the health_check gem to the latest compatible version with Rails 4.

Disable Email Health Checks

07 May 18:59
901ef88
Compare
Choose a tag to compare
  • Disable email-related health checks since email isn't used in OEA
  • Make health check endpoint succeed against localhost (development environment)

Accessibility and Quiz Ordering

01 Apr 17:41
19e2e06
Compare
Choose a tag to compare
  • Progress bar accessibility fixes
  • Quiz moving now receives an option parameter to preserve order of questions related to outcome structure.

release/2019-02-19: prevent increment of quiz attempts

18 Feb 21:33
4f9a219
Compare
Choose a tag to compare

If LTI launch is not unique, do not increase summative quiz attempts, but rather log that this anomaly has occurred.

Move quizzes associated with section

18 Dec 20:48
8a8f88f
Compare
Choose a tag to compare

When a section is moved between study plans, this will move all quiz questions associated with a section to be associated with the new target study plan.

release/2018-11-08: Merge pull request #60 from lumenlearning/release/waymaker-editing-1

08 Nov 17:20
e3fb9ae
Compare
Choose a tag to compare