/**
 *  ==================================================
 *  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(2);
actOrder[0]=5;
actOrder[1]=6;

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

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

