註解小修正

This commit is contained in:
Yuan Chiu 2017-05-23 00:32:06 +08:00
parent 2ff752ed82
commit 4bc7a2ed01

View File

@ -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);