/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: James Crooke :: http://www.cj-design.com */

var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();　　　

//   同様に質問・回答数の加減や、編集可。　  To add more questions, just follow the format below.



questions[0] = "【1】足利学校を保護した東照宮大権現（とうしょうぐうだいごんげん）とはだれのことですか。";
choices[0] = new Array();
choices[0][0] = "a.足利尊氏";
choices[0][1] = "b.豊臣秀吉";
choices[0][2] = "c.徳川家康";

answers[0] = choices[0][2];　　　　　//　2番が正解

questions[1] = "【2】足利学校創建説の一つに小野篁（おののたかむら）創建説（西暦832年）がありますが、その頃の日本の都はどこでしたでしょうか。";
choices[1] = new Array();
choices[1][0] = "a.京都";
choices[1][1] = "b.奈良";
choices[1][2] = "c.鎌倉";

answers[1] = choices[1][0];　　　　　//　0番が正解

questions[2] = "【3】江戸時代に足利藩を治めていた戸田氏の地位は１万石大名でしたが、当然江戸に藩がありました。大名や家臣などがその藩邸で勤務したことをなんといったでしょうか。";
choices[2] = new Array();
choices[2][0] = "a.国詰（くにづめ）";
choices[2][1] = "b.雪隠詰（せっちんづめ）";
choices[2][2] = "c.江戸詰（えどづめ）";

answers[2] = choices[2][2];　　　//　2番が正解


questions[3] = "【4】1549年に足利学校を日本一の大学とヨーロッパに伝えたフランシスコ・ザビエルは、何の目的で日本に来たでしょうか。";
choices[3] = new Array();
choices[3][0] = "a.鉄砲を伝えるため";
choices[3][1] = "b.キリスト教を広めるため";
choices[3][2] = "c.黄金の国ジパング（日本）から金を持ち帰るため";

answers[3] = choices[3][1];　　　//　1番が正解


questions[4] = "【5】足利学校は孔子（こうし）の教えである儒学（じゅがく）を主に教えていました。その孔子は今から何年くらい前の人でしょうか。";
choices[4] = new Array();
choices[4][0] = "a.約1500年前";
choices[4][1] = "b.約2000年前";
choices[4][2] = "c.約2500年前";

answers[4] = choices[4][2];　　　//　2番が正解


questions[5] = "【6】その孔子の教えをまとめたものは次のどれでしょうか。";
choices[5] = new Array();
choices[5][0] = "a.論語（ろんご）";
choices[5][1] = "b.聖書";
choices[5][2] = "c.大乗戒（だいじょうかい）";

answers[5] = choices[5][0];　　　//　0番が正解


questions[6] = "【7】足利学校では、易経（えききょう）や詩経（しきょう）、兵学（へいがく）、医学、天文学などが教えられていました。この易経（えききょう）は何を教えたのでしょうか。";
choices[6] = new Array();
choices[6][0] = "a.からくり（科学）";
choices[6][1] = "b.易しいお経";
choices[6][2] = "c.占い";

answers[6] = choices[6][2];　　　//　2番が正解


questions[7] = "【8】足利学校のあるまち足利市は織物のまちで有名ですが、鎌倉時代の随筆「徒然草（つれづれぐさ）」にも鎌倉幕府執権北条氏に染物を毎年献上したと記されています。この徒然草（つれづれぐさ）の作者はだれですか。";
choices[7] = new Array();
choices[7][0] = "a.清少納言（せいしょうなごん）";
choices[7][1] = "b.吉田兼好（よしだけんこう）";
choices[7][2] = "c.鴨長明（かものちょうめい）";

answers[7] = choices[7][1];　　　//　1番が正解


questions[8] = "【9】足利学校創建説の一人、小野篁（おのたかむら）は８３８年にあることで隠岐国（おきのくに）へ流されましたが、この隠岐国は今の何県ですか。";
choices[8] = new Array();
choices[8][0] = "a.福岡県";
choices[8][1] = "b.島根県";
choices[8][2] = "c.鳥取県";

answers[8] = choices[8][1];　　　//　1番が正解


questions[9] = "【10】足利学校遺跡図書館はもともと上杉家累代の寄進本などを所蔵していました。本来の名称は何と言うでしょうか。";
choices[9] = new Array();
choices[9][0] = "a.足利学校書屋（しょや）";
choices[9][1] = "b.足利文庫";
choices[9][2] = "c.足利学校書籍（しょじゃく）館";

answers[9] = choices[9][1];　　　//　1番が正解

// ”記述(例)”
//questions[nn] = "nn+1) 質問";　　
//choices[nn] = new Array();     nnは連番 
//choices[nn][0] = "回答（例）A";
//choices[nn][1] = "回答（例）B";
//choices[nn][2] = "回答（例）C";
//choices[nn][3] = "回答（例）D";
//answers[nn] = choices[nn][n];    //　n番が正解　　


// 正解率、100%を目指して。
response[0] = "正解率:100%。　　全問正解！おめでとうございます。";
// response for getting 90% or more
response[1] = "正解率:90%以上。　　優秀です。";
// response for getting 70% or more
response[2] = "正解率:70%以上。　　良くできました。";
// response for getting over 50%
response[3] = "正解率:50%以上。　　もう少しがんばりましょう。";
// response for getting 40% or more
response[4] = "正解率:40%以上。　　もう少しがんばりましょう。";
// response for getting 20% or more
response[5] = "正解率:20%以上。　　もう少しがんばりましょう。";
// response for getting 10% or more
response[6] = "正解率:10%以上。　　もう少しがんばりましょう。　";
// response for getting 9% or less
response[7] = "正解率:9%以下。　　もう少しがんばりましょう。　";
