實作綜合題型結果與資料庫整合

This commit is contained in:
2025-09-29 17:24:31 +08:00
parent a3b46b4430
commit f6610013ef
21 changed files with 1341 additions and 92 deletions

View File

@@ -119,7 +119,7 @@ export default function LogicTestPage() {
})
const score = Math.round((correctAnswers / questions.length) * 100)
const completedAt = new Date().toISOString().replace('Z', '').replace('T', ' ')
const completedAt = new Date().toISOString()
console.log('📊 測驗結果計算:')
console.log('答對題數:', correctAnswers)