PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Classes | |
class | learn_challengeresult |
This class represents an attempt by a student to finish a challenge. More... | |
Variables | |
int | CHALLENGERESULT_FINISHED = 0x02 |
int | CHALLENGERESULT_PASSED = 0x04 |
int | CHALLENGERESULT_UNFINISHED = 0x01 |
int learn.challengeresult.CHALLENGERESULT_FINISHED = 0x02 |
Definition at line 9 of file challengeresult.py.
int learn.challengeresult.CHALLENGERESULT_PASSED = 0x04 |
Definition at line 10 of file challengeresult.py.
int learn.challengeresult.CHALLENGERESULT_UNFINISHED = 0x01 |
Definition at line 8 of file challengeresult.py.