are grayed out. This method ensures that the test persons can read and answer only one
question at a time. It is the test person’s decision whether they want to use a desktop
browser or a mobile browser.
The questions do not require much contemplating, e.g. the first question asks the
users to describe what they did after getting up in the morning. This is followed by
a choice of seven radio buttons about how the test persons came to work that day.
Then they are asked to enter their favorite food in a single-line text field. Additionally,
statistical data is maintained about the person’s gender using three radio buttons. The
next question asks for another piece of text. This time, a word from the title of a book is
to be entered. As a rule, the type of input element is never the same as the one directly
before. The next four questions use check boxes. A further statistical question has the
form of a select field. Here, age ranges are chosen. Six lines are displayed at the same
time. If users want to enter an age older than 34, they must scroll. The effect of scrolling
will be described in greater detail later on. In the next field, the date of the day before
is required. If the browser supports HTML5, the appropriate HTML5 date field will be
displayed, if not, a simple text field. In our analysis we will look at these differences in
greater detail. If the browser supports them, the color field and the range field will also
be displayed. The form is completed with a simple submit button.
The other new HTML5-elements such as number, url or email are just short text
fields and are therefore not considered separately in this study.
3 Analysis
In January and February, 2013, a total of 80 test persons participated in the study. The
diagrams below show in round brackets the number of test persons who have filled in a
particular input field. The differing numbers are due to the fact that not all test persons
filled in all of the input fields and, depending on the browser, not all of the HTML5
input elements were displayed. In the following examinations only the values of the test
persons who used a desktop browser were analyzed.
Figure 1 shows the input elements which can be selected using the mouse or the
keyboard. The four check boxes together required an average time of 15.4s. Compared
with the three radio buttons about gender, we note that these could be answered much
faster (5.8s). Even the seven radio buttons took less time. The reason for this is that
each check box requires an individual answer while the radio buttons belong together.
But the time required to deal with a group of radio buttons depends on the number of
group elements. The select field for the person’s age is similar to the radio buttons,
as it required a similar amount of time. Entirely different is the range field. Here, a
user is to choose a predefined value. This field seems to pose most of the problems as
it requires an average time of 13.3s. To facilitate applying the figures to a form you
want to analyze, we have recalculated the numbers for the individual elements also. For
example, it takes 3.0s to deal with a check box. The figure also shows that the standard
deviation varies considerably. We will look at this in greater detail later in this section.
Now we will take a closer look at the select field. Figure 2 relates the time with the
options chosen. At the same time, the options represent the test persons’ ages. The first
options show similar times and standard deviations. Only starting with option ’35-39’
14