bitprj / bit-backend

Backend for Bit Project LMS (Learning Management System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decorator to not allow students to start more than one Activity

bryanwong8 opened this issue · comments

Is your feature request related to a problem? Please describe.
Create a decorator to not allow students to do more than one Activity at a time until they complete the activity (not graded). Throw a 403 error if thats the case.

Describe the solution you'd like
We do not want to allow Students to be able to start more than one activity at a time so we solve this problem by only letting a student to do one activity.