Progress bar

Is current?: 
Yes

A new feature is ready for testing by lab members- a study progress bar.  This bar will appear at the top of the window as participants take the study, showing how much they have completed.  You can also set the weight of each task.  The weight will determine how much the bar will go up after the participant completes the task.  So if you have 100 total weight and the participant completes a 8 weight task, the progress bar will increase by 8%.  Just change your expt.xml file to use

<Task id="startpage">/common/en-us/html/InstructionsProgressBar.jsp</Task>

That is replacing Instructions.jsp with InstructionsProgressBar.jsp

 

You set the "weight" attribute in the <definitions> section of the expt file.  Any integer can be used.  For instance,

<Task id="intro" weight="5">intro.html</Task>