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

q_item=4;
tableToggle_array=new Array();
f_done=new Array();
feed=new Array();
q_done=new Array();
scoreQ=new Array();
qOrder=new Array(3);
qOrder[0]=2;
qOrder[1]=3;
qOrder[2]=4;
num_pages=5;
scorm_completed_status=true;

//q_num=2;
inline_feedback2=false;
q_done[2]=false;
q_value2=1;
scoreQ[2]="yes";
mc_items2=2;
//ra_items2=1;
q_type2=2;
theQuestion2="Assembly language is the easiest language to read and write.";
showCorrect2="no";
showHint2="no";
feedbackRight2="Right! Good job! Assembly language is next to machine language on difficulty.";
feedbackWrong2="Sorry, incorrect answer.";
feedbackPartial2="Partially correct.";
hint2="";
right_answers2=new Array(1);
right_answers2[0]="false";
answer_choices2=new Array(2);
answer_choices2[0]="True";
answer_choices2[1]="False";
tableToggle_array[2]=false;
f_done[2]=false;
feed[2]=false;
//colorChoice2="_custom";
//tableClass2="collapse";
//openerImage2="selfcheck_custom.gif";
//allowRetry2=true;

//q_num=3;
inline_feedback3=false;
q_done[3]=false;
q_value3=1;
scoreQ[3]="yes";
mc_items3=2;
//ra_items3=1;
q_type3=2;
theQuestion3="FORTRAN is an assembly language.";
showCorrect3="no";
showHint3="no";
feedbackRight3="Right! Good job!";
feedbackWrong3="Sorry, incorrect answer.";
feedbackPartial3="Partially correct.";
hint3="";
right_answers3=new Array(1);
right_answers3[0]="false";
answer_choices3=new Array(2);
answer_choices3[0]="True";
answer_choices3[1]="False";
tableToggle_array[3]=false;
f_done[3]=false;
feed[3]=false;
//colorChoice3="_custom";
//tableClass3="collapse";
//openerImage3="selfcheck_custom.gif";
//allowRetry3=true;

//q_num=4;
inline_feedback4=false;
q_done[4]=false;
q_value4=1;
scoreQ[4]="yes";
mc_items4=3;
//ra_items4=1;
q_type4=1;
theQuestion4="This programming language enables programmers to draw the program, rather than write code.";
showCorrect4="no";
showHint4="no";
feedbackRight4="Right! Good job!";
feedbackWrong4="Sorry, incorrect answer.";
feedbackPartial4="Partially correct.";
hint4="";
right_answers4=new Array(1);
right_answers4[0]="b";
answer_choices4=new Array(3);
answer_choices4[0]="OOP";
answer_choices4[1]="Visual";
answer_choices4[2]="4GL";
tableToggle_array[4]=false;
f_done[4]=false;
feed[4]=false;
//colorChoice4="_custom";
//tableClass4="collapse";
//openerImage4="selfcheck_custom.gif";
//allowRetry4=true;


