<html>

<head><title>bergen T or F</title></head>

<h2>True or False Quiz</h2>
<br>

<!--問題1を書く-->
<ul><li>1. Bergen is the capital of Norway.</li></ul>
<FORM>
<!--True を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" True "
onClick="alert('You are wrong')">
or
<!--False を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" False "
onClick="alert('You are right. Oslo is the capital of Norway.')">
?
</FORM>

<br><br>

<!--問題2を書く-->
<ul><li>2. The great Norwegian composer Smetana was born in Bergen.</li></ul>
<FORM>
<!--True を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" True "
onClick="alert('You are wrong!')">
or
<!--False を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" False "
onClick="alert('You are right! Edvard Grieg was born in Bergen.')">
?
</FORM>

<br><br>

<!--問題3を書く-->
<ul><li>3. Bergen is further north than Scotland.</li></ul>
<FORM>
<!--True を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" True "
onClick="alert('You are right! ')">
or
<!--False を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" False "
onClick="alert('You are wrong!')">
?
</FORM>

<br><br>

<!--問題4を書く-->
<ul><li>4.Bergen is the northernmost ice-free port.</li></ul>
<FORM>
<!--True を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" True "
onClick="alert('You are right! ')">
or
<!--False を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" False "
onClick="alert('You are wrong!')">
?
</FORM>

<br><br>

<!--問題5を書く-->
<ul><li>5.Grieg Museum is on the World Heritage List.</li></ul>
<FORM>
<!--True を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" True "
onClick="alert('You are wrong!')">
or
<!--False を選んだ場合のメッセージ-->
<INPUT TYPE="button" NAME="" VALUE=" False "
onClick="alert('You are right. Bryggen, the Old Hansiatic Quarter of Bergen is on the World Heritage List.')">
?
</FORM>

<!--同様に好きなだけ問題を書く-->

<!--問題の終わり-->

<!--制作者の名前を入れる-->
<P><B><FONT FACE="Arial, Helvetica, sans-serif">Created by Your Name</FONT></B></P>

<P><A HREF="http://www.shejapan.com/whs/whs.html"TARGET="_top">World Heritage Index</A>

<P><A HREF="http://www.shejapan.com/index.html"TARGET="_top">Home</A>
<P><FONT SIZE="-2"> copyright SHEJAPAN.COM 2005</FONT></P>

</html>