System for the design and implementation of user experience assessments with UEQ

Es muy importante que las aplicaciones y páginas web cumplan las necesidades de los usuarios, pero además deberían ser fáciles de usar y atractivas. A nadie le gusta luchar con una aplicación para realizar alguna tarea. Además, si los usuarios tienen una opinión negativa sobre una aplicación comercial, puede ser crítico. Estas son las razones por las que es importante evaluar la experiencia de usuario del software que creamos.
Hay muchas formas de medir la experiencia de usuario de un producto interactivo, pero este proyecto se centra en UEQ (User Experience Questionnaire).
En esta Tesis de Máster una página web, llamada UPM UEQ, se creó para rellenar cuestionarios, gestionarlos y descargar una herramienta de análisis para entender sus resultados. Además, como algunos de los futuros usuarios serán estudiantes de asignaturas impartidas en la UPM, hay algunas funcionalidades para gestionar usuarios.
El sistema se creó utilizando Flutter (un SDK que utiliza Dart como lenguaje de programación para crear interfaces de usuario), una base de datos NoSQL de Oracle Cloud (para almacenar los datos de la aplicación) y una API con ASP.NET (para interactuar con la base de datos y la herramienta de análisis).
Este documento explica el software creado e incluye diferentes guías que se podrán utilizar en el futuro para mantener la aplicación.
ABSTRACT
It is very important that applications and websites carry out the users’ needs, but also they should be easy to use and appealing. No one likes to fight an application to perform some task. Furthermore, if users have a negative opinion regarding a commercial application, this can be critical. That’s why it is important to evaluate the user experience of the software that we create.
There are lots of ways to measure the user experience of an interactive product, but this project focuses on UEQ (User Experience Questionnaire).
In this Master Thesis a website, called UPM UEQ, was created to fill out UEQ questionnaires, manage them and download an analysis tool to understand its results. In addition, as some of the future users will be students of different subjects taught in UPM, there are some functionalities to manage users.
The system was built using Flutter (a SDK that uses Dart as a programming language to create user interfaces), an Oracle Cloud NoSQL database (to store data from the application) and an ASP.NET API (to interact with the database and the analysis tool).
This document explains the software created and includes different guides that can be used in the future to maintain the application.

​Es muy importante que las aplicaciones y páginas web cumplan las necesidades de los usuarios, pero además deberían ser fáciles de usar y atractivas. A nadie le gusta luchar con una aplicación para realizar alguna tarea. Además, si los usuarios tienen una opinión negativa sobre una aplicación comercial, puede ser crítico. Estas son las razones por las que es importante evaluar la experiencia de usuario del software que creamos.
Hay muchas formas de medir la experiencia de usuario de un producto interactivo, pero este proyecto se centra en UEQ (User Experience Questionnaire).
En esta Tesis de Máster una página web, llamada UPM UEQ, se creó para rellenar cuestionarios, gestionarlos y descargar una herramienta de análisis para entender sus resultados. Además, como algunos de los futuros usuarios serán estudiantes de asignaturas impartidas en la UPM, hay algunas funcionalidades para gestionar usuarios.
El sistema se creó utilizando Flutter (un SDK que utiliza Dart como lenguaje de programación para crear interfaces de usuario), una base de datos NoSQL de Oracle Cloud (para almacenar los datos de la aplicación) y una API con ASP.NET (para interactuar con la base de datos y la herramienta de análisis).
Este documento explica el software creado e incluye diferentes guías que se podrán utilizar en el futuro para mantener la aplicación.
ABSTRACT
It is very important that applications and websites carry out the users’ needs, but also they should be easy to use and appealing. No one likes to fight an application to perform some task. Furthermore, if users have a negative opinion regarding a commercial application, this can be critical. That’s why it is important to evaluate the user experience of the software that we create.
There are lots of ways to measure the user experience of an interactive product, but this project focuses on UEQ (User Experience Questionnaire).
In this Master Thesis a website, called UPM UEQ, was created to fill out UEQ questionnaires, manage them and download an analysis tool to understand its results. In addition, as some of the future users will be students of different subjects taught in UPM, there are some functionalities to manage users.
The system was built using Flutter (a SDK that uses Dart as a programming language to create user interfaces), an Oracle Cloud NoSQL database (to store data from the application) and an ASP.NET API (to interact with the database and the analysis tool).
This document explains the software created and includes different guides that can be used in the future to maintain the application. Read More