Ignore:
Timestamp:
09/08/06 11:45:17 (6 years ago)
Author:
sys
Message:

Transformer Xhtml MLQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_ModelingAssmnt/spaces/gen/modelBuilder/bs.doss/sma_assmntUnitEditXhtmlTransf/xhtmlContent.xsl.xsl

    r6419 r6483  
    441441<!-- Modification du CompletionStatus notAttempt -> attempt. 
    442442-->             if(scServices.assmntMgr.getCompletionStatus(this.fId, vRespSession)=="notAttempt") scServices.assmntMgr.setCompletionStatus(this.fId, vRespSession, "attempt"); 
    443 <!-- Création function setResponses 
     443<!-- Création function setResp 
    444444-->             this.setResp = function(pInput) { 
    445445                        scServices.assmntMgr.setResponse(this.fId, vRespSession, pInput.name, pInput.value); 
    446446                        this.computeScore(); 
    447447                        scServices.assmntMgr.commit(); 
    448                         this.refreshResult(this._resultDisplay); 
     448                        this.refreshResultInput(pInput); 
    449449                }                                
    450450                        </xsl0:when> 
     
    463463                        for(var vF in this._Sol) if(vF!="_") {this.fMinPts += this._Sol[vF].min; this.fMaxPts += this._Sol[vF].max;} 
    464464                        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"/> 
    465466                        //alert("score:::::"+this.fMinPts+" - "+this.fScorePts+" - "+this.fMaxPts); 
    466467<!-- Save scores 
Note: See TracChangeset for help on using the changeset viewer.