Changeset 540 in tmcsimulator for trunk/webapps/einotebook/scripts/LoadEvents.js
- Timestamp:
- 12/06/2019 03:05:37 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/einotebook/scripts/LoadEvents.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/einotebook/scripts/LoadEvents.js
r538 r540 74 74 break; 75 75 case "TELEPHONE": 76 telProp = new Evaluation("TELEPHONE CONVERSATION",76 telProp = new Property("TELEPHONE CONVERSATION", 77 77 parseTelephone(currEvt.childNodes[child]) ); 78 evalarray.push(telProp);78 proparray.push(telProp); 79 79 break; 80 80 case "CHP_RADIO": … … 156 156 if (element.childNodes[child].localName != undefined) 157 157 { 158 // IF line is INSTRUCTOR THEN display only the Role field 158 159 if (element.childNodes[child].localName == "INSTRUCTOR") 159 160 { 160 161 result.push(element.childNodes[child].attributes["Role"].value); 161 162 } 162 else 163 else // Display the name (e.g., STUDENT) 163 164 { 164 165 result.push(element.childNodes[child].localName);
Note: See TracChangeset
for help on using the changeset viewer.
