實作綜合題型結果與資料庫整合
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user