Changeset 637 in tmcsimulator for trunk/webapps


Ignore:
Timestamp:
03/08/2021 01:19:13 PM (5 years ago)
Author:
jdalbey
Message:

mergelogs.bash rename ratings.csv to evalratings.csv

Location:
trunk/webapps
Files:
1 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/webapps/dynamicdata/evalratings.csv

    r633 r637  
    101000:36:00, Evaluation, FACILITATOR, 'Put cones on heads' 
    111100:36:00, Evaluation, FACILITATOR, 'Prefer chocolate ice cream in the cone' 
     1200:24:00, Evaluation, RADIO, Poor 
     1300:24:00, Evaluation, RADIO, 'Forgot  pizza toppings' 
     1400:25:00, Evaluation, ACTIVITY_LOG, 'User prefers mushrooms over peppers' 
     1500:25:00, Evaluation, FACILITATOR, 'When out at night, where white' 
     1600:35:00, Evaluation, ACTIVITY_LOG, 'every good boy does fine' 
     1700:24:00, Evaluation, FACILITATOR, 'snoopy says go' 
     1800:24:00, Evaluation, FACILITATOR, 'anything will do' 
     1900:24:00, Evaluation, FACILITATOR, 'we all scream for ice cream' 
  • trunk/webapps/einotebook/scripts/Evaluation.js

    r633 r637  
    101101        + this.text + "'\n" 
    102102        postMessage(logString) 
     103        // Change the text color as feedback to user 
     104        // events.doc.getElementById(this.textID).style.color = "lightgrey";  
    103105    } 
    104106     
  • trunk/webapps/mergelogs.bash

    r631 r637  
    1414# then sort them by timestamp (reverse chronological).   
    1515# Final result placed in "unifiedlog_final.csv" 
    16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/ratings.csv | sort > $dir/unifiedlog_final.csv 
     16cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv | sort > $dir/unifiedlog_final.csv 
    1717 
    1818# 4. Next, launch the webserver and browse to localhost:8080/unifiedlogdisplay.html  
Note: See TracChangeset for help on using the changeset viewer.