今日の問題 研究テーマを考える際、その意義を考える指標としてFINERがある。FはFeasible(実行可能である)、NはNovel(新規性がある)。では、Eの意味は? ① Economic ② Enthusiastic ③ Effective ④ Ethical ※回答はこちらからログインしてご確認ください 回答はこちら 正解は④ Ethical(倫理的である)です! IはInteresting(興味深い)、RはRelevant(必要性がある・社会的意義がある)である。 関連記事 ・希少疾患領域で優先すべき7つの研究テーマ 過去の問題 ・災害の急性期に活動できる機動性を持った、専門的な研修・訓練を受けた災害派遣医療チームの略称は? ・次のうち臨床研究法の対象範囲に含まれるものは? ・次の著名な医師のうち2月に生まれたのは? // ログイン調査 $(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' } })