Changeset 632 in tmcsimulator for trunk/webapps/einotebook/scripts/Evaluation.js


Ignore:
Timestamp:
02/03/2021 06:34:04 AM (5 years ago)
Author:
jdalbey
Message:

Remove code made obsolete by modifications for #251

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/scripts/Evaluation.js

    r631 r632  
    2525    this.html = html; 
    2626    this.recordText = recordText;  
    27     this.recordRating = recordRating; 
    2827    this.writeRating = writeRating; 
    2928     
     
    7170    } 
    7271     
    73     /** 
    74      * Stores the rating given by the evaluation scale radio button form. --OBSOLETE 
    75      */ 
    76     function recordRating(givenRating)  
    77     {  
    7872 
    79         this.rating = givenRating; 
    80         //console.log(this.ratingGroupName + " recordRating of " + this.rating ) 
    81     } 
    8273    /** 
    8374     * Write an individual rating to a log file 
     
    8576    function writeRating(givenRating) 
    8677    { 
    87         //alert("writeRating: " + givenRating + " : " + this.evttime.format()) 
    8878        // Build a string for the log in this format: 
    8979        //03:01:00, Evaluation, CMS, Poor 
Note: See TracChangeset for help on using the changeset viewer.