[1326] | 1 | [NoLetterOrDigitRatioMetric]
|
---|
| 2 |
|
---|
| 3 | description = The ratio of interactions that enter text into text fields is \
|
---|
| 4 | relatively high in comparison with the other user interactions (%f). \
|
---|
| 5 | This should be reduced. As an example, entering data can also be \
|
---|
| 6 | done using check boxes or combo boxes in the case predefined values \
|
---|
| 7 | must be entered.
|
---|
| 8 |
|
---|
| 9 | severity.high = 0.1
|
---|
| 10 | severity.medium = 0.05
|
---|
| 11 | severity.low = 0.02
|
---|
| 12 | severity.info = 0.01
|
---|
| 13 |
|
---|
| 14 | [TextInputEntryRepetitionsMetric]
|
---|
| 15 |
|
---|
| 16 | description = Several interactions that enter text into text fields repeat tokens such \
|
---|
| 17 | as words or specific signs (%f). This is an indicator that the same data \
|
---|
| 18 | must be entered several times. This could be better supported by using e.g. \
|
---|
| 19 | automatic filling of input fields, provision of combo boxes or lists prefilled \
|
---|
| 20 | with data that was already entered previously.
|
---|
| 21 |
|
---|
| 22 | severity.high = 10
|
---|
| 23 | severity.medium = 4
|
---|
| 24 | severity.low = 2
|
---|
| 25 | severity.info = 1
|
---|
| 26 |
|
---|
| 27 | [TextInputRatioMetric]
|
---|
| 28 |
|
---|
| 29 | description = Much of the text entered into text fields contains signs other than letters or \
|
---|
| 30 | digits (%f). This is an indicator that the entered data has to follow a specific \
|
---|
| 31 | syntax. This should be supported by syntax checking, auto completion or even providing \
|
---|
| 32 | the text fields in a way that does not require the entering of special signs as they \
|
---|
| 33 | are already included at the right positions.
|
---|
| 34 |
|
---|
| 35 | severity.high = 0.9
|
---|
| 36 | severity.medium = 0.7
|
---|
| 37 | severity.low = 0.5
|
---|
| 38 | severity.info = 0.3
|
---|
| 39 |
|
---|
| 40 | [RedundantScrollingMetric]
|
---|
| 41 |
|
---|
| 42 | description = There is a lot of back- and forth scrolling present (%f). \
|
---|
| 43 | Use pagenation or other means to reduce the size of the presented contend. \
|
---|
| 44 | If the pages are based on scrolling (like a news page or a table) make sure \
|
---|
| 45 | users only need to scroll in one direction (preferable down) when doing common \
|
---|
| 46 | tasks.
|
---|
| 47 |
|
---|
| 48 | severity.high = 2.0
|
---|
| 49 | severity.medium = 1.0
|
---|
| 50 | severity.low = 0.7
|
---|
| 51 | severity.info = 0.5
|
---|
| 52 |
|
---|
| 53 | [SameTargetEditingMetric]
|
---|
| 54 |
|
---|
| 55 | description = The value of one of your Input fields is changed notably often (%f). \
|
---|
| 56 | Check the description and explanations concerning this field for \
|
---|
| 57 | disambigous or falseleading passages. If this field is meant to be \
|
---|
| 58 | used as a general purpose data input (like a search field or a "captcha" \
|
---|
| 59 | input) you may safely ignore this warning.
|
---|
| 60 |
|
---|
| 61 | severity.high = 5
|
---|
| 62 | severity.medium = 4
|
---|
| 63 | severity.low = 3
|
---|
| 64 | severity.info = 2
|
---|
| 65 |
|
---|
| 66 | [OnTaskTimeMetric]
|
---|
| 67 | description = On-task-time varies considerably for one of one of the analysed tasks. \
|
---|
| 68 | This may be a hint for a usability problem.
|
---|
| 69 |
|
---|
| 70 | severity.high = 5
|
---|
| 71 | severity.medium = 4
|
---|
| 72 | severity.low = 3
|
---|
| 73 | severity.info = 2
|
---|
| 74 |
|
---|
| 75 | [PatternProblem]
|
---|
| 76 |
|
---|
| 77 | description = Test-pattern detected.
|
---|
| 78 |
|
---|
| 79 | [LongFormUsageProblem]
|
---|
| 80 |
|
---|
| 81 | description = Long form detected.
|
---|
| 82 |
|
---|
| 83 | [InputMethodSwitching]
|
---|
| 84 |
|
---|
| 85 | description = Something
|
---|