基于知识点掌握度,智能生成个性化试卷
设置试卷的基本参数
未选择难度,将随机生成
@else已选择: {{ implode(', ', $selectedDifficultyLevels) }}
@endif启用个性化出卷功能
基于答题数据的智能分析(共{{ count($this->studentWeaknesses) }}个)
智能分析结果(可选)
以下是根据该学生的答题数据自动分析出的薄弱知识点(共{{ count($this->studentWeaknesses) }}个)。 您可以选择这些薄弱点,或者在下方步骤3中手动选择任何知识点。 两个区域的知识点会合并生效。
勾选要考查的知识点(已选择: {{ count($selectedKpCodes) }} 个,未选择将按年级随机生成)
@if($selectedStudentId && $filterByStudentWeakness && count($this->studentWeaknesses) > 0)💡 提示:您也可以在上方选择学生的薄弱知识点,两个区域的知识点会合并生效
@else💡 提示:如果不选择知识点,系统将根据所选年级自动生成题目
@endif验证配置并生成试卷
{{ $hasTeacherStudent ? '✓ ' . $this->getSelectedTeacherName() . ' / ' . $this->getSelectedStudentName() : '请选择教师和学生' }}
{{ $hasKnowledgePoints ? '✓ 已选 ' . count($selectedKpCodes) . ' 个知识点' : '○ 未选择,将按年级出题' }}
{{ $questionCountValid ? '✓ 将生成 ' . $totalQuestions . ' 题' : '至少需要6题' }}
请完成以下必填项
{{ implode(' / ', $missingSteps) }}
实时状态: {{ $debugInfo }}
实际代码: {{ $kpCodesList ?: '(无)' }}