Module frontend.app.views.evaluation

Functions

def evaluation(id)

Handles the evaluation of a specific source.

Args

id : int
The ID of the source to be evaluated.

Returns

Rendered HTML template for the evaluation page or redirects based on form submission.

def evaluations()

Renders a page displaying statistics and a sample of evaluations.

Returns

Rendered HTML template for the evaluations page.