Ignore:
Timestamp:
07/27/12 14:36:59 (12 years ago)
Author:
pharms
Message:
  • added further text entry based evaluation rule
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-usability/src/main/resources/defectDescriptions_en.xml

    r442 r496  
    22<defectDescriptions 
    33  xmlns="http://quest" 
    4   xmlns:b="http://quest" 
    54  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    65  xsi:schemaLocation="http://quest defectDescriptions.xsd"> 
    7   <b:defectDescription defectId="TEXT_FIELD_INPUT_RATIO"> 
     6   
     7  <defectDescription defectId="TEXT_FIELD_INPUT_RATIO"> 
    88    <textFragment> 
    9       The ratio of interactions that enter text into text fields is 
    10       relatively high in comparison with 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 ( 
    1111    </textFragment> 
    12     <b:parameterFragment parameterName="textInputRatio" /> 
     12    <parameterFragment parameterName="textInputRatio" /> 
    1313    <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. 
    1716    </textFragment> 
    18   </b:defectDescription> 
     17  </defectDescription> 
     18   
    1919  <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 ( 
    2223    </textFragment> 
    23     <b:parameterFragment parameterName="textRepetitionRatio" /> 
     24    <parameterFragment parameterName="textRepetitionRatio" /> 
    2425    <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> 
    2743  </defectDescription> 
    2844</defectDescriptions> 
Note: See TracChangeset for help on using the changeset viewer.