今日の問題 今年(2024年)4月1日時点の国内における新型コロナワクチン総接種回数は? ① 7億2,809万1,434回 ② 6億5,698万4,266回 ③ 5億6,154万2,571回 ④ 4億3,619万3,341回 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は④ 4億3,619万3,341回です! 新型コロナワクチンの全額公費による接種は今年(2024年)3月31日で終了した。今年の秋冬には原則有料の65歳以上または60~64歳の高リスク者に対する定期接種と、希望者に対する任意接種(自費)が始まる予定。 関連記事 ・ワクチンの複数回接種がコロナリスクを招く?! 過去の問題 ・誕生月が4月の人物は? ・現代ホスピスの礎となるセント・クリストファー・ホスピスが設立された年は? ・4月に始まった医師の働き方改革。所属医師が時間外労働の基準を超えた場合、使用者(医療機関)に科される罰則は? // ログイン調査 $(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' } })