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

Go to the source code of this file.

Namespaces

namespace  learn
 

Functions

def learn.answersapi (g)
 Used to view and submit answers for a class, which can be viewed in the teacher's classroom web interface. More...
 
def learn.cardapi (g)
 Handles card management including setting child cards and problems. More...
 
def learn.challengeapi (g)
 Used to create and save challenge results. More...
 
def learn.challengesfunc (g)
 The helper function for /learn/challenges.html. More...
 
def learn.classapi (g)
 Handles the management of classes for a school. More...
 
def learn.cleanup (g)
 The standard Pafera app cleanup handler. More...
 
def learn.coursesfunc (g)
 The helper function for /learn/courses.html. More...
 
def learn.homefunc (g)
 The helper function for /learn/home.html. More...
 
def learn.opustotext (g)
 Speech recognition API using the Kaldi project. More...
 
def learn.problemapi (g)
 Manages problems, which are essentially a collection of cards. More...
 
def learn.schoolapi (g)
 Lets new students find a school that is right for them and handles general school management. More...
 
def learn.studentapi (g)
 Handles student management. More...
 
def learn.studylistapi (g)
 Lets the user view study list entries, results, and delete unneeded problems. More...
 
def learn.teacherapi (g)
 Handles teacher management. More...
 
def learn.texttomp3 (g)
 A simple text to speech API for students and teachers to play around with. More...
 

Variables

dictionary learn.PRICES
 
list learn.PROBLEM_CARDFIELDS
 
dictionary learn.ROUTES