初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Group_id' => '分组',
|
||||
'Type' => '类型 single=单选题;multiple=多选题;judge=判断题;indefinite=不定项选择题;fillblank=填空题;essay=问答题',
|
||||
'Degree' => '难度 1=简单;2=一般;3=困难;',
|
||||
'Question' => '问题',
|
||||
'Option' => '选项',
|
||||
'Answer' => '答案',
|
||||
'Analysis' => '解析',
|
||||
'Createtime' => '创建时间',
|
||||
'Group.uniacid' => 'uniacid',
|
||||
'Group.name' => '名称',
|
||||
'Group.createtime' => '创建时间',
|
||||
'Group.status' => '状态',
|
||||
'Status single'=>'单选题',
|
||||
'Status multiple'=>'多选题',
|
||||
'Status judge'=>'判断题',
|
||||
'Status indefinite'=>'不定项选择题',
|
||||
'Status fillblank'=>'填空题',
|
||||
'Status essay'=>'问答题',
|
||||
'Degree 1'=>'简单',
|
||||
'Degree 2'=>'一般',
|
||||
'Degree 3'=>'困难',
|
||||
];
|
||||
Reference in New Issue
Block a user