☁️ AZ-305 Master

Azure Solutions Architect Expert

全問(ケーススタディ・通常問題混在)からランダムに出題されます。

問題データを読み込み中...

📝 練習モード設定

挑戦する問題数を選んでください。(全 {{ allQuestions.length }} 問からランダム抽出)

問題 {{ currentIndex + 1 }} / {{ questions.length }} ⏱️ {{ formatTime }} 練習 (一問一答)
{{ currentQ.id }} [{{ currentQ.type }}] 複数選択

{{ currentQ.question }}

📌 {{ target }}

正しい順番になるように選択してください

{{ idx + 1 }}番目:
{{ isLastCorrect ? '⭕ 正解!' : '❌ 不正解...' }}
💡 正解: {{ formatAnswerText(currentQ, currentQ.answer) }}

{{ currentQ.explanation }}

📋 試験問題の見直し一覧

問題をクリックして、いつでも解答や変更ができます。

{{ mode === 'exam' ? '🎉 本番モード終了!' : '📝 練習モード終了!' }}

{{ finalScoreRate >= 75 ? '🏆 合格 (PASS)' : '補習が必要 (FAIL)' }}
正答率 (合格ライン: 75%)
{{ finalScoreRate }} %
正解数: {{ finalCorrectCount }} / {{ questions.length }} 問

📖 解答・詳細レビュー (全 {{ sessionResults.length }}問)

Q{{ idx + 1 }}. {{ item.q.id }} [{{ item.q.type }] {{ item.isCorrect ? '⭕ 正解' : '❌ 不正解' }}

{{ item.q.question }}

📋 すべての選択肢:
  • {{ key }}. {{ optText }} 【正解】 【あなたの回答】
📋 正しい順序:
  1. {{ ansItem }}
👤 あなたの回答: {{ formatUserAnswer(item.q, item.userAns) }}
💡 正解: {{ formatAnswerText(item.q, item.q.answer) }}
📖 解説:

{{ item.q.explanation }}

📊 成績・学習分析

総解答回数
{{ stats.totalCount }} 回
累計正答率
{{ accuracyRate }} %
正解数 / 不正解数
{{ stats.correctCount }} / {{ stats.totalCount - stats.correctCount }}