|
@@ -257,6 +257,7 @@ class IntelligentExamController extends Controller
|
|
|
'paper_name' => $paperName,
|
|
'paper_name' => $paperName,
|
|
|
'student_id' => $data['student_id'],
|
|
'student_id' => $data['student_id'],
|
|
|
'teacher_id' => $data['teacher_id'] ?? null,
|
|
'teacher_id' => $data['teacher_id'] ?? null,
|
|
|
|
|
+ 'assembleType' => $assembleType,
|
|
|
'difficulty_category' => $difficultyCategory,
|
|
'difficulty_category' => $difficultyCategory,
|
|
|
'total_score' => $data['total_score'] ?? 100.0, // 默认100分
|
|
'total_score' => $data['total_score'] ?? 100.0, // 默认100分
|
|
|
'questions' => $questions,
|
|
'questions' => $questions,
|