| 题目编号 | 知识点 | 创建时间 | 题干 | 难度 | 操作 |
|---|---|---|---|---|---|
| {{ $question['question_code'] ?? 'N/A' }} |
{{ $question['kp_name'] ?? $question['kp_code'] ?? 'N/A' }}
@if(!empty($question['kp_code']))
{{ $question['kp_code'] }}
@endif
|
@if(!empty($question['created_at'])) {{ \Carbon\Carbon::parse($question['created_at'])->toDateTimeString() }} @else - @endif | @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 | |
| 暂无数据 | |||||
{{ $editing['kp_name'] ?? ($editing['kp_code'] ?? '') }} @if(!empty($editing['kp_code'])) ({{ $editing['kp_code'] }}) @endif