Changes between Version 29 and Version 30 of REPORTS


Ignore:
Timestamp:
10/09/08 17:25:54 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v29 v30  
    7979    * '''t-an-score''' - these are the points assigned to the analysis part after the an-re has passed. 
    8080    * '''t-im-socre''' - these are the points assigned to the implementation part after im-re has passed. Note that we do not has t-de-score since design and implementation go together. 
     81    * '''t-te-score''' - these are the points assigned to the testing part after the te-re has passed. 
    8182   * '''analysis-score''': 
    8283    * represents the score one accumulates for done analysis. 
     
    8687    * is calculated by the formula: '''sum(( t-effort * t-part * t-im-score ) / 4)''' 
    8788   * '''te-score''': 
     89    * represents the score one accumulates for done analysis. 
     90    * is calculated by the formula: '''sum(( t-effort * t-part * t-te-score ) / 16)''' 
     91   * '''re-score''': 
    8892    * represent the score one accumulates for done testing. 
    8993    * is calculated by the formula: '''sum(( t-effort * (-1)^wrong^ ) / 16)''' where '''wrong''' is a boolean value (1 or 0) and defines whether the review is WRONG or NOT WRONG. This way (-1)^wrong^ == 1 when wrong==0 and (-1)^wrong^==-1 when wrong==1