/** * ================================================== * SoftChalk LessonBuilder * Activity activity_info.js * Copyright 2008 SoftChalk LLC * All Rights Reserved. * * http://www.softchalk.com * ================================================== */ q_done_a=new Array(); scoreQa=new Array(); score_a=new Array(); show_restart_a=new Array(); num_pages=7; actOrder=new Array(3); actOrder[0]=2; actOrder[1]=3; actOrder[2]=6; //a_num=2; a_value2=5; scoreQa[2]=true; q_done_a[2]=false; score_a[2]=0; show_restart_a[2]=true; //a_num=3; a_value3=5; scoreQa[3]=true; q_done_a[3]=false; score_a[3]=0; show_restart_a[3]=true; //a_num=6; a_value6=5; scoreQa[6]=true; q_done_a[6]=false; score_a[6]=0; show_restart_a[6]=true;