今日の問題 次のうち旧日本軍がマラリア予防のために使用した薬剤は? ① キニーネ ② クロロキン ③ ペニシリン ④ ストレプトマイシン ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① キニーネです! 旧日本軍がキニーネの原産地であるインドネシアを占領したため、米国では合成抗マラリア薬の開発が加速した。 関連記事 ・戦場での医療活動、生々しい真実 過去の問題 ・RSウイルスの「RS」は何の略? ・次のうちインスリンを発見したのは? ・国産として初めて製造販売承認を取得した手術支援ロボットの名称は? // ログイン調査 $(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' } })