Changeset 1335 for trunk/autoquest-core-usability/src/main/resources
- Timestamp:
- 01/24/14 13:50:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-usability/src/main/resources/defectDescriptions_en.xml
r496 r1335 12 12 <parameterFragment parameterName="textInputRatio" /> 13 13 <textFragment> 14 ). This should be reduced. As an example, entering data can also be done using check boxes14 %). This should be reduced. As an example, entering data can also be done using check boxes 15 15 or combo boxes in the case predefined values must be entered. 16 16 </textFragment> … … 19 19 <defectDescription defectId="TEXT_FIELD_INPUT_REPETITIONS"> 20 20 <textFragment> 21 Several interactions that enter text into text fields repeat tokens such as words or 22 specific signs ( 21 In 23 22 </textFragment> 24 23 <parameterFragment parameterName="textRepetitionRatio" /> 25 24 <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. 25 % of entering text into text field 26 </textFragment> 27 <parameterFragment parameterName="textField1" /> 28 <textFragment> 29 , the same text was also entered into text field 30 </textFragment> 31 <parameterFragment parameterName="textField2" /> 32 <textFragment> 33 during the same session. Perhaps this can be automated, so that the user does not have to 34 reenter the same text several times into different text fields. 29 35 </textFragment> 30 36 </defectDescription> 31 37 32 38 <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 39 <parameterFragment parameterName="noLetterOrDigitRatio" /> 37 40 <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. 41 % of the text entered into text field 42 </textFragment> 43 <parameterFragment parameterName="textField" /> 44 <textFragment> 45 was no letter or digit. This is an indicator that the entered data has to follow a specific 46 syntax. This should be supported by syntax checking, auto completion or even providing the 47 text fields in a way that does not require the entering of special signs as they are already 48 included at the right positions. 49 </textFragment> 50 </defectDescription> 51 52 <defectDescription defectId="SCROLL_REQUIRED"> 53 <textFragment> 54 In 55 </textFragment> 56 <parameterFragment parameterName="scrollRatio" /> 57 <textFragment> 58 % of all occurrences, the task 59 </textFragment> 60 <parameterFragment parameterName="task" /> 61 <textFragment> 62 is started with a scroll. This should be prevented as scrolling decreases the efficiency of 63 the user and indicates, that not all required information is visible at once in the 64 respective view. However, scrolling for reading of texts is no problem. 42 65 </textFragment> 43 66 </defectDescription>
Note: See TracChangeset
for help on using the changeset viewer.