Skip to content

Tags: Simon-Initiative/oli-torus

Tags

v0.31.11

Toggle v0.31.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-5046] Duplicated Objectives Issue (#5990)

* [MER-5046] Fix duplicated subobjectives issues. Fix top-level-objective not showing all its children

* [MER-5046] Add tests

* Auto format

---------

Co-authored-by: gastonabella <[email protected]>

v0.31.10

Toggle v0.31.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-5040] Ensure activity bridge loading is idempotent (#5971

)

* ensure we never load activity bridge listeners more than once

* remove logging

v0.31.9

Toggle v0.31.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4997] Adjust LogicLab attempt handling for desired SAY…

…G + Best behavior (#5948)

* [BUG FIX] [MER-4996] Fix auto enroll (#5933)

* add is_enrolled guard

* more safe has_enrollment

* Auto format

---------

Co-authored-by: darrensiegel <[email protected]>

* reset activity, not part, on score submissions

* Reset activity on score messages, tracking attempt state in React state. Verbose console tracing

* correct state update

* [enhance] Adds extra typing information about save state.

* correct input representation handling to stringify where needed. Also init from response.input

* restore header showing ordinal only; minor tweaks

* recode to use Redux-store-based attempt state & actions

* add guard against saving already evaluated attempts

* guard against save msg during reset

* remove tracing; misc tweaks

* remove extraneous change

* Auto format

* suppress redundant saves when input unchanged

---------

Co-authored-by: Darren Siegel <[email protected]>
Co-authored-by: darrensiegel <[email protected]>
Co-authored-by: Anders Weinstein <[email protected]>
Co-authored-by: Michael Ringenberg <[email protected]>

v0.31.8

Toggle v0.31.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4996] Fix auto enroll (#5933)

* add is_enrolled guard

* more safe has_enrollment

* Auto format

---------

Co-authored-by: darrensiegel <[email protected]>

v0.31.7

Toggle v0.31.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4992] fix right-to-left text in mcq/CATA/ordering choi…

…ce delivery (#5931)

* respect text direction in ordering choices

* style ordering numeric prefix margin in direction-dependent way

* fix rtl handling in mcq/cata choice delivery

---------

Co-authored-by: Anders Weinstein <[email protected]>

v0.31.6

Toggle v0.31.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 [BUG FIX] [MER-4956] Captcha Loop if student is invited via email, b…

…ut signs-in with invitation link (#5893)

* In Sections.enroll when the enrollment already exists update the status.
(Default status: enrolled).
This fixes the case when an existing pending enrollment exists, and we
call Sections.enroll for that user, the status should be updated to
:enrolled

* Trigger CI

v0.31.5

Toggle v0.31.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4886] assessments have ghost grades (#5840)

* fix ghost attempts on assessment scores

* fix exploration attempts from other sections => 'CONTINUE' instead of 'BEGIN' button

v0.31.4

Toggle v0.31.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4848] Prevent unintended AI settings changes on LiveVi…

…ew reconnection (#5831)

v0.31.3

Toggle v0.31.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENHANCEMENT] [MER-4868] Add LTI keyset caching (#5821)

* add lti keyset caching
update deps to use latest lti library

* fix lti tests

v0.31.2

Toggle v0.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[BUG FIX] [MER-4820] Handle old "submit-and-compare" type question mo…

…dels without catchall (#5767)

Co-authored-by: Anders Weinstein <[email protected]>