Hello,
I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer.
I would greatly appreciate it!!
Thanks!!
<!--put the preloads file here as it must load before the website class file.--><!--- String manipulation class for VCE
Properties
FixQuotes "string"
--->
<script language="javas cript">
function load2(form) {
//var url = form.Llist_1.op tions[form.Llist_1.se lectedIndex].value;
var url = "../view_course.asp ";
location.href = url;
return false;
}
function validate() {
if(document.Cou rseChooser.Llis t_1.options[document.Course Chooser.Llist_1 .selectedIndex].value=="")
{
window.alert(' Please Select Any course first.');
return false;
}
return true;
}
</script>
<SCRIPT>
<!--
function KIM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf ("?"))>0&&paren t.frames.length ) {
d=parent.frames[n.substring(p+1 )].document; n=n.substring(0 ,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.fo rms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.l ayers&&i<d.laye rs.length;i++) x=KIM_findObj(n ,d.layers[i].document);
if(!x && document.getEle mentById) x=document.getE lementById(n); return x;
}
function KIM_showHideLay ers() { //v3.0
var i,p,v,obj,args= KIM_showHideLay ers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=KIM_findO bj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?' visible':(v='hi de')?'hidden':v ; }
obj.visibility= v; }
}
function KIM_openBrWindo w(theURL,winNam e,features) { //v2.0
window.open(the URL,winName,fea tures);
}
//-->
</script>
<!--INCLUDE FILE="styles/kewl.css"-->
<script language="javas cript">
<!--
var win=null;
function NewWindow(mypag e,myname,w,h,sc roll,pos){
if(pos=="random "){LeftPosition =(screen.width) ?Math.floor(Mat h.random()*(scr een.width-w)):100;TopPosi tion=(screen.he ight)?Math.floo r(Math.random() *((screen.heigh t-h)-75)):100;}
if(pos=="center "){LeftPosition =(screen.width) ?(screen.width-w)/2:100;TopPositi on=(screen.heig ht)?(screen.hei ght-h)/2:100;}
else if((pos!="cente r" && pos!="random") || pos==null){Left Position=0;TopP osition=20}
settings='width ='+w+',height=' +h+',top='+TopP osition+',left= '+LeftPosition+ ',scrollbars='+ scroll+',locati on=no,directori es=no,status=no ,menubar=no,too lbar=no,resizab le=no';
win=window.open (mypage,myname, settings);
}
function openMedia(URL) {
window.open(URL ,'Multimedia_Ce nter','toolbar= no,location=no, directories=no, status=no,menub ar=no,resizable =no,copyhistory =no,scrollbars= no,width=500,he ight=500');
}
function openCompactMode (){
var m_compact
m_compact = window.open('/favourites/compact.html', m_compact, 'toolbar=no,wid th=180,height=4 50,resizable=1' );
m_compact.focus ();
}
function load1(form) {
var url = form.Llist_1.op tions[form.Llist_1.se lectedIndex].value;
location.href = url;
return false;
}
function popupMsg(msg) {
alert(msg);
}
function move_in(img_nam e,img_src){
document.images[img_name].src=img_src;
}
function move_out(img_na me,img_src){
document.images[img_name].src=img_src;
}
var myimages=new Array()
function preloadimages() {
for (i=0;i < preloadimages.a rguments.length ;i++){
myimages[i]=new Image()
myimages[i].src=preloadima ges.arguments[i]
}
}
function MM_openBrWindow (theURL,winName ,features) { //v2.0
window.open(the URL,winName,fea tures);
}
function MM_preloadImage s() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.leng th,a=MM_preload Images.argument s; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!= 0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf ("?"))>0&&paren t.frames.length ) {
d=parent.frames[n.substring(p+1 )].document; n=n.substring(0 ,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.fo rms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.l ayers&&i<d.laye rs.length;i++) x=MM_findObj(n, d.layers[i].document); return x;
}
function MM_showHideLaye rs() { //v3.0
var i,p,v,obj,args= MM_showHideLaye rs.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findOb j(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?' visible':(v='hi de')?'hidden':v ; }
obj.visibility= v; }
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_sw apImage.argumen ts; document.MM_sr= new Array; for(i=0;i<(a.le ngth-2);i+=3)
if ((x=MM_findObj( a[i]))!=null){docum ent.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgResto re() { //v3.0
var i,x,a=document. MM_sr; for(i=0;a&&i<a. length&&(x=a[i])&&x.oSrc;i++ ) x.src=x.oSrc;
}
//Validation for dropdown list
function Validate(theFor m)
{
if (theForm.Llist_ 1.selectedIndex == 0)
{
alert("The first option on the course menu is not a valid selection, rather it is an instruction for you to choose a course. The dropdown list contains the courses from which you must select one. Please Select your course before pressing GO. You may also use one of the filter links below the course list to change the list before selecting the course to enter.");
theForm.Llist_1 .focus();
return (false);
}
return (true);
}
// -->
</SCRIPT>
<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFF F" border="0"><tr> <td width="100%">
<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFF F" border="0"><tr> <td width="100%">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#1 11111" width="82%" id="AutoNumber2 ">
<tr>
<td valign="top" bgcolor="#5B90B 5" dir="ltr">
<table cellSpacing="0" cellPadding="0" border="0" bordercolor="#1 11111" align="center" width="100%">
<tr bgcolor="#FFFFF F" valign="top"><t d></td><td width="100%" align="center">
<SCRIPT language=JavaSc ript src="date-picker.js"></SCRIPT>
<script language="Javas cript">
<!--
{
//self.name="BODY ";
}
//DELETE QUESTION
function deleteQuestion( questionNo, testID)
{
if(confirm("You are going to delete this question.")){
window.navigate ("/tests/default.asp?act ion=deleteQuest ion&questionNo= " + questionNo + "&testID="+test ID);
}
}
// Mark the test
function markit()
{
MM_showHideLaye rs('taketest',' ','show')
var x = window.event.x
var y = window.event.y
if (navigator.appN ame=='Netscape' )
{
document.layers[taketest].top = y -50
document.layers[taketest].left = x- 100
}
else
{
document.all('t aketest').style .top =y -50
document.all('t aketest').style .left =x -100
}
}
// Validate the test form
function ValidateTest(th eForm)
{
if (theForm.questi onNo.selectedIn dex == 0)
{
alert("The first \"questionNo \" option is not a valid selection. Please choose one of the other options.");
theForm.questio nNo.focus();
return (false);
}
return (true);
}
// Validate the test chooser
function Validate(theFor m)
{
if (theForm.testID .selectedIndex == 0)
{
alert("The first \"testID\" option is not a valid selection. Please choose one of the other options.");
theForm.testID. focus();
return (false);
}
return (true);
}
// Validate the form for adding a test
function ValidateNewTest (theForm)
{
if (theForm.asscod e.selectedIndex == 0)
{
alert("The first \"asscode\" option is not a valid selection. Please choose one of the other options.");
theForm.asscode .focus();
return (false);
}
var checkOK = "0123456789-,";
var checkStr = theForm.percent age.value;
var allValid = true;
var decPoints = 0;
var allNum = "";
for (i = 0; i < checkStr.length ; i++)
{
ch = checkStr.charAt (i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt( j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter only digit characters in the \"percentage \" field.");
theForm.percent age.focus();
return (false);
}
return (true);
}
// --- expose the hidden layer for delete
function deleteitem(item id)
{
/*
MM_showHideLaye rs('deletethis' ,'','show')
var x = window.event.x
var y = window.event.y
if (navigator.appN ame=='Netscape' )
{
document.layers[deletethis].top = y -50
document.layers[deletethis].left = x- 10
}
else
{
document.all('d eletethis').sty le.top =y -50
document.all('d eletethis').sty le.left =x -10
}
//for (i=0;i<document .links.length;i ++) {
//alert (document.links[i].href + i);
//}
whereto = 'default.asp?ac tion=deletetest &record=' + itemid
document.links[95].href = whereto
*/
if (confirm("You are going to delete this test.\nAre you sure?")){
document.locati on = 'default.asp?ac tion=deletetest &record=' + itemid
}
}
// Validate mark active
function ValidateMarkAct ive(theForm)
{
if (theForm.assNo. selectedIndex == 0)
{
alert("The first \"assNo\" option is not a valid selection. Please choose one of the other options.");
theForm.assNo.f ocus();
return (false);
}
return (true);
}
//popup calendar
function calpopup(lnk) {
//window.open(lnk , "calendar","hei ght=250,width=2 50,scrollbars=n o")
}
//-->
</script>
<div id="taketest" style="position : absolute; left: 269; top: 109; width: 319; height: 102; z-index: 1; visibility: hidden"> <table cellpadding="5" cellspacing="0" bgcolor="#FFFF9 9" width="100%" border=0> <tr><td colspan="2"> <p align="center"> <font face="Verdana" size="2"><b> Are you sure you want to mark your test now. You will not be able to change your answers once it is graded.</b></font></td></tr> <tr><td><p align="center"> <font face="Verdana" size="2"><b><a onclick="MM_sho wHideLayers('ta ketest','','hid e')" href="#">No</a></b></font></td><td><p align="center"> <font face="Verdana" size="2"><b><a href="default.a sp?action=markm e&testID=oltest 7" >Yes</a></b></font></td></tr> </table></div><form method="POST" action="default .asp?action=sav eme&thisQuestio n=1&id=4159&Tes tID=oltest7"><b ><font color="#336600" >Question 1</b><br></font><br><table border=0><tr><t d>At the beginning of the play Macbeth is</td></tr></table> <br><Table width="100%" border="0"><tr> <td width="30"></TD><td></td></tr><tr><td valign=top><inp ut type="radio" name="myAnswer" value="1"> </td><td valign=top>A. Lord of Farres <br><tr><td valign=top><inp ut type="radio" name="myAnswer" value="2"> </td><td valign=top>B. Thane of Cawdor<br><br>< tr><td valign=top><inp ut type="radio" name="myAnswer" value="3"> </td><td valign=top>C. Thane of Glamis<br><br>< tr><td valign=top><inp ut type="radio" name="myAnswer" value="4"> </td><td valign=top>D. next one line to the throne <br><tr><td valign=top><tr> <td valign=top></Table><br><inpu t type="submit" class="button" value="Save answer" name="B1"><br> <a href="default.a sp?action=taket est&thisQuestio n=2&testID=olte st7"><IMG SRC="images/arrowRT1.gif" border="0" align="Middle" alt="Next"></A> <a href="default.a sp?action=taket est&thisQuestio n=10&testID=olt est7"><IMG SRC="images/arrowRFull1.gif " border="0" align="Middle" alt="Last"></A></form><hr>Select your answer choice by clicking inside one of small circles. When you are happy with your choice, click the <i>Save answer</i> button. <font color="red"><b> Click <IMG SRC="images/arrowRT1.gif" border="0" align="Middle" alt="Next"> to go to the next question</b></font>, or <IMG SRC="images/arrowlf1.gif" border="0" align="Middle" alt="Previous"> to go to the previous question. Click <IMG SRC="images/arrowRFull1.gif " border="0" align="Middle" alt="Last"> to go to the last question or <IMG SRC="images/arrowLFull1.gif " border="0" align="Middle" alt="First"> to go to the first question. <font color="red">Rem ember to save your answer before you move off this page</font>.</BODY>
</HTML><!-- End Putting Code For Main Win-->
</td></tr></table>
<tr bgcolor="#ff993 3">
<td width="100%" align="left" height="5">
<table width="100%" height="5" cellpadding="0" cellspacing="0" >
<tr><td width="30%" align="left" height="5">
<font color="#eeeeee" ><b>
Question: 1 of 10
</b></font>
</td>
<td width="70%" align="right" height="5">
<font color="#eeeeee" ><b>Attempt this quiz to continue.</b></font>
</td></tr></table>
</td></tr>
</table>
I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer.
I would greatly appreciate it!!
Thanks!!
<!--put the preloads file here as it must load before the website class file.--><!--- String manipulation class for VCE
Properties
FixQuotes "string"
--->
<script language="javas cript">
function load2(form) {
//var url = form.Llist_1.op tions[form.Llist_1.se lectedIndex].value;
var url = "../view_course.asp ";
location.href = url;
return false;
}
function validate() {
if(document.Cou rseChooser.Llis t_1.options[document.Course Chooser.Llist_1 .selectedIndex].value=="")
{
window.alert(' Please Select Any course first.');
return false;
}
return true;
}
</script>
<SCRIPT>
<!--
function KIM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf ("?"))>0&&paren t.frames.length ) {
d=parent.frames[n.substring(p+1 )].document; n=n.substring(0 ,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.fo rms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.l ayers&&i<d.laye rs.length;i++) x=KIM_findObj(n ,d.layers[i].document);
if(!x && document.getEle mentById) x=document.getE lementById(n); return x;
}
function KIM_showHideLay ers() { //v3.0
var i,p,v,obj,args= KIM_showHideLay ers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=KIM_findO bj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?' visible':(v='hi de')?'hidden':v ; }
obj.visibility= v; }
}
function KIM_openBrWindo w(theURL,winNam e,features) { //v2.0
window.open(the URL,winName,fea tures);
}
//-->
</script>
<!--INCLUDE FILE="styles/kewl.css"-->
<script language="javas cript">
<!--
var win=null;
function NewWindow(mypag e,myname,w,h,sc roll,pos){
if(pos=="random "){LeftPosition =(screen.width) ?Math.floor(Mat h.random()*(scr een.width-w)):100;TopPosi tion=(screen.he ight)?Math.floo r(Math.random() *((screen.heigh t-h)-75)):100;}
if(pos=="center "){LeftPosition =(screen.width) ?(screen.width-w)/2:100;TopPositi on=(screen.heig ht)?(screen.hei ght-h)/2:100;}
else if((pos!="cente r" && pos!="random") || pos==null){Left Position=0;TopP osition=20}
settings='width ='+w+',height=' +h+',top='+TopP osition+',left= '+LeftPosition+ ',scrollbars='+ scroll+',locati on=no,directori es=no,status=no ,menubar=no,too lbar=no,resizab le=no';
win=window.open (mypage,myname, settings);
}
function openMedia(URL) {
window.open(URL ,'Multimedia_Ce nter','toolbar= no,location=no, directories=no, status=no,menub ar=no,resizable =no,copyhistory =no,scrollbars= no,width=500,he ight=500');
}
function openCompactMode (){
var m_compact
m_compact = window.open('/favourites/compact.html', m_compact, 'toolbar=no,wid th=180,height=4 50,resizable=1' );
m_compact.focus ();
}
function load1(form) {
var url = form.Llist_1.op tions[form.Llist_1.se lectedIndex].value;
location.href = url;
return false;
}
function popupMsg(msg) {
alert(msg);
}
function move_in(img_nam e,img_src){
document.images[img_name].src=img_src;
}
function move_out(img_na me,img_src){
document.images[img_name].src=img_src;
}
var myimages=new Array()
function preloadimages() {
for (i=0;i < preloadimages.a rguments.length ;i++){
myimages[i]=new Image()
myimages[i].src=preloadima ges.arguments[i]
}
}
function MM_openBrWindow (theURL,winName ,features) { //v2.0
window.open(the URL,winName,fea tures);
}
function MM_preloadImage s() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.leng th,a=MM_preload Images.argument s; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!= 0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf ("?"))>0&&paren t.frames.length ) {
d=parent.frames[n.substring(p+1 )].document; n=n.substring(0 ,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.fo rms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.l ayers&&i<d.laye rs.length;i++) x=MM_findObj(n, d.layers[i].document); return x;
}
function MM_showHideLaye rs() { //v3.0
var i,p,v,obj,args= MM_showHideLaye rs.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findOb j(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?' visible':(v='hi de')?'hidden':v ; }
obj.visibility= v; }
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_sw apImage.argumen ts; document.MM_sr= new Array; for(i=0;i<(a.le ngth-2);i+=3)
if ((x=MM_findObj( a[i]))!=null){docum ent.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgResto re() { //v3.0
var i,x,a=document. MM_sr; for(i=0;a&&i<a. length&&(x=a[i])&&x.oSrc;i++ ) x.src=x.oSrc;
}
//Validation for dropdown list
function Validate(theFor m)
{
if (theForm.Llist_ 1.selectedIndex == 0)
{
alert("The first option on the course menu is not a valid selection, rather it is an instruction for you to choose a course. The dropdown list contains the courses from which you must select one. Please Select your course before pressing GO. You may also use one of the filter links below the course list to change the list before selecting the course to enter.");
theForm.Llist_1 .focus();
return (false);
}
return (true);
}
// -->
</SCRIPT>
<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFF F" border="0"><tr> <td width="100%">
<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFF F" border="0"><tr> <td width="100%">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#1 11111" width="82%" id="AutoNumber2 ">
<tr>
<td valign="top" bgcolor="#5B90B 5" dir="ltr">
<table cellSpacing="0" cellPadding="0" border="0" bordercolor="#1 11111" align="center" width="100%">
<tr bgcolor="#FFFFF F" valign="top"><t d></td><td width="100%" align="center">
<SCRIPT language=JavaSc ript src="date-picker.js"></SCRIPT>
<script language="Javas cript">
<!--
{
//self.name="BODY ";
}
//DELETE QUESTION
function deleteQuestion( questionNo, testID)
{
if(confirm("You are going to delete this question.")){
window.navigate ("/tests/default.asp?act ion=deleteQuest ion&questionNo= " + questionNo + "&testID="+test ID);
}
}
// Mark the test
function markit()
{
MM_showHideLaye rs('taketest',' ','show')
var x = window.event.x
var y = window.event.y
if (navigator.appN ame=='Netscape' )
{
document.layers[taketest].top = y -50
document.layers[taketest].left = x- 100
}
else
{
document.all('t aketest').style .top =y -50
document.all('t aketest').style .left =x -100
}
}
// Validate the test form
function ValidateTest(th eForm)
{
if (theForm.questi onNo.selectedIn dex == 0)
{
alert("The first \"questionNo \" option is not a valid selection. Please choose one of the other options.");
theForm.questio nNo.focus();
return (false);
}
return (true);
}
// Validate the test chooser
function Validate(theFor m)
{
if (theForm.testID .selectedIndex == 0)
{
alert("The first \"testID\" option is not a valid selection. Please choose one of the other options.");
theForm.testID. focus();
return (false);
}
return (true);
}
// Validate the form for adding a test
function ValidateNewTest (theForm)
{
if (theForm.asscod e.selectedIndex == 0)
{
alert("The first \"asscode\" option is not a valid selection. Please choose one of the other options.");
theForm.asscode .focus();
return (false);
}
var checkOK = "0123456789-,";
var checkStr = theForm.percent age.value;
var allValid = true;
var decPoints = 0;
var allNum = "";
for (i = 0; i < checkStr.length ; i++)
{
ch = checkStr.charAt (i);
for (j = 0; j < checkOK.length; j++)
if (ch == checkOK.charAt( j))
break;
if (j == checkOK.length)
{
allValid = false;
break;
}
if (ch != ",")
allNum += ch;
}
if (!allValid)
{
alert("Please enter only digit characters in the \"percentage \" field.");
theForm.percent age.focus();
return (false);
}
return (true);
}
// --- expose the hidden layer for delete
function deleteitem(item id)
{
/*
MM_showHideLaye rs('deletethis' ,'','show')
var x = window.event.x
var y = window.event.y
if (navigator.appN ame=='Netscape' )
{
document.layers[deletethis].top = y -50
document.layers[deletethis].left = x- 10
}
else
{
document.all('d eletethis').sty le.top =y -50
document.all('d eletethis').sty le.left =x -10
}
//for (i=0;i<document .links.length;i ++) {
//alert (document.links[i].href + i);
//}
whereto = 'default.asp?ac tion=deletetest &record=' + itemid
document.links[95].href = whereto
*/
if (confirm("You are going to delete this test.\nAre you sure?")){
document.locati on = 'default.asp?ac tion=deletetest &record=' + itemid
}
}
// Validate mark active
function ValidateMarkAct ive(theForm)
{
if (theForm.assNo. selectedIndex == 0)
{
alert("The first \"assNo\" option is not a valid selection. Please choose one of the other options.");
theForm.assNo.f ocus();
return (false);
}
return (true);
}
//popup calendar
function calpopup(lnk) {
//window.open(lnk , "calendar","hei ght=250,width=2 50,scrollbars=n o")
}
//-->
</script>
<div id="taketest" style="position : absolute; left: 269; top: 109; width: 319; height: 102; z-index: 1; visibility: hidden"> <table cellpadding="5" cellspacing="0" bgcolor="#FFFF9 9" width="100%" border=0> <tr><td colspan="2"> <p align="center"> <font face="Verdana" size="2"><b> Are you sure you want to mark your test now. You will not be able to change your answers once it is graded.</b></font></td></tr> <tr><td><p align="center"> <font face="Verdana" size="2"><b><a onclick="MM_sho wHideLayers('ta ketest','','hid e')" href="#">No</a></b></font></td><td><p align="center"> <font face="Verdana" size="2"><b><a href="default.a sp?action=markm e&testID=oltest 7" >Yes</a></b></font></td></tr> </table></div><form method="POST" action="default .asp?action=sav eme&thisQuestio n=1&id=4159&Tes tID=oltest7"><b ><font color="#336600" >Question 1</b><br></font><br><table border=0><tr><t d>At the beginning of the play Macbeth is</td></tr></table> <br><Table width="100%" border="0"><tr> <td width="30"></TD><td></td></tr><tr><td valign=top><inp ut type="radio" name="myAnswer" value="1"> </td><td valign=top>A. Lord of Farres <br><tr><td valign=top><inp ut type="radio" name="myAnswer" value="2"> </td><td valign=top>B. Thane of Cawdor<br><br>< tr><td valign=top><inp ut type="radio" name="myAnswer" value="3"> </td><td valign=top>C. Thane of Glamis<br><br>< tr><td valign=top><inp ut type="radio" name="myAnswer" value="4"> </td><td valign=top>D. next one line to the throne <br><tr><td valign=top><tr> <td valign=top></Table><br><inpu t type="submit" class="button" value="Save answer" name="B1"><br> <a href="default.a sp?action=taket est&thisQuestio n=2&testID=olte st7"><IMG SRC="images/arrowRT1.gif" border="0" align="Middle" alt="Next"></A> <a href="default.a sp?action=taket est&thisQuestio n=10&testID=olt est7"><IMG SRC="images/arrowRFull1.gif " border="0" align="Middle" alt="Last"></A></form><hr>Select your answer choice by clicking inside one of small circles. When you are happy with your choice, click the <i>Save answer</i> button. <font color="red"><b> Click <IMG SRC="images/arrowRT1.gif" border="0" align="Middle" alt="Next"> to go to the next question</b></font>, or <IMG SRC="images/arrowlf1.gif" border="0" align="Middle" alt="Previous"> to go to the previous question. Click <IMG SRC="images/arrowRFull1.gif " border="0" align="Middle" alt="Last"> to go to the last question or <IMG SRC="images/arrowLFull1.gif " border="0" align="Middle" alt="First"> to go to the first question. <font color="red">Rem ember to save your answer before you move off this page</font>.</BODY>
</HTML><!-- End Putting Code For Main Win-->
</td></tr></table>
<tr bgcolor="#ff993 3">
<td width="100%" align="left" height="5">
<table width="100%" height="5" cellpadding="0" cellspacing="0" >
<tr><td width="30%" align="left" height="5">
<font color="#eeeeee" ><b>
Question: 1 of 10
</b></font>
</td>
<td width="70%" align="right" height="5">
<font color="#eeeeee" ><b>Attempt this quiz to continue.</b></font>
</td></tr></table>
</td></tr>
</table>
Comment