Changes between Version 43 and Version 44 of REPORTS
- Timestamp:
- 11/11/08 13:41:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REPORTS
v43 v44 81 81 * 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: 82 82 * '''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 t owpeople 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. 84 84 * '''t-an-score''' - these are the points assigned to the analysis part after the an-re has passed. 85 85 * '''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. … … 95 95 * is calculated by the formula: '''sum(( t-effort * t-part * t-te-score ) / 16)''' 96 96 * '''re-score''': 97 * represent the score one accumulates for done testing.97 * represent the score one accumulates for done review. 98 98 * 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 99 99 * The second part of the report is for other information which is more general and analytical and it contains the following: