正在后台生成题目...
任务 ID: {{ $currentTaskId }} | AI生成完成后将自动刷新页面
| 题目编号 | 知识点 | 题干 | 难度 | 操作 |
|---|---|---|---|---|
| {{ $question['question_code'] ?? 'N/A' }} | {{ $question['kp_code'] ?? 'N/A' }} | @math($question['stem'] ?? 'N/A') | @php $difficulty = $question['difficulty'] ?? null; $label = match (true) { !$difficulty => 'N/A', (float)$difficulty <= 0.4 => '基础', (float)$difficulty <= 0.7 => '中等', default => '拔高', }; @endphp {{ $label }} @if(app()->environment('local')) ({{ $difficulty }}) @endif | |
| 暂无数据 | ||||