Skip to content

Commit 86bbb33

Browse files
committed
last question or not check function in the answer api
1 parent 1c41ba6 commit 86bbb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def post(self,request):
7474
response={
7575
'status_code':status.HTTP_200_OK,
7676
'result':result,
77-
'quiz_ended':quiz_ended
77+
'quiz_finished':quiz_ended
7878
}
7979
else:
8080
response= {

0 commit comments

Comments
 (0)