PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Go to the source code of this file.
Classes | |
class | learn.problem.learn_problem |
A problem in the Pafera Learning System is defined as a collection of cards. More... | |
Namespaces | |
namespace | learn |
namespace | learn.problem |
Functions | |
def | learn.problem.GetAllProblems (g, cardids, problemtype=CARD_LINK_PROBLEM, extraproblemids=[]) |
This function returns a list of problems as dicts given lesson ids or explicit problem ids. More... | |
def | learn.problem.GetChildProblems (g, card, problems, problemcardids, problemtype) |
A helper function for GetAllProblems() to iterate through lesson trees. More... | |
Variables | |
int | learn.problem.PROBLEM_REQUEST_REVIEW = 0x01 |