comparison docs/WAC2016/WAC2016.tex @ 1947:d5e45413fd8a

Added section/feature requests regarding remote testing
author Brecht De Man <b.deman@qmul.ac.uk>
date Thu, 24 Sep 2015 12:11:04 +0200
parents 1d08f8aee098
children 16bafae452a8
comparison
equal deleted inserted replaced
1946:1d08f8aee098 1947:d5e45413fd8a
126 \section{Introduction} 126 \section{Introduction}
127 Introducing the paper. Referring to \cite{waet}. Talking about what we do in the various sections of this paper. Pointing out that the header of the paper kind of looks like the Bat-sign. 127 Introducing the paper. Referring to \cite{waet}. Talking about what we do in the various sections of this paper. Pointing out that the header of the paper kind of looks like the Bat-sign.
128 128
129 \section{Architecture} 129 \section{Architecture}
130 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5. 130 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5.
131 Describe and/or visualise audioholder-audioelement-... structure.
132
133 Streaming audio?
134
135
136 \section{Remote tests}
137 The following features allow easy and effective remote testing:
138 \begin{itemize}
139 \item PHP script to collect result XML files
140 \item Randomly pick specified number of audioholders
141 \item Functionality to participate multiple times
142 \begin{itemize}
143 \item Possible to log in with unique ID (no password)
144 \item Pick `new user' (need new, unique ID) or `already participated' (need already available ID)
145 \item Store XML on server with IDs plus which audioholders have already been listened to
146 \item Don't show `post-test' survey after first time
147 \item Pick `new' audioholders if available
148 \item Copy survey information first time to new XMLs
149 \end{itemize}
150 \item Intermediate saves
151 \item Collect IP address information (privacy issues?) --> geo-related API?
152 \end{itemize}
153
131 154
132 \section{Interfaces} 155 \section{Interfaces}
133 We could add more interfaces, such as: 156 We could add more interfaces, such as:
134 \begin{itemize} 157 \begin{itemize}
135 \item Multi attribute ratings 158 \item Multi attribute ratings
196 \item Box plot, confidence plot, scatter plot of values (for a given audioholder) 219 \item Box plot, confidence plot, scatter plot of values (for a given audioholder)
197 \item Timeline for a specific subject (see Python scripts), perhaps re-playing the experiment in X times realtime. (If actual realtime, you could replay the audio...) 220 \item Timeline for a specific subject (see Python scripts), perhaps re-playing the experiment in X times realtime. (If actual realtime, you could replay the audio...)
198 \item Distribution plots of any radio button and number questions (drop-down menu with `pretest', `posttest', ...; then drop-down menu with question `IDs' like `gender', `age', ...; make pie chart/histogram of these values over selected range of XMLs) 221 \item Distribution plots of any radio button and number questions (drop-down menu with `pretest', `posttest', ...; then drop-down menu with question `IDs' like `gender', `age', ...; make pie chart/histogram of these values over selected range of XMLs)
199 \item All `comments' on a specific audioelement 222 \item All `comments' on a specific audioelement
200 \item A `download' button for a nice CSV of various things (values, survey responses, comments) people might want to use for analysis, e.g. when XML scares them 223 \item A `download' button for a nice CSV of various things (values, survey responses, comments) people might want to use for analysis, e.g. when XML scares them
224 \item Validation of setup XMLs (easily spot `errors', like duplicate IDs or URLs, missing/dangling tags, ...)
201 \end{itemize} 225 \end{itemize}
202 226
203 A subset of the above would already be nice for this paper. 227 A subset of the above would already be nice for this paper.
204 228
205 Some pictures here please. 229 Some pictures here please.