Changeset 551 in tmcsimulator for trunk/webapps/cgi-bin
- Timestamp:
- 12/26/2019 03:14:52 PM (6 years ago)
- Location:
- trunk/webapps/cgi-bin
- Files:
-
- 1 added
- 1 edited
-
saveEvals.py (modified) (1 diff)
-
saveRatingsToLog.py (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cgi-bin/saveEvals.py
r547 r551 7 7 output = "" 8 8 for j in range(1, 3): 9 output += form.getvalue('group'+str(j)) 10 output += ", " 9 rating = form.getvalue('evaluationGroup'+str(j)) 10 if rating is not None: 11 output += form.getvalue('evaluationGroup'+str(j)) 12 output += ", " 11 13 12 14 print "Content-type:text/html\r\n\r\n"
Note: See TracChangeset
for help on using the changeset viewer.
