From b32070cb3b8b72b0862421559eea55ccecdee262 Mon Sep 17 00:00:00 2001 From: darkyne Date: Fri, 30 Jul 2021 17:11:12 +0200 Subject: [PATCH] adding a course with interactive tasks --- docs/marketplace.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/marketplace.json b/docs/marketplace.json index fd794aa..b4b9d72 100644 --- a/docs/marketplace.json +++ b/docs/marketplace.json @@ -130,5 +130,23 @@ "en": "Blockly exercises based on INGInious section", "fr": "Exercices Blockly" } + }, + { + "id": "INTERACTIVE_TASKS", + "link": "https://github.com/darkyne/ssh_student_examples", + "languages": "English", + "license": "AGPL 3.0", + "maintainers": "UCLouvain - INGI", + "authors": "Gregory Creupelandt", + "default_language": "en", + "name": { + "en": "Interactive Tasks", + }, + "short_desc": { + "en": "Examples of basic interactive tasks using ssh_student", + }, + "description": { + "en": "Examples of basic interactive tasks using ssh_student", + } } ]