$def with (id_question, course, task, submissions, remote_debug_available) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:task.get_name() - $:task.get_course().get_name() $# Left column content $def ColumnF():
| Author(s) | $",".join(task.get_authors()) |
| Deadline | $task.get_deadline() |
| Grade | $user_manager.get_task_grade(task)% |
| Grading weight | $task.get_grading_weight() |