@if($loading) @else

🤖 ChatGPT智能识别

@if($useChatGPT)
@if(!empty($imageUrl))
试卷图片
@endif @if(!empty($chatGPTResult))

✅ 分析完成

已分析 {{ count($chatGPTResult['questions'] ?? []) }} 道题目

得分:{{ $chatGPTResult['score_obtained'] ?? 0 }}/{{ $chatGPTResult['total_score'] ?? 0 }}

掌握度:{{ number_format(($chatGPTResult['summary']['overall_mastery'] ?? 0) * 100, 1) }}%

@endif
@else

启用ChatGPT直接从图片识别答案

@endif
@if(isset($analysisData['recommendations'])) @endif @endif