From 66b89b44019adb4c923bbb584e537b558d34632b Mon Sep 17 00:00:00 2001 From: Nicolas Rybowski Date: Mon, 18 Sep 2023 16:32:28 +0200 Subject: [PATCH] Add INGInious to Learning and Courses (#115) Co-authored-by: nodiscc --- software/inginious.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/inginious.yml diff --git a/software/inginious.yml b/software/inginious.yml new file mode 100644 index 0000000000..04ed313d11 --- /dev/null +++ b/software/inginious.yml @@ -0,0 +1,13 @@ +name: "INGInious" +website_url: "https://inginious.org/?lang=en" +source_code_url: "https://github.com/UCL-INGI/INGInious" +description: "Intelligent grader that allows secured and automated testing of code made by students." +licenses: + - AGPL-3.0 +platforms: + - Python + - Docker +tags: + - Learning and Courses +depends_3rdparty: no +related_software_url: "https://github.com/UCL-INGI/INGInious-plugins"