/**
 *  ==================================================
 *  SoftChalk LessonBuilder
 *  QuizPopper q_parameters.js
 *  Copyright 2003-2006 SoftChalk LLC
 *  All Rights Reserved.
 *
 *   http://www.softchalk.com
 *  ==================================================
 */

q_item=2;
highlighted="none";
tableToggle_array=new Array();
f_done=new Array();
feed=new Array();
q_done=new Array();
scoreQ=new Array();
qOrder=new Array(2);
qOrder[0]=1;
qOrder[1]=2;
num_pages=1;
scorm_completed_status=false;

//q_num=1;
inline_feedback1=true;
q_done[1]=false;
q_value1=1;
scoreQ[1]="yes";
mc_items1=2;
//ra_items1=1;
q_type1=1;
theQuestion1="Are the center circles the same size?";
showCorrect1="no";
showHint1="yes";
feedbackRight1="Right! Good job!";
feedbackWrong1="Sorry, incorrect answer.";
feedbackPartial1="Partially correct.";
hint1="Try measuring the diameter of the middle circles with a ruler.";
hintHighlight1="none";
feedbackHighlight1="none";
right_answers1=new Array(1);
right_answers1[0]="a";
answer_choices1=new Array(2);
answer_choices1[0]="yes";
answer_choices1[1]="no";
tableToggle_array[1]=false;
f_done[1]=false;
feed[1]=false;
//colorChoice1="_custom";
//bgColor1="#e7e7f5";
//tableClass1="collapse";
//openerImage1="quizme_custom.gif";
//allowRetry1=true;

//q_num=2;
inline_feedback2=true;
q_done[2]=false;
q_value2=1;
scoreQ[2]="yes";
mc_items2=2;
//ra_items2=1;
q_type2=1;
theQuestion2="Are the lines in the image the same height/width?";
showCorrect2="no";
showHint2="no";
feedbackRight2="Right! Good job!";
feedbackWrong2="Sorry, incorrect answer.";
feedbackPartial2="Partially correct.";
hint2="";
hintHighlight2="none";
feedbackHighlight2="none";
right_answers2=new Array(1);
right_answers2[0]="a";
answer_choices2=new Array(2);
answer_choices2[0]="yes";
answer_choices2[1]="no";
tableToggle_array[2]=false;
f_done[2]=false;
feed[2]=false;
//colorChoice2="_custom";
//bgColor2="#e7e7f5";
//tableClass2="collapse";
//openerImage2="quizme_custom.gif";
//allowRetry2=true;

