今日の問題 以下のうち、日本の医学部(前身を含む)で最古の歴史を持つ大学は? ① 東京大学 ② 京都大学 ③ 長崎大学 ④ 北海道大学 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ 長崎大学です! 1857年(安政4年)11月12日に、オランダ海軍医のポンペが長崎奉行所西役所において松本良順とその弟子たち12人に医学の講義を行ったのが、長崎大学医学部の始まりとされる。 関連記事 ・日本の医学部長と大学病院長の特徴 過去の問題 ・トラネキサム酸を共同開発した岡本彰祐・歌子夫妻が、子育てをしながら研究を続けるために行ったことは? ・以下のうち、疾患啓発を目的とする記念日とライトアップの色の組み合わせが正しくないものは? ・国内の全がんにおける年齢調整死亡率は1990年代後半から低下傾向にある。○か×か? // ログイン調査 $(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' } })