$def with (course,classroom,data) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:classroom["description"] - $:course.get_name() $var Column: $:template_helper.call('course_admin_menu',course=course,current='classrooms') $def NavbarF(): $var Navbar: $:NavbarF()

Statistics for classroom $classroom["description"]

$for task in data:
Task Status # submissions
$task["name"] $if task["status"] == "notviewed": Not viewed $elif task["status"] == "notattempted": Not attempted (viewed) $elif task["status"] == "succeeded": Succeeded ($task["grade"]%) $else: Failed ($task["grade"]%) $task["tried"]