Changes between Version 29 and Version 30 of REPORTS
- Timestamp:
- 10/09/08 17:25:54 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REPORTS
v29 v30 79 79 * '''t-an-score''' - these are the points assigned to the analysis part after the an-re has passed. 80 80 * '''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. 81 82 * '''analysis-score''': 82 83 * represents the score one accumulates for done analysis. … … 86 87 * is calculated by the formula: '''sum(( t-effort * t-part * t-im-score ) / 4)''' 87 88 * '''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''': 88 92 * represent the score one accumulates for done testing. 89 93 * 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