An accessible version of the UEQ(-S) questionnaire for web usage
npm install accessible-ueqA more accessible version of the UEQ-S through usage with emotional bonding (Publication).
This widget uses smileys as an approach to link emotions to the UEQ tiers.
The development focused on the UEQ-S, so the full UEQ is not yet implemented.
You can use the accessible UEQ-S in any web application as a WebComponent.
All you need to do is import the javascript file and use the custom HTML element.
This WebComponent implements the ElementInternals interface
to allow for using the element in classic HTML forms. There is of course also a plain javascript API exposed.
1. Include and use it in your HTML
``html`
...
...
...
...npm
Using
npm i accessible-ueq
1. Install via npm: `
2. Import and use in your html:html`
...
...
...
...