This is a python estension code i wrote for the PJ-CBT collaboration project. It is a timer that helps set a speciified time for the users answering cbt questions, if the time elapses the program automatically haults, the question stops. Here is the git repo. link to the project. https://github.com/praiseolotu/PJ-CBT.git
python3 requiremen.txt
python3 main.py
class Management:
score = 0
QuizeDuaration = 15 # time in seconds
Started = False
Start_time = 0
Name = ""
quize_token = "1224"