'); } if (browser_check=="n3_or_better"){ if (dest==1) document.mediaPlayer.SetSource(sound[1]); if (dest==2) document.mediaPlayer.SetSource(sound[2]); document.mediaPlayer.DoPlay(); } if(browser_check=="msie"){ doc.write(''); doc.write(' '); doc.close (); } } HEADLINE="Correct or Incorrect?"; function makeArray(size){ this.length=size; for (var i=1;i<=size;i++) { this[i]=0; } } question = 40; var PMatching=1; //var QuizSize=question; verify = 0; ans="A"; SIZE = 4; marker=0; runs = 0; var showIt=0; available=new makeArray(SIZE); wrong=new makeArray(SIZE); availSize=SIZE; wrongSize=0; var q=20; currentElement=SIZE; inReplay=false; done=true; justContinue=false; i=1; showAnswer=0; var FULL=0; var HIDE=0; var ema=0; var object=new Array(); var FONTT=0; var written=0; function makeTrue(questionNum) { totaltried ++; totalcorrect ++; written++; correctList=correctList+questionNum+"; "; if (SOUNDON1==1){ playSound(1);} if (HIDE==0){ document.MCQuiz2.src='Resources/Images/correct.gif'; } if (HIDE==1){ if (writtenAnswer == 0){ written=1; runs = 1; written= 1; } writtenAnswer=0; } ans="x"; } function winMax() { var strQuery = location.href.match(/\?.*$/); if(strQuery != '?quiz') { var windowprops="top=0,left=0,status,scrollbars,width="+screen.width+",height="+screen.height; var P3="
Your quiz and test session has ended!

"; window.document.write(P3); window.open(location.href + '?quiz', '', windowprops); } else { document.body.style.visibility = 'visible'; initMHT(); window.focus(); } } function winFull() { var strQuery = location.href.match(/\?.*$/); if(strQuery != '?quiz') { var P3="
Your quiz and test session has ended!

"; window.document.write(P3); window.open(location.href + '?quiz', '', 'fullscreen', scrollbars='true'); } else { document.body.style.visibility = 'visible'; initMHT(); window.focus(); } } function makeFalse(questionNum){ if (crit[questionNum] =='1'){ Critical = 1;} if (hints[questionNum] !="" ){ hints[questionNum]=(decodeIT(hints[questionNum])); showTip(200,200,hints[questionNum]); } incorrectList=incorrectList+questionNum + " ("+change1+"); "; totaltried ++; totalincorrect ++; written++; if (SOUNDON2==1){ playSound(2);} if (HIDE==0){ document.MCQuiz2.src='Resources/Images/incorrect.gif'; } if (HIDE==1){ if (writtenAnswer == 0){ written=1; runs = 1; written= 1; } writtenAnswer=0; } ans="x"; } function makeNew(questionNum){ document.MCQuiz2.src='Resources/Images/f.gif'; } function initAvail() { if (FULL!=0 && MHT==1){ return; } if (SCORM == true){ ScormStartUp(); ans="x"; } for (var i=1;i<=SIZE;i++) { available[i]=i; } availSize=SIZE; wrongSize=0; currentElement=SIZE; inReplay=false; done=false; this.bigbox = document.getElementById("bigbox"); this.bigbox.innerHTML = ""; initial(); getWord(); } function initMHT(){ if (SCORM == true){ ScormStartUp(); ans="x"; } for (var i=1;i<=SIZE;i++) { available[i]=i; } availSize=SIZE; wrongSize=0; currentElement=SIZE; inReplay=false; done=false; this.bigbox = document.getElementById("bigbox"); this.bigbox.innerHTML = ""; initial(); getWord(); } function initial(){ if (navigator.appName=="Netscape") { layerStyleRef="layer."; layerRef="document.layers"; styleSwitch=""; }else{ layerStyleRef="layer.style."; layerRef="document.all"; styleSwitch=".style"; } } function randomise(maximise) { var now=new Date(); var hour=now.getHours(); var minimise=now.getMinutes(); var sec=now.getSeconds(); quiz(); return ((((hour +1)*(minimise +1)*(sec))%maximise) + 1); } function WritAnswer(){ writtenAnswer=1; } function WritAnswer2(PassQues){hw1('One',PassQues,'SQ1');if (passed==0 & runner==0){return;} bg=PassQues; if (bg==null || bg=="?"){ bg = (decodeIT("No answer")); } runs=0; document.getElementById('button1').style.visibility = "hidden" checkWord(bg); runs =1; } function ShowRadio(AnswerString) { var AnsNum = -1; var AnsNumResult=-1; AnsNum =AnswerString.toLowerCase().indexOf('a)'); if (AnsNum != -1){ AnsNumResult=1; } AnsNum =AnswerString.toLowerCase().indexOf('b)'); if (AnsNum != -1){ AnsNumResult=2; } AnsNum =AnswerString.toLowerCase().indexOf('c)'); if (AnsNum != -1){ AnsNumResult=3; } AnsNum =AnswerString.toLowerCase().indexOf('d)'); if (AnsNum != -1){ AnsNumResult=4; } AnsNum =AnswerString.toLowerCase().indexOf('e)'); if (AnsNum != -1){ AnsNumResult=5; } AnsNum =AnswerString.toLowerCase().indexOf('f)'); if (AnsNum != -1){ AnsNumResult=6; } AnsNum =AnswerString.toLowerCase().indexOf('g)'); if (AnsNum != -1){ AnsNumResult=7; } document.getElementById('A').style.visibility = 'visible'; document.getElementById('B').style.visibility = 'visible'; document.getElementById('C').style.visibility = 'visible'; document.getElementById('D').style.visibility = 'visible'; document.getElementById('E').style.visibility = 'visible'; document.getElementById('F').style.visibility = 'visible'; document.getElementById('G').style.visibility = 'visible'; document.getElementById('continue1').style.visibility = 'visible'; document.getElementById('reload1').style.visibility = 'visible'; document.getElementById('calculate1').style.visibility = 'visible'; document.getElementById('submit1').style.visibility = 'visible'; document.getElementById('close1').style.visibility = 'visible'; if (AnsNumResult==6){ document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==5){ document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==4){ document.getElementById('E').style.visibility = "hidden"; document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==3){ document.getElementById('D').style.visibility = "hidden"; document.getElementById('E').style.visibility = "hidden"; document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==2){ document.getElementById('C').style.visibility = "hidden"; document.getElementById('D').style.visibility = "hidden"; document.getElementById('E').style.visibility = "hidden"; document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==1){ document.getElementById('B').style.visibility = "hidden"; document.getElementById('C').style.visibility = "hidden"; document.getElementById('D').style.visibility = "hidden"; document.getElementById('E').style.visibility = "hidden"; document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } if (AnsNumResult==-1){ document.getElementById('A').style.visibility = "hidden"; document.getElementById('B').style.visibility = "hidden"; document.getElementById('C').style.visibility = "hidden"; document.getElementById('D').style.visibility = "hidden"; document.getElementById('E').style.visibility = "hidden"; document.getElementById('F').style.visibility = "hidden"; document.getElementById('G').style.visibility = "hidden"; } } function uncheckRadio() { var choice1 = document.answerform.choice; for (i = 0; i < choice1.length; i++) { if ( choice1[i].checked = true ) choice1[i].checked = false; } } function getWord(){ quiz(); uncheckRadio() ans="x"; document.MCQuiz2.src='Resources/Images/arrow1.gif'; window.status="Multiple Choice Quiz Maker"; if (!inReplay){ currentElement=randomise(availSize); decodeIT(QUESTION[(available[currentElement])]); this.bigbox = document.getElementById("bigbox"); this.bigbox.innerHTML = resultString; ShowRadio(resultString); document.getElementById("DivMCQuiz").innerHTML=IMAGES[(available[currentElement])]; if (ANSWER[(available[currentElement])].length > 1 && (ANSWER[(available[currentElement])]).indexOf(' + ') == -1 ){ document.getElementById('button1').style.visibility = 'visible'; document.getElementById('continue1').style.visibility = 'visible'; document.getElementById('reload1').style.visibility = 'visible'; document.getElementById('calculate1').style.visibility = 'visible'; document.getElementById('submit1').style.visibility = 'visible'; document.getElementById('close1').style.visibility = 'visible'; writtenAnswer=1; WritAnswer(); } } else { currentElement=randomise(wrongSize); this.bigbox = document.getElementById("bigbox"); this.bigbox.innerHTML =decodeIT(QUESTION[(wrong[currentElement])]); ShowRadio(decodeIT(QUESTION[(wrong[currentElement])])); document.getElementById("DivMCQuiz").innerHTML=IMAGES[(wrong[currentElement])]; if (ANSWER[(wrong[currentElement])].length > 1 && (ANSWER[(wrong[currentElement])]).indexOf(' + ') == -1 ){ document.getElementById('button1').style.visibility = 'visible'; document.getElementById('continue1').style.visibility = 'visible'; document.getElementById('reload1').style.visibility = 'visible'; document.getElementById('calculate1').style.visibility = 'visible'; document.getElementById('submit1').style.visibility = 'visible'; document.getElementById('close1').style.visibility = 'visible'; writtenAnswer=1; WritAnswer(); } } } function checkAnswer(input){ if (input == "x" && AllowContinue == false){ alert("Please answer the question!"); return; } var showFeedback = document.getElementById("feedbacker"); showFeedback.style.visibility = "hidden"; hw1('One',input,'SQ');if (passed==0 & runner==0){return;} marker=0; checkWord(input); } function checkWord(input){ if (goExit ==1){ alert(decodeIT("Sorry, but the time allowed for this quiz has now expired. ")); return; } runs=written; if (input ==""){ alert(decodeIT("No answer?")); return; } runs =1; written=1; change1=input; change1 = trimString(change1); var q=answ; change=change1.toUpperCase(); input=change; change2=decodeIT(ANSWER[(available[currentElement])]); change2 = trimString(change2); change=change2.toUpperCase(); ANSWER[(available[currentElement])]=change; if (done || marker==1); else if (!inReplay) { var multianswer = ANSWER[(available[currentElement])]; var tester= trimString(trimString(multianswer)).indexOf(trimString(input)); if (multianswer.length > 1 && ANSWER[(available[currentElement])].indexOf(' + ') == -1 ){ tester=-1; } if (input==ANSWER[(available[currentElement])] || tester != -1) { if (SCORM == true){ SetScormScore(input,ANSWER[(available[currentElement])],available[currentElement]); } makeTrue(available[currentElement]); document.getElementById('button1').style.visibility = "hidden"; window.status="Multiple Choice Quiz Maker"; } else { wrong[wrongSize + 1]=available[currentElement]; wrongSize++; if (SCORM == true){ SetScormScore(input,ANSWER[(available[currentElement])],available[currentElement]); } makeFalse(available[currentElement]); if (showAnswer==0){ temp=window.confirm(decodeIT(quizStatus1) + ": " + decodeIT(ANSWER[(available[currentElement])])); var showFeedback = document.getElementById("feedbacker"); showFeedback.style.visibility = "hidden"; } document.getElementById('button1').style.visibility = "hidden"; window.status="Multiple Choice Quiz Maker"; } for (var i=currentElement;i 1 && ANSWER[(wrong[currentElement])].indexOf(' + ') == -1 ){ tester=-1; } if (input==ANSWER[(wrong[currentElement])] || tester != -1) { if (SCORM == true){ SetScormScore(input,ANSWER[(wrong[currentElement])],available[currentElement]); } makeTrue(available[currentElement]); document.getElementById('button1').style.visibility = "hidden"; window.status="Multiple Choice Quiz Maker"; } else if (input !=ANSWER[(wrong[currentElement])]){ if (showAnswer==0){ document.MCQuiz2.src='Resources/Images/incorrect.gif'; if (hints[wrong[currentElement]] !="" ){ hints[wrong[currentElement]]=(decodeIT(hints[wrong[currentElement]])); showTip(200,200,hints[wrong[currentElement]]); } temp=window.confirm(decodeIT(quizStatus1) +": "+decodeIT(ANSWER[(wrong[currentElement])])); var showFeedback = document.getElementById("feedbacker"); showFeedback.style.visibility = "hidden"; } document.getElementById('button1').style.visibility = "hidden"; window.status="Multiple Choice Quiz Maker"; } for (var i=currentElement;i"; var jbegin="<" +"script type='text/javascript'>"; var invert='"'; var bingo=""; var address ="[email protected]"; var quizname="Multiple Choice Results for:"; var quiztitle ="UH2 TIK SEMESTER GANJIL 2010-2011 KELAS 8"; var totaltried=0; var totalcorrect=0; var totalincorrect=0; incorrectAnswer=""; incorrectList =""; correctList=""; var reportWord=""; var popup="null"; // function wclose(){ if (FULL !==1){ goLoca(); return; } window.close(); Surprise(); if (ema==0 && !NS4 && !FULL==0){ window.close(); window.opener.close(); } ema=0; } function Surprise(){ if (FULL==0){ window.close(); } if (!NS4){ if (window.opener==null){ window.opener=self; } } if (window.opener !=null && FULL!==0 && !NS4) { window.close(); msgWindow.focus(); msgWindow.close(); } if(NS4){ window.close(); ema=0; } if (navigator.appName=='Netscape' ){ closeWindow(); window.close(); goLoca(); } } // function showScorm(correctList, incorrectList, totalcorrect,totaltried, totalincorrect, quiztitle, tries, SIZE, address){ if (totalcorrect==0 && totalincorrect==0){ alert("No results to show at the moment!"); return; } if(tries=="0"){ tries="Not recorded"; } ema=1; per=(totaltried-totalincorrect)/question*100; per=Math.round(per)+"%"; var squiztitle = quiztitle; while (squiztitle.indexOf("'") > -1) squiztitle = squiztitle.replace("'","`"); var sIncorrect = incorrectList; while (sIncorrect.indexOf("'") > -1) sIncorrect = sIncorrect.replace("'","`"); var sCorrect = correctList; while (sCorrect.indexOf("'") > -1) sCorrect = sCorrect.replace("'","`"); if (totaltried==0){ per="0%"; } ShowScore(correctList, incorrectList, totalcorrect,totaltried, totalincorrect,question, quiztitle, tries); calculate(); } function hideScorm(){ var noInput = ""; var debugText = document.getElementById("debugText"); if(debugText){ debugText.innerHTML = noInput; } } function AlertCC(n,correctList, incorrectList, totalcorrect,totaltried, totalincorrect, quiztitle, tries, SIZE, address) { temp=window.confirm(decodeIT('To use this option you must have a standard email client installed on your computer (Outlook Express, Outlook, Eudora etc.) Please note that you may encounter problems if you are running an anti-virus software which blocks script-based mailing. Please note also that submitting the results automatically ends the quiz session! ')); if (temp==false){ return; } var myname=n; if (myname==null){ return; } if(tries=="0"){ tries="Not recorded"; } ema=1; if (myname==null || myname==""){ myname="Unknown User"; } var address="[email protected]"; var quiztaker=myname; var submitString= "'mailto:"+address+"?subject=Multiple Choice Quiz Maker Results from "+quiztaker+" &NAME=supporter &METHOD=POST &ENCTYPE=text/plain'>"; var re = / /g; submitString= submitString.replace(re,"%20"); myname=quizname+" " +myname; per=(totaltried-totalincorrect)/question*100; per=Math.round(per)+"%"; var squiztaker = quiztaker; while (squiztaker.indexOf("'") > -1) squiztaker = squiztaker.replace("'","`"); var squiztitle = quiztitle; while (squiztitle.indexOf("'") > -1) squiztitle = squiztitle.replace("'","`"); var sIncorrect = incorrectList; while (sIncorrect.indexOf("'") > -1) sIncorrect = sIncorrect.replace("'","`"); var sCorrect = correctList; while (sCorrect.indexOf("'") > -1) sCorrect = sCorrect.replace("'","`"); if (totaltried==0){ per="0%"; } var m1="Results" + jbegin + "function disableselect(e){"+ "return false;"+ "} "+ "function reEnable(){"+ "return true;"+ "} "+ "document.onselectstart=new Function ('return false');"+ "if (window.sidebar){"+ "document.onmousedown=disableselect;"+ "document.onclick=reEnable;"+ "} "+ plonk+ ""; var m2=" "; var m7="
"+ "
"+ ""+ "
"+ "
"; var m3="

Multiple Choice Quiz Maker Results

" + "
"+ "
"+'\n'+ "

"+ ""+ " "+ "

"+ jbegin+ "var message='';" + "function clickIE()" + "{if (document.all)" + "{(message);return false;}}" + "function clickNS(e) {" + "if" + "(document.layers||(document.getElementById&&!document.all))" + "{"+ "if (e.which==2||e.which==3) {(message);return false;}}}" + "if (document.layers)" + "{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}" + "else" + "{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}" + "document.oncontextmenu=new Function('return false');"+ "var FULLER=" +FULL+";"+ "var goLocal3=" + goLoca1+";"+'\n'+ "var goLocal4='"+goLoca2+"';"+'\n'+ "function wclosing(){if (navigator.appName == 'Netscape'){"+ "if (FULLER==1 || goLocal3==0){"+ "var parentwin = window.self; "+ "parentwin.opener = window.self;"+ "parentwin.close();" + "}"+ "var parentwin = window.self; "+ "parentwin.opener = window.self;"+ "parentwin.location.replace(goLocal4);"+ "}"+ "var parentwin = window.self; "+ "parentwin.opener = window.self;"+ "if (FULLER!==0){parentwin.close()};" + "history.go(-1);location.replace(goLocal4);return;} " + "function printit(){"+ "var NS = (navigator.appName == 'Netscape');"+ "var VERSION = parseInt(navigator.appVersion);"+ "if (NS) {" + "window.print();" + "} else {" + "window.location.reload();"+ "window.print();" + "} "+ "} "+ plonk + "

"; window.document.write(m1+m2+m3+m4+m7+' '); } // function doit() { Down(); if (FULL==2 && MHT==1){ document.body.style.visibility = 'hidden'; winMax(); return; } if (FULL==1 && MHT==1){ document.body.style.visibility = 'hidden'; winFull(); return; } //New Firefox 3x check if(navigator.oscpu && document.getElementsByClassName && FFPresent == "yes"){ var firefoxer = window.location.href; var gotLocal= firefoxer.indexOf("file:///"); if (gotLocal !=-1){ var myNewString = firefoxer.replace("file://", "file://localhost"); if (TestPop=='false' || TestPop == null && FFPresent == "yes"){ var P3 = "Continue" document.write("
Your browser is at present blocking the popups which are required for the fullscreen or maximised screen options with local files.
To avoid this warning in the future, you should adjust your browser and/or quiz settings.
Please click 'Continue' to start the quiz.
" + P3 + "
"); window.opener.close(); return; } } } if (window.opener ==null && FFPresent == "no" && NS4) { StopIt=1; if (StopIt != 0){ if (!firefoxer){ firefoxer=location.href; } var place = firefoxer; windowprops="top=0,left=0,fullscreen=yes,scrollbars"+",width="+screen.width+",height="+screen.height; var remote=open(place,"TEST", windowprops); return; } } if(window.opener==null && FULL==2){ StopIt=1; if (StopIt != 0){ var place = location.href; var gotIt= place.indexOf("?"); if (gotIt==-1){ // i.e. not found windowprops="top=0,left=0,status,scrollbars,width="+screen.width+",height="+screen.height; var place = (location+'?'); window.document.write(""); var msgwindow = open('',"TESTER", windowprops); msgwindow.location.replace(place); } } } if (window.opener==null && FULL==1 && NS4) { StopIt=1; if (StopIt != 0){ var place = (location); window.document.write(""); windowprops="top=0,left=0,fullscreen=yes,scrollbars"+",width="+screen.width+",height="+screen.height; var remote=open(place,"TEST", windowprops); window.parent.close(); } } if (window.opener==null && FULL==1 && !NS4) { StopIt=1; if (StopIt != 0){ var place = (location+'?'); window.document.write(" "); var msgwindow=open('',"TESTER",'resizable=no, fullscreen=yes, scrollbars=yes, width=screen.width,height=screen.height'); msgwindow.location.replace(place); } } if (window.opener !=null && !NS4) { window.opener.document.open(); var P3="
Your quiz and test session has ended!

"; window.opener.document.write(P3); window.opener.document.close(); } if (window.opener !=null && navigator.appName != 'Microsoft Internet Explorer' ) { window.opener.document.open(); var P3="
Your quiz and test session has ended!
"; window.opener.document.write(P3); window.opener.document.close(); } } // function TTM() { var mop = 0; mop = history.length; if (mop == 0){ alert(decodeIT("The Task Manager is not running. You must start the Task manager before you load the first quiz!")); } history.back(); } function right(e) { if (navigator.appName=='Netscape' && (e.which==3 || e.which==2)) return false; else if (navigator.appName=='Microsoft Internet Explorer' && (event.button==2 || event.button==3)) { alert(decodeIT("Sorry, but this option is not available in this quiz!")); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; function onKeyDown() { if (FULL==1){ if ( (event.altKey) || ((event.keyCode==8) && (event.srcElement.type !="text" && event.srcElement.type !="textarea" && event.srcElement.type !="password")) || ((event.ctrlKey) && ((event.keyCode==78) || (event.keyCode==82)) ) || (event.keyCode==116) ) { event.keyCode=0; event.returnValue=false; if (window.opener !=null && FULL==1 && !NS4) { window.opener.blur(); msgWindow.focus(); } } } } SIZE= 40; QUESTION=new makeArray(SIZE); ANSWER=new makeArray(SIZE); IMAGES=new makeArray(SIZE); var hints=new Array; var crit=new Array; crit[1] ="0";crit[2] ="0";crit[3] ="0";crit[4] ="0";crit[5] ="0";crit[6] ="0";crit[7] ="0";crit[8] ="0";crit[9] ="0";crit[10] ="0";crit[11] ="0";crit[12] ="0";crit[13] ="0";crit[14] ="0";crit[15] ="0";crit[16] ="0";crit[17] ="0";crit[18] ="0";crit[19] ="0";crit[20] ="0";crit[21] ="0";crit[22] ="0";crit[23] ="0";crit[24] ="0";crit[25] ="0";crit[26] ="0";crit[27] ="0";crit[28] ="0";crit[29] ="0";crit[30] ="0";crit[31] ="0";crit[32] ="0";crit[33] ="0";crit[34] ="0";crit[35] ="0";crit[36] ="0";crit[37] ="0";crit[38] ="0";crit[39] ="0";crit[40] ="0";hints[1] ="";hints[2] ="";hints[3] ="";hints[4] ="";hints[5] ="";hints[6] ="";hints[7] ="";hints[8] ="";hints[9] ="";hints[10] ="";hints[11] ="";hints[12] ="";hints[13] ="";hints[14] ="";hints[15] ="";hints[16] ="";hints[17] ="";hints[18] ="";hints[19] ="";hints[20] ="";hints[21] ="";hints[22] ="";hints[23] ="";hints[24] ="";hints[25] ="";hints[26] ="";hints[27] ="";hints[28] ="";hints[29] ="";hints[30] ="";hints[31] ="";hints[32] ="";hints[33] ="";hints[34] ="";hints[35] ="";hints[36] ="";hints[37] ="";hints[38] ="";hints[39] ="";hints[40] =""; IMAGES[ 1]=" ";QUESTION[ 1]="PROGRAM APLIKASI YANG DIGUNAKAN UNTUK MEMBUAT DOKUMEN PENGOLAHAN KATA ADALAH ....<br><br> A) MS. WORD<br> B) MS. EXCEL<br> C) MS. POWER POINT<br> D) MS. ACCESS ";ANSWER[ 1]="A";IMAGES[ 2]=" ";QUESTION[ 2]="BAR YANG MENAMPILKAN NAMA DOKUMEN AKTIF PADA MICROSOFT WORD DISEBUT ....<br><br> A) MENU BAR<br> B) CONTROL MENU<br> C) TITLE BAR<br> D) TOOLBAR ";ANSWER[ 2]="C";IMAGES[ 3]=" ";QUESTION[ 3]="TOMBOL PERINTAH YANG DIGUNAKAN UNTUK MENJALANKAN SUATU PERINTAH DENGAN CEPAT DAN MUDAH DISEBUT ....<br><br> A) IKON<br> B) BAR<br> C) MENU<br> D) TOOLBAR ";ANSWER[ 3]="A";IMAGES[ 4]=" ";QUESTION[ 4]="PERHATIKAN GAMBAR,<BR>NAMA TAMPILAN GAMBAR TERSEBUT ADALAH ....<br><br> A) MENU BAR<br> B) TITLE BAR<br> C) TOOLBAR FORMATING<br> D) TOOLBAR STANDARD ";ANSWER[ 4]="A";IMAGES[ 5]=" ";QUESTION[ 5]="PERHATIKAN GAMBAR,<BR>PADA BAGIAN YANG DITUNJUK NOMOR 1 ADALAH ....<br><br> A) HANGING INDENT<br> B) FIRST LINE INDENT<br> C) RIGHT INDENT<br> D) LEFT INDENT ";ANSWER[ 5]="B";IMAGES[ 6]=" ";QUESTION[ 6]="PERHATIKAN GAMBAR UNTUK MENJAWAB SOAL NO. 6 & 7,<BR>STATUS BAR DITUNJUKKAN PADA NOMOR ....<br><br> A) 1<br> B) 2<br> C) 3<br> D) 4 ";ANSWER[ 6]="C";IMAGES[ 7]=" ";QUESTION[ 7]="PERHATIKAN GAMBAR 6,<BR>PADA BAGIAN YANG DITUNJUK NOMOR 2 ADALAH ....<br><br> A) SCROLBAR<br> B) TASKBAR<br> C) STATUS BAR<br> D) VIEW ";ANSWER[ 7]="D";IMAGES[ 8]=" ";QUESTION[ 8]="PERHATIKAN GAMBAR,<BR>GAMBAR YANG DITUNJUK NOMOR 1 ADALAH ....<br><br> A) MINIMAZE<br> B) MAXIMAZE<br> C) RESTORE<br> D) CLOSE ";ANSWER[ 8]="A";IMAGES[ 9]=" ";QUESTION[ 9]="PERHATIKAN GAMBAR,<BR>TAMPILAN MENU BAR BERIKUT INI ADALAH ....<br><br> A) FILE<br> B) EDIT<br> C) VIEW<br> D) INSERT ";ANSWER[ 9]="B";IMAGES[ 10]=" ";QUESTION[ 10]="PERHATIKAN GAMBAR,<BR>TAMPILAN MENU BAR BERIKUT INI ADALAH ....<br><br> A) FILE<br> B) EDIT<br> C) INSERT<br> D) VIEW ";ANSWER[ 10]="C";IMAGES[ 11]=" ";QUESTION[ 11]="PERHATIKAN GAMBAR,<BR>TAMPILAN MENU BAR BERIKUT INI ADALAH ....<br><br> A) EDIT<br> B) VIEW<br> C) INSERT<br> D) FORMAT ";ANSWER[ 11]="D";IMAGES[ 12]=" ";QUESTION[ 12]="PERHATIKAN GAMBAR,<BR>TAMPILAN TOOLBAR BERIKUT ADALAH ....<br><br> A) TOOLBAR DRAWING<br> B) TOOLBAR PICTURE<br> C) TOOLBAR STANDARD<br> D) TOOLBAR FORMATING ";ANSWER[ 12]="C";IMAGES[ 13]=" ";QUESTION[ 13]="PERHATIKAN GAMBAR,<BR>TAMPILAN TOOLBAR BERIKUT INI ADALAH ....<br><br> A) TOOLBAR STANDARD<br> B) TOOLBAR FORMATING<br> C) TOOLBAR PICTURE<br> D) TOOLBAR DRAWING ";ANSWER[ 13]="B";IMAGES[ 14]=" ";QUESTION[ 14]="PERHATIKAN GAMBAR,<BR>GAMBAR IKON INI TERMASUK KE DALAM KELOMPOK TOOLBAR ....<br><br> A) STANDARD<br> B) FORMATING<br> C) DRAWING<br> D) TABLE AND NORDERS ";ANSWER[ 14]="A";IMAGES[ 15]=" ";QUESTION[ 15]="PERHATIKAN GAMBAR,<BR>GAMBAR IKON INI TERMASUK KE DALAM KELOMPOK TOOLBAR ....<br><br> A) STANDARD<br> B) FORMATING<br> C) DRAWING<br> D) TABLE AND BORDERS ";ANSWER[ 15]="B";IMAGES[ 16]=" ";QUESTION[ 16]="PERHATIKAN IKON IKON BERIKUT ....<BR>DARI IKON IKON DI ATAS YANG TERMASUK KEDALAM TOOLBAR STANDAR ADALAH ....<br><br> A) 1,2<br> B) 1,4<br> C) 2,3<br> D) 2,4 ";ANSWER[ 16]="C";IMAGES[ 17]=" ";QUESTION[ 17]="PERHATIKAN GAMBAR,<BR>NAMA GAMBAR IKON TOOLBAR STANDAR DISAMPING YANG TEPAT ADALAH ....<br><br> A) PASTE<br> B) COPY<br> C) UNDO<br> D) REPEAT / REDO ";ANSWER[ 17]="D";IMAGES[ 18]=" ";QUESTION[ 18]="PERHATIKAN IKON IKON BERIKUT INI !<BR>GAMBAR IKON DI ATAS TERMASUK TOOLBAR DRAWING KECUALI ....<br><br> A) 1<br> B) 2<br> C) 3<br> D) 4 ";ANSWER[ 18]="A";IMAGES[ 19]=" ";QUESTION[ 19]="PERHATIKAN DATA-DATA BERIKUT INI,<BR>DARI DATA NAMA NAMA IKON TOOLBAR DISAMPING, YANG SALAH ADALAH ....<br><br> A) 1 DAN 2<br> B) 2 DAN 4<br> C) 3 DAN 4<br> D) 3 DAN 5 ";ANSWER[ 19]="B";IMAGES[ 20]=" ";QUESTION[ 20]="PERHATIKAN GAMBAR,<BR>NAMA IKON TOOLBAR FORMATING DI SAMPING YANG TEPAT ADALAH ....<br><br> A) CENTER<br> B) JUSTIFY<br> C) ALIGN RIGHT<br> D) ALIGN LEFT ";ANSWER[ 20]="C";IMAGES[ 21]=" ";QUESTION[ 21]="PERHATIKAN GAMBAR,<BR>GAMBAR IKON INI TERMASUK KE DALAM KELOMPOK TOOLBAR DRAWING. MANAKAH ISTILAH YANG TEPAT NAMA IKON TERSEBUT ....<br><br> A) DRAWING<br> B) FREE ROTATION<br> C) LINE<br> D) SELECT OBJECT ";ANSWER[ 21]="D";IMAGES[ 22]=" ";QUESTION[ 22]="PERHATIKAN GAMBAR,<BR>GAMBAR IKON DISAMPING BERFUNGSI UNTUK ....<br><br> A) MEWARNAI TEKS<br> B) MEMBERI WARNA PADA OBJEK<br> C) MENYISIPKAN GAMBAR<br> D) MENYISIPKAN HURUF SENI YANG INDAH ";ANSWER[ 22]="D";IMAGES[ 23]=" ";QUESTION[ 23]="IKON PADA TOOLBAR DRAWING YANG BERGUNA MENGUBAH BENTUK GARIS MENJADI GARIS PUTUS PUTUS ATAU GARIS LURUS ADALAH ....<br><br> A) 1<br> B) 2<br> C) 3<br> D) 4 ";ANSWER[ 23]="D";IMAGES[ 24]=" ";QUESTION[ 24]="KITA DAPAT MENGGANDAKAN TEKS MENGGUNAKAN PERINTAH BARIS MENU. LANGKAH LANGKAH UNTUK MENGGANDAKAN TEKS DENGAN MENGGUNAKAN MENU YANG TEPAT ADALAH ....<br><br> A) SOROT TEKS, KLIK INSERT, PILIH COPY<br> B) SOROT TEKS, KLIK INSERT, PILIH CUT<br> C) SOROT TEKS, KLIK EDIT, PILIH COPY<br> D) SOROT TEKS, KLIK EDIT, PILIH CUT ";ANSWER[ 24]="C";IMAGES[ 25]=" ";QUESTION[ 25]="LANGKAH MEMBUAT NASKAH BARU PADA PROGRAM MS. WORD YANG BENAR ADALAH KECUALI ....<br><br> A) PILIH MENU FILE, NEW<br> B) PILIH MENU FILE, OPEN, OK<br> C) PILIH GAMBAR IKON KERTAS KOSONG PADA TOOLBAR<br> D) TEKAN CTRL DAN N PADA KEYBOARD ";ANSWER[ 25]="B";IMAGES[ 26]=" ";QUESTION[ 26]="LANGKAH YANG DILAKUKAN UNTUK MEMBUKA DOKUMEN ADALAH ....<br><br> A) KLIK FORMAT, KLIK SUB MENU OPEN<br> B) KLIK FILE, KLIK OK<br> C) KLIK FILE, KLIK SUB MENU OPEN<br> D) KLIK FILE, KLIK OK, KLIK OPEN ";ANSWER[ 26]="C";IMAGES[ 27]=" ";QUESTION[ 27]="LANGKAH LANGKAH UNTUK MEMUNCULKAN SUATU OBJEK DARI DALAM CLIPBIARD YANG TEPAT ADALAH ....<br><br> A) KLIK FILE, SAVE<br> B) KLIK EDIT, CUT<br> C) KLIK FILE, SAVE<BR>KLIK FILE, PASTE<br> D) KLIK EDIT, PASTE ";ANSWER[ 27]="D";IMAGES[ 28]=" ";QUESTION[ 28]="UNTUK MEMBUAT EFEK RATA KANAN PADA TEKS DIGUNAKAN ICON YANG ADA PADA TOOLBAR FORMATING YANG DISEBUT ....<br><br> A) ALIGN LEFT<br> B) ALIGN RIGHT<br> C) CENTER<br> D) JUSTIFY ";ANSWER[ 28]="B";IMAGES[ 29]=" ";QUESTION[ 29]="PERHATIKAN GAMBAR,<BR>PADA SAAT BEKERJA KITA INGIN CEPAT MEWARNAI HURUF (FONT COLOR), MANAKAH IKON YANG DIGUNAKAN UNTUK MEWARNAI TEKS ....<br><br> A) 1<br> B) 2<br> C) 3<br> D) 4 ";ANSWER[ 29]="C";IMAGES[ 30]=" ";QUESTION[ 30]="UNTUK MENGETIK KALIMAT YANG BERBAHASA ASING PADA SEBUAH DOKUMEN, SEBAIKNYA DIBERI EFEK MIRING. IKON YANG BERFUNGSI UNTUK MEMBERI EFEK MIRING PADA HURUF ADALAH ....<br><br> A) BOLD<br> B) UNDER LINE<br> C) ITALIC<br> D) ALIGN LEFT ";ANSWER[ 30]="C";IMAGES[ 31]=" ";QUESTION[ 31]="PERHATIKAN GAMBAR TEKS KALIMAT,<BR>PADA TEKS TERSEBUT KITA DAPAT MEMBERIKAN GARIS BAWAH DENGAN MENEKAN TOMBOL IKON PADA TOOLBAR FORMATING, YANG DISEBUT ....<br><br> A) ITALIC<br> B) BOLD<br> C) UNDERLINE<br> D) FONT ";ANSWER[ 31]="C";IMAGES[ 32]=" ";QUESTION[ 32]="PERHATIKAN GAMBAR TEKS KALIMAT,<BR>PADA TEKS TERSEBUT KITA DAPAT MEMBERI EFEK TEBAL DENGAN MENEKAN TOMBOL IKON, YANG DISEBUT ....<br><br> A) ITALIC<br> B) UNDERLINE<br> C) BOLD<br> D) FONT ";ANSWER[ 32]="C";IMAGES[ 33]=" ";QUESTION[ 33]="PERHATIKAN GAMBAR TEKS KALIMAT,<BR>PADA TOOLBAR DRAWING TERDAPAT IKON YANG BERFUNGSI UNTUK MEMBUAT SEBUAH HURUF HIAS BERVARIASI ADALAH ....<br><br> A) AUTO TEKS<br> B) WORD ART<br> C) AUTOSHAPES<br> D) DRAW ";ANSWER[ 33]="B";IMAGES[ 34]=" ";QUESTION[ 34]="UNTUK MENGATUR BARIS SPASI/ LINE SPACING, LANGKAH YANG TEPAT ADALAH ....<br><br> A) KLIK FORMAT, PARAGRAP<br> B) KLIK FORMAT, CHANGE CHASE<br> C) KLIK FORMAT, DROP CAP<br> D) KLIK FORMAT, AUTO FORMAT ";ANSWER[ 34]="A";IMAGES[ 35]=" ";QUESTION[ 35]="PERHATIKAN NASKAH DISAMPING UTK MENJAWAB SOAL NO. 35 S.D 38,<BR>UNTUK MERATAKAN TEKS KETENGAH SEPERTI PADA JUDUL NASKAH, MENGGUNAKAN ....<br><br> A) ALIGN LEFT<br> B) ALIGN RIGHT<br> C) JUSTIFY<br> D) CENTER ";ANSWER[ 35]="D";IMAGES[ 36]=" ";QUESTION[ 36]="PERHATIKAN NASKAH DISAMPING UTK MENJAWAB SOAL NO. 35 S.D 38,<BR>JUDUL NASKAH DI ATAS "PENGERTIAN JARINGAN" MENGGUNAKAN FONT JENIS ....<br><br> A) ARIAL<br> B) ARIAL NARROW<br> C) TIMES NEW ROMAN<br> D) TAHOMA ";ANSWER[ 36]="C";IMAGES[ 37]=" ";QUESTION[ 37]="PADA NASKAH, TERDAPAT SEBUAH GAMBAR. UNTUK MENDAPATKAN OBJEK GAMBAR, MAKA LANGKAH YANG TEPAT ADALAH ....<br><br> A) KLIK INSERT, PICTURE, WORD ART<br> B) KLIK INSERT, PICTURE, CHART<br> C) KLIK INSERT, PICTURE, AUTOSHAPES<br> D) KLIK INSERT, PICTURE, CLIP ART ";ANSWER[ 37]="D";IMAGES[ 38]=" ";QUESTION[ 38]="PERHATIKAN NASKAH DISAMPING UTK MENJAWAB SOAL NO. 35 S.D 38,<BR>UNTUK MEMBUAT KARAKTER HURUF PERTAMA MENJADI BESAR, SEPERTI NASKAH PARAGRAP PERTAMA MENGGUNAKAN ....<br><br> A) CHANGE CHASE<br> B) DROP CAP<br> C) BULLET AND NUMBERING<br> D) BORDER AND SHADING ";ANSWER[ 38]="B";IMAGES[ 39]=" ";QUESTION[ 39]="PERHATIKAN LANGKAH BERIKUT :<BR>1. PILIH ATAU TEMPATKAN TITIK SISIP PADA PARAGRAF YANG AKAN KITA ATUR PERATAANNYA<BR>2. PILIH DAN KLIK MENU FORMAT, PARAGRAP, LINE SPACING. KOTAK DIALOG PARAGRAP DITAMPILKAN<BR><BR>LANGKAH TERSEBUT DIGUNAKAN UNTUK ....<br><br> A) MEMODIFIKASI PARAGRAF<br> B) INDENTASI PARAGRAF<br> C) MEMBERI NOMOR PARAGRAF<br> D) JARAK SPASI PARAGRAF ";ANSWER[ 39]="D";IMAGES[ 40]=" ";QUESTION[ 40]="LANGKAH LANGKAH DI BAWAH INI YANG DIGUNAKAN UNTUK MEMBUAT PENOMORAN PADA PARAGRAF DENGAN MENGGUNAKAN BARIS MENU ADALAH ....<br><br> A) KLIK FORMAT, PARAGRAP<br> B) KLIK FORMAT, BULLET AND NUMBERING<br> C) KLIK FORMAT, COLUMN<br> D) KLIK FORMAT, FONT ";ANSWER[ 40]="B"; function checkIt(verify){ if (verify ==0){ ans="A"; } if (verify ==1){ ans="A"; } if (verify ==2){ ans="B"; } if (verify ==3){ ans="C"; } if (verify ==4){ ans="D"; } if (verify ==5){ ans="E"; } if (verify ==6){ ans="F"; } if (verify ==7){ ans="G"; } } function calculate(){ var per if (PassCent != 0){ per=(totaltried-totalincorrect)/question*100; per=Math.round(per) if (per < PassCent){ alert("I'm sorry, but you have not passed the test!"); return; } if (Critical != 0){ alert("I'm sorry, but you have not passed the test!"); return; } per=Math.round(per)+"%"; alert("Your percentage correct is: "+ per + ". You have passed your test!"); return; } per=(totaltried-totalincorrect)/SIZE*100; per=Math.round(per)+"%"; if (totaltried==0){ per="0%"; } var displayIt = decodeIT("Total number of questions available")+": " + SIZE +'\n'+ decodeIT("Total number of questions answered")+": " + totaltried +'\n'+ decodeIT("Total number of correct answers")+ ": " + totalcorrect +'\n'+ decodeIT("Total number of incorrect answers")+ ": " + totalincorrect + '\n'+ decodeIT("Grade as percentage") + ": "+per; alert(displayIt) } function firstCheck(){ } // -->


<<This message will be removed when you register >>


UH2 TIK SEMESTER GANJIL 2010-2011 KELAS 8





        A       B        C        D        E        F        G      

This is the feedback!

   
Time allowed:
Time remaining: