OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | feed (self, block) |
def | is_valid (self) |
def | report (self, reporter, template) |
A null content checker that defines the interface for checking content
def feed | ( | self, | |
block | |||
) |
Feed a block of data to the hash.
Reimplemented in HashChecker.
def is_valid | ( | self | ) |
Check the hash. Return False if validation fails.
Reimplemented in HashChecker.
def report | ( | self, | |
reporter, | |||
template | |||
) |
Call reporter with information about the checker (hash name) substituted into the template.
Reimplemented in HashChecker.