PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Variables
learn.answer Namespace Reference

Classes

class  learn_answer
 This class stores submitted student answers to show in the classroom and keeps track of their scores. More...
 

Variables

int ANSWER_ANSWERED = 0x02
 
int ANSWER_ENABLE_COPY_PASTE = 0x04
 
int ANSWER_LOCKED = 0x01
 
int ANSWER_TEACHER = 0x08
 

Variable Documentation

◆ ANSWER_ANSWERED

int learn.answer.ANSWER_ANSWERED = 0x02

Definition at line 18 of file answer.py.

◆ ANSWER_ENABLE_COPY_PASTE

int learn.answer.ANSWER_ENABLE_COPY_PASTE = 0x04

Definition at line 19 of file answer.py.

◆ ANSWER_LOCKED

int learn.answer.ANSWER_LOCKED = 0x01

Definition at line 17 of file answer.py.

◆ ANSWER_TEACHER

int learn.answer.ANSWER_TEACHER = 0x08

Definition at line 20 of file answer.py.