Changeset 496 for trunk/quest-core-usability/src/main/resources
- Timestamp:
- 07/27/12 14:36:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-usability/src/main/resources/defectDescriptions_en.xml
r442 r496 2 2 <defectDescriptions 3 3 xmlns="http://quest" 4 xmlns:b="http://quest"5 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 5 xsi:schemaLocation="http://quest defectDescriptions.xsd"> 7 <b:defectDescription defectId="TEXT_FIELD_INPUT_RATIO"> 6 7 <defectDescription defectId="TEXT_FIELD_INPUT_RATIO"> 8 8 <textFragment> 9 The ratio of interactions that enter text into text fields is 10 relatively high in comparisonwith the other user interactions (9 The ratio of interactions that enter text into text fields is relatively high in comparison 10 with the other user interactions ( 11 11 </textFragment> 12 < b:parameterFragment parameterName="textInputRatio" />12 <parameterFragment parameterName="textInputRatio" /> 13 13 <textFragment> 14 ). This should be reduced. As an 15 example, entering data can also be done using check boxes or combo boxes in the case 16 predefined values must be entered. 14 ). This should be reduced. As an example, entering data can also be done using check boxes 15 or combo boxes in the case predefined values must be entered. 17 16 </textFragment> 18 </b:defectDescription> 17 </defectDescription> 18 19 19 <defectDescription defectId="TEXT_FIELD_INPUT_REPETITIONS"> 20 <textFragment>Several interactions that enter text into text fields repeat 21 tokens such as words or specific signs ( 20 <textFragment> 21 Several interactions that enter text into text fields repeat tokens such as words or 22 specific signs ( 22 23 </textFragment> 23 < b:parameterFragment parameterName="textRepetitionRatio" />24 <parameterFragment parameterName="textRepetitionRatio" /> 24 25 <textFragment> 25 ). This is an indicator that the same data must be 26 entered several times. This could be better supported by</textFragment> 26 ). This is an indicator that the same data must be entered several times. This could be 27 better supported by using e.g. automatic filling of input fields, provision of combo 28 boxes or lists prefilled with data that was already entered previously. 29 </textFragment> 30 </defectDescription> 31 32 <defectDescription defectId="TEXT_FIELD_NO_LETTER_OR_DIGIT_RATIO"> 33 <textFragment> 34 Much of the text entered into text fields contains signs other than letters or digits ( 35 </textFragment> 36 <parameterFragment parameterName="noLetterOrDigitRatio" /> 37 <textFragment> 38 ). This is an indicator that the entered data has to follow a specific syntax. This should 39 be supported by syntax checking, auto completion or even providing the text fields in a way 40 that does not require the entering of special signs as they are already included at the right 41 positions. 42 </textFragment> 27 43 </defectDescription> 28 44 </defectDescriptions>
Note: See TracChangeset
for help on using the changeset viewer.