今日の問題 次の仏教僧のうち、最も長生きした人は? ① 空海 ② 最澄 ③ 法然 ④ 親鸞 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は④ 親鸞です! 1263(弘長2)年に89歳で没する。①空海は62歳、②最澄は56歳、③法然は78歳とされる。 関連記事 ・ --> 過去の問題 ・かつて国民病といわれた結核。次の人物のうち、死因が結核ではない人は? ・「実験医学の父」と呼ばれるジョン・ハンター。患者の膿を自身に塗布した性感染症は? ・人気漫画作品『はたらく細胞』の主人公である赤血球の個体識別番号は? // ログイン調査 $(document).ready(function () { // 医師のみの場合 // if (js_class == '医師・研修医') { // $('#answerButton').removeAttr('disabled'); // console.log('医師・研修医IDでログイン中'); // } // ログインしてるか?のみチェック if ('' != sf_id) { $('#answerButton').removeAttr('disabled'); $('#notLoggedText').hide(); } }); const answerButton = document.getElementById('answerButton') answerButton.addEventListener('click', function() { this.classList.toggle('active') const answer = this.nextElementSibling if (answer.style.maxHeight) { answer.style.maxHeight = null } else { answer.style.maxHeight = answer.scrollHeight + 'px' } })