practice.php 925 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Exam_collection_id' => '编号',
  4. 'Sim_type' => '模拟器类型',
  5. 'Question_setting_method' => '出题方式',//:[1]-系统随机,[2]-教师自选,[3]任务自选
  6. 'Exam_collection_type' => '类型',//:[1]-练习,[2]-自主练习,[3]-考试
  7. 'Exam_collection_state' => '状态',//:[0]-初始化,[2]-打开,[3]-关闭
  8. 'Exam_collection_name' => '练习名称',
  9. 'Task_id' => '任务ID',
  10. 'Limit_duration' => '练习时长',
  11. 'Start_time' => '练习开始时间',
  12. 'End_time' => '练习结束时间',
  13. 'Create_user_id' => '创建教师ID/用户ID',
  14. 'Create_by' => '创建者',
  15. 'Create_time' => '创建时间',
  16. 'Update_by' => '更新者',
  17. 'Update_time' => '更新时间',
  18. 'Remark' => '备注'
  19. ];