<?php
return [
'id' => 'ID',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'title' => '题目',
'options' => '选项',
'cate' => '类型',
'is_true' => '正确答案',
'text' => '选项',
'score' => '分值',
'user_score' => '得分',
'user_answer' => '回答',
];