今日の問題 RSウイルスの「RS」は何の略? ① Respiratory Syndrome ② Respiratory Syncytial ③ Respiratory Sickness ④ Respiratory Sclerosis ※回答はこちらからログインしてご確認ください 回答はこちら 正解は② Respiratory Syncytialです! 1956年に発見されたRSウイルスは、感染細胞に生じる形態学的変化である合胞体(syncytium)にちなんで名付けられた。 関連記事 ・RSV母子免疫ワクチンが承認、小児医療に変革 過去の問題 ・次のうちインスリンを発見したのは? ・国産として初めて製造販売承認を取得した手術支援ロボットの名称は? ・日本医師会の初代会長は? // ログイン調査 $(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' } })