Changeset 632 in tmcsimulator for trunk/webapps/einotebook/scripts/Evaluation.js
- Timestamp:
- 02/03/2021 06:34:04 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/scripts/Evaluation.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/scripts/Evaluation.js
r631 r632 25 25 this.html = html; 26 26 this.recordText = recordText; 27 this.recordRating = recordRating;28 27 this.writeRating = writeRating; 29 28 … … 71 70 } 72 71 73 /**74 * Stores the rating given by the evaluation scale radio button form. --OBSOLETE75 */76 function recordRating(givenRating)77 {78 72 79 this.rating = givenRating;80 //console.log(this.ratingGroupName + " recordRating of " + this.rating )81 }82 73 /** 83 74 * Write an individual rating to a log file … … 85 76 function writeRating(givenRating) 86 77 { 87 //alert("writeRating: " + givenRating + " : " + this.evttime.format())88 78 // Build a string for the log in this format: 89 79 //03:01:00, Evaluation, CMS, Poor
Note: See TracChangeset
for help on using the changeset viewer.
