milestone 2 submission

This commit is contained in:
2026-01-25 20:47:44 -05:00
parent 2fd89e9799
commit a7722caa8b
9 changed files with 305 additions and 27 deletions

View File

@@ -0,0 +1,32 @@
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{enumitem}
\usepackage{titlesec}
\usepackage{parskip}
\usepackage{setspace}
\onehalfspacing
\setlength{\parskip}{1em}
\setlist{itemsep=0.5em, topsep=0.5em}
\titleformat{\section}{\large\bfseries}{\thesection}{1em}{}
\begin{document}
\section*{Appendix E: Post-Study Questionnaire (SUS)}
\textit{To be completed by the Wizard after the session. Scale 1 (Strongly Disagree) to 5 (Strongly Agree).}
\begin{enumerate}
\item I think that I would like to use this system frequently.
\item I found the system unnecessarily complex.
\item I thought the system was easy to use.
\item I think that I would need the support of a technical person to be able to use this system.
\item I found the various functions in this system were well integrated.
\item I thought there was too much inconsistency in this system.
\item I would imagine that most people would learn to use this system very quickly.
\item I found the system very cumbersome to use.
\item I felt very confident using the system.
\item I needed to learn a lot of things before I could get going with this system.
\end{enumerate}
\end{document}