Changes between Version 43 and Version 44 of REPORTS


Ignore:
Timestamp:
11/11/08 13:41:12 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v43 v44  
    8181   * Let 't' be a task. It provides some attributes used in the formulae to obtain the score. The attributes we use to calculate the formulae are: 
    8282    * '''t-effort''' - represents the effort of every task. 
    83     * '''t-part''' - is the part of the task that is done by the particular person. For example if an analysis is done by tow people either of them will have a '''t-part''' of 0.5 . Note that we have '''t-part''' for analysis, design, implementation and testing. 
     83    * '''t-part''' - is the part of the task that is done by the particular person. For example if an analysis is done by two people either of them will have a '''t-part''' of 0.5 . Note that we have '''t-part''' for analysis, design, implementation and testing. 
    8484    * '''t-an-score''' - these are the points assigned to the analysis part after the an-re has passed. 
    8585    * '''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. 
     
    9595    * is calculated by the formula: '''sum(( t-effort * t-part * t-te-score ) / 16)''' 
    9696   * '''re-score''': 
    97     * represent the score one accumulates for done testing. 
     97    * represent the score one accumulates for done review. 
    9898    * 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 
    9999 * The second part of the report is for other information which is more general and analytical and it contains the following: