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

Go to the source code of this file.

Classes

class  learn.challengeresult.learn_challengeresult
 This class represents an attempt by a student to finish a challenge. More...
 

Namespaces

namespace  learn
 
namespace  learn.challengeresult
 

Variables

int learn.challengeresult.CHALLENGERESULT_FINISHED = 0x02
 
int learn.challengeresult.CHALLENGERESULT_PASSED = 0x04
 
int learn.challengeresult.CHALLENGERESULT_UNFINISHED = 0x01