mirror of
https://github.com/soconnor0919/irb-application.git
synced 2026-02-04 15:56:31 -05:00
33 lines
1.2 KiB
TeX
33 lines
1.2 KiB
TeX
\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}
|