<?xml version="1.0" encoding="UTF-8"?>
<defectDescriptions
  xmlns="http://quest"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://quest defectDescriptions.xsd">
  
  <defectDescription defectId="TEXT_FIELD_INPUT_RATIO">
    <textFragment>
      The ratio of interactions that enter text into text fields is relatively high in comparison
      with the other user interactions (
    </textFragment>
    <parameterFragment parameterName="textInputRatio" />
    <textFragment>
      %). 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.
    </textFragment>
  </defectDescription>
  
  <defectDescription defectId="TEXT_FIELD_INPUT_REPETITIONS">
    <textFragment>
      In
    </textFragment>
    <parameterFragment parameterName="textRepetitionRatio" />
    <textFragment>
      % of entering text into text field 
    </textFragment>
    <parameterFragment parameterName="textField1" />
    <textFragment>
      , the same text was also entered into text field
    </textFragment>
    <parameterFragment parameterName="textField2" />
    <textFragment>
      during the same session. Perhaps this can be automated, so that the user does not have to
      reenter the same text several times into different text fields.
    </textFragment>
  </defectDescription>
  
  <defectDescription defectId="TEXT_FIELD_NO_LETTER_OR_DIGIT_RATIO">
    <parameterFragment parameterName="noLetterOrDigitRatio" />
    <textFragment>
      % of the text entered into text field
    </textFragment>
    <parameterFragment parameterName="textField" />
    <textFragment>
      was no letter or digit. 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.
    </textFragment>
  </defectDescription>
  
  <defectDescription defectId="SCROLL_REQUIRED">
    <textFragment>
      In
    </textFragment>
    <parameterFragment parameterName="scrollRatio" />
    <textFragment>
      % of all occurrences, the task
    </textFragment>
    <parameterFragment parameterName="task" />
    <textFragment>
      is started with a scroll. This should be prevented as scrolling decreases the efficiency of
      the user and indicates, that not all required information is visible at once in the
      respective view. However, scrolling for reading of texts is no problem.
    </textFragment>
  </defectDescription>
</defectDescriptions>
