From 4bc7a2ed01382979b3b7057d0955cb8fc6c1f5a3 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Tue, 23 May 2017 00:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A8=BB=E8=A7=A3=E5=B0=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/api/v2/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/api/v2/index.php b/htdocs/api/v2/index.php index ca87459..1a796a8 100644 --- a/htdocs/api/v2/index.php +++ b/htdocs/api/v2/index.php @@ -1160,7 +1160,7 @@ $app->group('/tokens', 'APIrequest', function () use ($app, $app_template) { $the_study = new Study\Study($the_study_id); $sact->toOutTarget($tId); -// // 紀錄回答問題 + // 紀錄回答問題 $db_recommend = new Database\DBQuestion(); foreach($ans_json as $the_ans) { $db_recommend->insert($saId, $the_ans->target_id, $the_ans->question_time, $the_ans->answer_time, $the_ans->quest_id, $the_ans->answer, $the_ans->correct);