longhornopen / qualtrics-lti

A simple LTI tool for integrating Qualtrics surveys into a course.
GNU Affero General Public License v3.0
6 stars 3 forks source link

Provide localization for hardcoded strings #15

Open jonespm opened 1 year ago

jonespm commented 1 year ago

There are a few strings we'd like to customize that may only be applicable to our local instance. Perhaps rather than making these replacements in the php directly, this project could just provide Laravel localization/languages files and we could just customize those.

If this is not something you'd have time for I could look into the effort required to do this. This would also potentially allow support for translating into other commonly used languages.

jonespm commented 1 year ago

We mostly want this to mention in the instruction to only include accessible question types according to Qualtrics guide. This may not be something you want to commit to the regular code. There may be other things that come up though aside from the language changes.

Be sure your survey only uses accessible question types. For a list of accessible question types along with more information about survey accessibility, please see the Qualtrics Survey Accessibility guide.

chrispittman commented 1 year ago

I've included this warning in the instructions. Can you point out the other places where you need the ability to override the app's default text?

jonespm commented 1 year ago

Hi Chris, I haven't heard anything yet. I'm just anticipating future changes. ;)

This is maybe a "nice-to-have" option more for i18n rather than local customizations and can be low priority for the moment.