2024-06-09 13:02:05 +02:00
|
|
|
|
|
|
|
# Table of Contents
|
|
|
|
|
2024-06-09 14:08:37 +02:00
|
|
|
1. [Introduction](#org6f2bebf)
|
|
|
|
2. [Dependencies](#org8c2deae)
|
|
|
|
3. [License](#org5544a2f)
|
2024-06-09 13:02:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-09 14:08:37 +02:00
|
|
|
<a id="org6f2bebf"></a>
|
2024-06-09 13:02:05 +02:00
|
|
|
|
|
|
|
# Introduction
|
|
|
|
|
|
|
|
I am developing a simple web application in Common Lisp that facilitates the
|
|
|
|
execution of the System Usability Scale (SUS) questionnaire. This app allows
|
|
|
|
users to easily conduct usability evaluations by presenting the standard SUS
|
|
|
|
questions and collecting responses. The goal is to streamline the process of
|
|
|
|
gathering and analyzing usability feedback.
|
|
|
|
|
|
|
|
|
2024-06-09 14:08:37 +02:00
|
|
|
<a id="org8c2deae"></a>
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
- <https://github.com/edicl/hunchentoot>
|
|
|
|
- <https://git.sr.ht/~marcuskammer/dev.metalisp.sbt>
|
|
|
|
|
|
|
|
|
|
|
|
<a id="org5544a2f"></a>
|
2024-06-09 13:02:05 +02:00
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
MIT
|
|
|
|
|