Changes between Version 26 and Version 27 of REPORTS


Ignore:
Timestamp:
10/09/08 17:22:02 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v26 v27  
    8787   * '''te-score''': 
    8888    * represent the score one accumulates for done testing. 
    89     * is calculated by the formula: '''sum(( t-effort * (-1)^wrong^ ) / 16)''' where wrong is a boolean value and defines whether the review is OK or NOT OK. This way (-1)^wrong == 1 when wrong==0 and (-1)^wrong==-1 when wrong==1 
     89    * is calculated by the formula: '''sum(( t-effort * (-1)^wrong^ ) / 16)''' where '''wrong''' is a boolean value and defines whether the review is OK or NOT OK. This way (-1)^wrong == 1 when wrong==0 and (-1)^wrong==-1 when wrong==1