考试时间45分钟
This commit is contained in:
parent
489ab609f4
commit
4f9680beda
|
@ -127,7 +127,7 @@ class ExamViewSet(ModelViewSet):
|
|||
ret['exam'] = kwargs['pk']
|
||||
ret['exam_'] = ExamListSerializer(instance=obj).data
|
||||
ret['workscope'] = workscope.id
|
||||
ret['limit'] = 60
|
||||
ret['limit'] = 45
|
||||
ret['total_score'] = 120
|
||||
ret['pass_score'] = 90
|
||||
ret['danxuan_count'] = 40
|
||||
|
|
Loading…
Reference in New Issue