Content deleted Content added
Warm-plateau (talk | contribs) Added section "Limitations" |
Warm-plateau (talk | contribs) Added section "Example", which illustrates the application of the KLM better and deleted section "Example calculation". |
||
Line 95:
== Example
The following example slightly modified to be more compact from Kieras shows the practical use of the KLM by comparing two different ways to delete a file for an average skilled typist. Note that M is 1.35 seconds as stated in the KLM<ref name="klm-paper-operators-table" /><ref name="klm-book-operators-table" /> instead of 1.2 seconds used by Kieras. The difference between the two designs would remain the same either way for this example.
{| class="wikitable"
|-
! Design A: drag the file into the trash can<ref>{{cite web|last1=Kieras|first1=David|title=Using the Keystroke-Level Model to Estimate Execution Times|url=http://www-personal.umich.edu/~itm/688/KierasKLMTutorial2001.pdf|accessdate=22 June 2015|ref=31|page=3}}</ref> !! Design B: use the short cut “control + T”<ref>{{cite web|last1=Kieras|first1=David|title=Using the Keystroke-Level Model to Estimate Execution Times|url=http://www-personal.umich.edu/~itm/688/KierasKLMTutorial2001.pdf|accessdate=22 June 2015|ref=31|page=6}}</ref>
|-
| method encoding (operator sequence)<ref>{{cite web|last1=Kieras|first1=David|title=Using the Keystroke-Level Model to Estimate Execution Times|url=http://www-personal.umich.edu/~itm/688/KierasKLMTutorial2001.pdf|accessdate=22 June 2015|ref=32|page=9}}</ref>|| method encoding (operator sequence)<ref>{{cite web|last1=Kieras|first1=David|title=Using the Keystroke-Level Model to Estimate Execution Times|url=http://www-personal.umich.edu/~itm/688/KierasKLMTutorial2001.pdf|accessdate=22 June 2015|ref=33|page=10}}</ref>
|-
|
# initiate the deletion (M)
# find the file icon (M)
# point to file icon (P)
# press and hold mouse button (B)
# drag file icon to trash can icon (P)
# release mouse button (B)
# point to original window (P)
||
# initiate the deletion (M)
# find the icon for the to-be-deleted file (M)
# point to file icon (P)
# press mouse button (B)
# release mouse button (B)
# move hand to keyboard (H)
# press control key (K)
# press T key (K)
# move hand back to mouse (H)
|-
| Total time || Total time
|-
| 3P + 2B + 2M = 3*1.1 sec + 2*.1 sec+ 2*1.35 sec = 6.2 sec || P + 2B + 2H + 2K + 2M = 1.1 sec + 2*.1 sec + 2*.4 sec + 2*.2 sec + 2*1.35 sec = 5.2 sec
|-
|}
This shows that Design B is 1 second faster than Design A, although it contains more operations.
== See also ==
|