Skip to content

This is a python code written by @leonTech254 and @ostronic for the PJ-CBT . It is a timer that helps set a specified time for the users answering CBT(computer based test) questions. If the time elapses the program automatically discotinues, The question stops.

Notifications You must be signed in to change notification settings

ostronic/CBT_computer_based_text_with_timer_and_voice_transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PJ-CBT_Timer

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

  • Install the requierments
    
    python3 requiremen.txt
    
    
  • Run the script
    
    python3 main.py
    
    
  • Modifying the Timer

  • open The main.py and find class Management
    
    class Management:
        score = 0
        QuizeDuaration = 15  # time in seconds
        Started = False
        Start_time = 0
        Name = ""
        quize_token = "1224"
    
    
  • About

    This is a python code written by @leonTech254 and @ostronic for the PJ-CBT . It is a timer that helps set a specified time for the users answering CBT(computer based test) questions. If the time elapses the program automatically discotinues, The question stops.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages