[NoLetterOrDigitRatioMetric] description = The ratio of interactions that enter text into text fields is \ relatively high in comparison with the other user interactions (%f). \ This should be reduced. As an example, entering data can also be \ done using check boxes or combo boxes in the case predefined values \ must be entered. severity.high = 0.1 severity.medium = 0.05 severity.low = 0.02 severity.info = 0.01 [TextInputEntryRepetitionsMetric] description = Several interactions that enter text into text fields repeat tokens such \ as words or specific signs (%f). This is an indicator that the same data \ must be entered several times. This could be better supported by using e.g. \ automatic filling of input fields, provision of combo boxes or lists prefilled \ with data that was already entered previously. severity.high = 10 severity.medium = 4 severity.low = 2 severity.info = 1 [TextInputRatioMetric] description = Much of the text entered into text fields contains signs other than letters or \ digits (%f). This is an indicator that the entered data has to follow a specific \ syntax. This should be supported by syntax checking, auto completion or even providing \ the text fields in a way that does not require the entering of special signs as they \ are already included at the right positions. severity.high = 0.9 severity.medium = 0.7 severity.low = 0.5 severity.info = 0.3 [LongFormUsageProblem] description = Long form detected.