今日の問題 以下の直木賞・芥川賞受賞者のうち医師でない人物は? ① 渡辺淳一 ② 安部公房 ③ 南木佳士 ④ 北杜夫 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は② 安部公房です! 安部公房は東京大学医学部を卒業したが、医師免許は持っていない。 関連記事 ・ --> 過去の問題 ・「痴呆」から「認知症」へと名称が変更されたのは? ・日本でペニシリンの製造が本格的に開始されたのは? ・AYA世代とは通常、何歳から何歳までの集団を指す? // ログイン調査 $(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' } })