source: Doc/Requirements/scales.tex

Last change on this file was 317, checked in by jkraaijeveld, 13 years ago

Added start of requirements document

File size: 4.0 KB
Line 
1The system needs to support different ways in which as question can be asked. This section will
2describe the various ways we have identified. We also note which measurement scale belongs to
3such a data source, to explain what statistical operations can be performed on resulting
4datasets.
5
6\subsection{Question types}
7        \subsubsection{Free response}
8                This is a question for which the respondent can answer anything, given certain
9                restrictions. It can be a specific datatype (like integer or text) and have specific
10                restrictions (like 0 $\leq$ x $\leq$ 100, or text length $\leq$ 100).
11                \begin{figure}[h]
12                        \begin{center}
13                                \caption{An example of a free response question.}
14                                \includegraphics{free_response.png}
15                        \end{center}   
16                \end{figure}   
17
18        \subsubsection{Multiple choice, single answer}
19                This is a multiple choice question with mutually exclusive answers. The resulting data
20                type can differ per question.
21                \begin{figure}[h]
22                        \begin{center}
23                                \caption{An example of a multiple choice, single answer question}
24                                \includegraphics[scale=.5]{mpchoice_single.png}
25                        \end{center}
26                \end{figure}           
27       
28        \subsubsection{Multiple choice, multiple answer}
29                This is a multiple choice question with non-mutual exclusive answers. The resulting
30                data type can differ per question.
31                \begin{figure}[h]
32                        \begin{center}
33                                \caption{An example of a multiple choice, multiple answer question}
34                                \includegraphics[scale=.5]{mpchoice_multi.png}
35                        \end{center}
36                \end{figure}
37       
38        \subsubsection{Boolean questions}
39                Boolean questions can be used to ask simple questions in the form of Yes/No,
40                Agree/Disagree, True/False, etcetera. This is a more specific version of the multiple
41                choice, single answer question. It gets its own category because it belongs to a
42                different scale.
43                \begin{figure}[h]
44                        \begin{center}
45                                \caption{An example of a boolean question.}
46                                \includegraphics[scale=.5]{boolean_question.png}
47                        \end{center}
48                \end{figure}
49
50        \subsubsection{Choice grids, single answer}
51                Choice grids are used to answer questions or grade statements based on a custom-made
52                scale. This scale also determines the measurement type scale. This type is defined by
53                the attribute that each row is similar to a multiple choice, single answer question.
54                \begin{figure}[h!]
55                        \begin{center}
56                                \caption{An example of a choice grid, single answer}
57                                \includegraphics[scale=.5]{choice_grid_single.png}
58                        \end{center}
59                \end{figure}   
60        \subsubsection{Choice grids, multiple answer}
61                Choice grids are used to answer questions or grade statements based on a custom-made
62                scale. This scale also determines the measurement type scale. This type is defined by
63                the attribute that each row is similar to a multiple choice, multiple answer question.
64                \begin{figure}[h!]
65                        \begin{center}
66                                \caption{An example of a choice grid, multiple answer}
67                                \includegraphics[scale=.5]{choice_grid_multi.png}
68                        \end{center}
69                \end{figure}
70
71\subsection{Game Data}
72        Game data will obviously differ greatly depending on the game that will be played. This is
73        why this has to be specified on a per-game basis.
74       
75\subsection{Measurement scales}
76        Different levels of measurement allow for different types of permissible operations on a
77        dataset. Seeing as the questions and game results can be seen as statistical data, we will
78        have to differ between them based on their scale type.
79
80        Information about scale types can be found on
81        Wikipedia\footnote{http://en.wikipedia.org/wiki/Level\_of\_measurement} or in figure
82        \ref{f:levels}.
83
84\begin{figure}[h]
85        \label{f:levels}
86        \caption{The differences between levels of measurement.}
87        \includegraphics[width=\textwidth]{measurementlevels.png}
88\end{figure}
89
90        Every type of question and every type of game data belongs to one of these four scales,
91        which have to be specified by the Survey's creator. By adding the information of
92        measurement scale, we can support the various statistical computations that are allowed on
93        every data type.
94
Note: See TracBrowser for help on using the repository browser.