inginious.frontend.plugins.contests package¶
An algorithm contest plugin for INGInious. Based on the same principles than contests like ACM-ICPC.
-
class
inginious.frontend.plugins.contests.ContestAdmin[source]¶ Bases:
inginious.frontend.pages.course_admin.utils.INGIniousAdminPageContest settings for a course
-
class
inginious.frontend.plugins.contests.ContestScoreboard[source]¶ Bases:
inginious.frontend.pages.utils.INGIniousAuthPageDisplays the scoreboard of the contest
Add a menu for the contest settings in the administration
Displays some informations about the contest on the course page
-
inginious.frontend.plugins.contests.get_contest_data(course)[source]¶ Returns the settings of the contest for this course
-
inginious.frontend.plugins.contests.init(plugin_manager, course_factory, client, config)[source]¶ Init the contest plugin. Available configuration:
{ "plugin_module": "inginious.frontend.plugins.contests" }