/**
 *  ==================================================
 *  SoftChalk LessonBuilder
 *  Activity activity_info.js
 *  Copyright 2007 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=1;
actOrder=new Array(3);
actOrder[0]=1;
actOrder[1]=3;
actOrder[2]=8;

//a_num=1;
a_value1=6;
scoreQa[1]=true;
q_done_a[1]=false;
score_a[1]=0;
show_restart_a[1]=true;

//a_num=3;
a_value3=0;
scoreQa[3]=false;
q_done_a[3]=false;
score_a[3]=0;
show_restart_a[3]=true;

//a_num=8;
a_value8=5;
scoreQa[8]=true;
q_done_a[8]=false;
score_a[8]=0;
show_restart_a[8]=true;

