PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
challenge.py File Reference

Go to the source code of this file.

Classes

class  learn.challenge.learn_challenge
 In the Pafera Learning System, we handle homework and classwork by issuing challenges to students. More...
 

Namespaces

namespace  learn
 
namespace  learn.challenge
 

Functions

def learn.challenge.GetCurrentChallenges (g, classid, challengetype=CHALLENGE_HOMEWORK)
 Returns a list of all currently running challenges for the logged in user. More...
 

Variables

int learn.challenge.CHALLENGE_CLASSPARTICIPATION = 3
 
int learn.challenge.CHALLENGE_CLASSWORK = 2
 
int learn.challenge.CHALLENGE_COMPLETED = 2
 
int learn.challenge.CHALLENGE_DIDNT_TRY = 0
 
int learn.challenge.CHALLENGE_EXAM = 6
 
int learn.challenge.CHALLENGE_FAILED = 1
 
int learn.challenge.CHALLENGE_HOMEWORK = 1
 
int learn.challenge.CHALLENGE_NEEDS_ANALYSIS = 0x01
 
int learn.challenge.CHALLENGE_QUIZ = 4
 
int learn.challenge.CHALLENGE_TEST = 5
 
int learn.challenge.CHALLENGE_USE_STUDYLIST = 0x02