-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.html
More file actions
59 lines (47 loc) · 2.17 KB
/
Copy pathresults.html
File metadata and controls
59 lines (47 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="CSS\stylesheet.css">
<title>Results</title>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="experiment.html">Experiment</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
<li><a href="reflections.html">Reflections</a></li>
<li><a href="references.html">References</a></li>
</ul>
<div class="w3-container w3-red">
<h1>Results</h1>
</div>
<div class="w3-container">
<h3>Words Per Minute</h3>
<img src="wordperminute_graph_and_table.png" alt="wordsperminute" width="80%">
<h3>Accuracy</h3>
<img src="accuracy_graph_and_table.png" alt="accuracy" width="80%">
<p>Our results show that it seems the standard keyboard is better in almost every way, thus proving our hypothesis correct.
The average typing speed was much higher than people typing on a Surface. However, it can be noted that generally speaking
most participants had a Surface typing speed that was about half the speed of the keyboard (with some exceptions).<br>
<br>In terms of accuracy, in most cases the keyboard was again superior, but in comparison to the differences in speed, not by as much.
It seems that people typing on a Surface can maneuver the Surface keyboard with almost the same accuracy as if they were typing on a
standard keyboard. However, a lot of these results could be tilted in favour of the keyboard, as all our test subjects were Compsci
students, all of them have more experience with using a keyboard than using a Surface touch screen keyboard, meaning they all feel
generally more comfortable on a standard keyboard.
</p>
</div>
<div class="w3-container w3-red">
<h5></h5>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="experiment.html">Experiment</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
<li><a href="reflections.html">Reflections</a></li>
<li><a href="references.html">References</a></li>
</ul>
</body>
</html>