今日の問題 次のうちインスリンを発見したのは? ① フレデリック・バンティング ② アレクサンダー・フレミング ③ ジョン・スノウ ④ ルイ・パスツール ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① フレデリック・バンティングです! カナダの医師バンティングは1921年、助手のチャールズ・ベストとともにイヌの膵臓からインスリンの抽出に成功した。 関連記事 ・糖尿病薬のリーグ戦、「優勝」した薬剤は? 過去の問題 ・国産として初めて製造販売承認を取得した手術支援ロボットの名称は? ・日本医師会の初代会長は? ・19世紀に外科手術での使用が広く認められた麻酔薬は? // ログイン調査 $(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' } })