Releases: longhornopen/qualtrics-lti
v2024-12-09
No user-facing changes. Security updates and patches.
v2024-04-09
See CHANGELOG.md for details
2023-11-28
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
General software updates, bug fixes, and documentation improvements.
2022-09-16
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
Adds LTI 1.3 support.
2022-06-06
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
Adds an accidentally-missed update to the Dockerfile.
2022-03-11
- Upgrade to Laravel 9 (Long-Term Support release)
- Clarify wording on test pages to ensure better testing of surveys
2021-09-16
- Initial public release