今日の問題 「独眼竜」と呼ばれた戦国武将の伊達政宗。遺骨の保存状態が良く、身長が推定されている。何cmか? ① 149cm ② 159cm ③ 169cm ④ 179cm ※回答はこちらからログインしてご確認ください 回答はこちら 正解は② 159cmです! 当時の男性の平均的な身長と考えられるが、手足の骨は太く、筋肉付着部分が発達しており、たくましい体格だったと考えられる。 関連記事 ・ --> 過去の問題 ・次のうち、最も開催回数が多い学会は? ・好きな医療漫画の殿堂入りをしている漫画『ブラック・ジャック』。次のうち、ブラック・ジャックが治療したことのないものは? ・日本で初めて献体解剖に応じた人の職業は? // ログイン調査 $(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' } })