INSTRUCTIONS TO CREATE TEMPLATE FOR EACH EXPERIMENT NOTE: This should really be a txt file but made as js file with only a comment because txt files do not show up well in the experiment interface. FILES: 1. GLOBAL TEMPLATE FILES 1 - SHOULD NOT NEED TO MODIFY CONTENTS template_info.js (this file) countdown.js (file to handle timer code - should not need modification) countdown.css (file to handle timer html styles - should not need modification) template_structure.js (file to handle main flow of experiment - should not need modification) instructions.css (file to handle instruction html styles - should not need modification) 2. GLOBAL TEMPLATE FILES 2 - MIGHT NEED TO MODIFY CONTENTS A LITTLE BIT FOR FORMATTING EXPERIMENT PAGE network_chat.js (file to handle network chat code - might need minor modification - see places where NOTE in comment) network_chat.css (file to handle network chat html styles - might need minor modification - see places where NOTE in comment) 3. GLOBAL TEMPLATE FILES 3 - NEED TO MODIFY CONTENTS instructions_text.js (file with instruction text and information about images - some instructions might be global, but some is experiment specific) image files for instructions - files could have any name and the files names are put in appropriate place in instructions_text.js