Skip to content

Releases: longhornopen/qualtrics-lti

v2024-04-09

09 Apr 19:53
Compare
Choose a tag to compare

See CHANGELOG.md for details

2023-11-28

28 Nov 20:46
Compare
Choose a tag to compare

What's new

Qualtrics-LTI now allows users to send identifying information about the student to the Qualtrics survey as it's being launched, where it can be captured by Qualtrics and stored along with the survey. This was unofficially available in an earlier release, and is now publicly documented and supported. We've found that this is a popular feature among college faculty who collect research data from students via surveys that are also graded.

Upgrade notes

  • Be sure to run php artisan migrate to update your database schema.
  • PHP 8.1 is now the minimum required version.

2023-05-03

03 May 15:28
Compare
Choose a tag to compare

General software updates, bug fixes, and documentation improvements.

2022-09-16

16 Sep 22:31
83f28ac
Compare
Choose a tag to compare

Misc. LTI fixes.

  • Be clearer about distinction between system roles, institution roles, course roles
  • Constrain grades to the 0%-100% range that LTI needs

2022-09-06

06 Sep 18:23
Compare
Choose a tag to compare

Adds LTI 1.3 support.

2022-06-06

06 Jun 21:42
Compare
Choose a tag to compare

Move home page styling to app.sass, for easier customization.
Add APP_HIDE_LONGHORNOPEN_BRANDING env var toggle, which turns off the 'provided by' footer on the home page.

2022-03-11.1

16 Mar 20:22
Compare
Choose a tag to compare

Adds an accidentally-missed update to the Dockerfile.

2022-03-11

11 Mar 20:46
Compare
Choose a tag to compare
  • Upgrade to Laravel 9 (Long-Term Support release)
  • Clarify wording on test pages to ensure better testing of surveys

2021-09-16

11 Mar 20:42
Compare
Choose a tag to compare
  • Initial public release