Changeset 6483 for trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_assmntUnitEditXhtmlTransf/xhtmlContent.xsl.xsl
- Timestamp:
- 09/08/06 11:45:17 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_assmntUnitEditXhtmlTransf/xhtmlContent.xsl.xsl
r6419 r6483 441 441 <!-- Modification du CompletionStatus notAttempt -> attempt. 442 442 --> if(scServices.assmntMgr.getCompletionStatus(this.fId, vRespSession)=="notAttempt") scServices.assmntMgr.setCompletionStatus(this.fId, vRespSession, "attempt"); 443 <!-- Création function setResp onses443 <!-- Création function setResp 444 444 --> this.setResp = function(pInput) { 445 445 scServices.assmntMgr.setResponse(this.fId, vRespSession, pInput.name, pInput.value); 446 446 this.computeScore(); 447 447 scServices.assmntMgr.commit(); 448 this.refreshResult (this._resultDisplay);448 this.refreshResultInput(pInput); 449 449 } 450 450 </xsl0:when> … … 463 463 for(var vF in this._Sol) if(vF!="_") {this.fMinPts += this._Sol[vF].min; this.fMaxPts += this._Sol[vF].max;} 464 464 this.fScorePts = <xsl:for-each select="$vFields">this.getFieldScore("<xsl:value-of select="si(@index, @index, 'field')"/>")+</xsl:for-each>0; 465 <xsl0:apply-templates select="sm:scoreComputing/sm:postProcessing/*" mode="computePts"/> 465 466 //alert("score:::::"+this.fMinPts+" - "+this.fScorePts+" - "+this.fMaxPts); 466 467 <!-- Save scores
Note: See TracChangeset
for help on using the changeset viewer.