今日の問題 国内の全がんにおける年齢調整死亡率は1990年代後半から低下傾向にある。○か×か? ① ○ ② × ※回答はこちらからログインしてご確認ください 回答はこちら 正解は① ○です! 2020年時点で、日本では人口の高齢化により男女ともがんの診断数と死亡者数は増加し続けているが、年齢調整死亡率は低下傾向にある。 関連記事 ・がん患者の脳卒中、リスク特定に前進 過去の問題 ・以下のうち、卵巣エキスを投与したことがホルモン補充療法の始まりになったとされる動物は? ・以下のうち、英語でがんのことを「cancer」と呼ぶ由来になったのは? ・左心室と右心室で心臓壁厚が大きいのは? // ログイン調査 $(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' } })