From f876c0368780abca8b0c8b9681283e19968cae20 Mon Sep 17 00:00:00 2001 From: geravant Date: Tue, 12 Dec 2023 17:16:29 +0100 Subject: [PATCH] build (course) Course Published, remote-info updated, vendor added Update course information and ids The commit has updated the ID values of various tasks in different courses. Along with that, the vendor information for JetBrains has been added to the course-info.yaml file. An additional file named course-remote-info.yaml has also been created that includes the course version and ID. --- Before you start/Course structure/task-remote-info.yaml | 2 +- Before you start/Getting to know you/task-remote-info.yaml | 2 +- Coroutines/Canceling/task-remote-info.yaml | 2 +- Feedback survey/Feedback survey/task-remote-info.yaml | 2 +- Feedback survey/lesson-remote-info.yaml | 2 +- course-info.yaml | 6 ++++++ course-remote-info.yaml | 3 +++ 7 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 course-remote-info.yaml diff --git a/Before you start/Course structure/task-remote-info.yaml b/Before you start/Course structure/task-remote-info.yaml index 57baea9..d117e8e 100644 --- a/Before you start/Course structure/task-remote-info.yaml +++ b/Before you start/Course structure/task-remote-info.yaml @@ -1 +1 @@ -id: 1972445880 +id: 1372271860 diff --git a/Before you start/Getting to know you/task-remote-info.yaml b/Before you start/Getting to know you/task-remote-info.yaml index b952413..5ca1c1b 100644 --- a/Before you start/Getting to know you/task-remote-info.yaml +++ b/Before you start/Getting to know you/task-remote-info.yaml @@ -1 +1 @@ -id: 1043970691 +id: 1020971216 diff --git a/Coroutines/Canceling/task-remote-info.yaml b/Coroutines/Canceling/task-remote-info.yaml index 47bff82..ceeafa2 100644 --- a/Coroutines/Canceling/task-remote-info.yaml +++ b/Coroutines/Canceling/task-remote-info.yaml @@ -1 +1 @@ -id: 57333982 +id: 2142181718 diff --git a/Feedback survey/Feedback survey/task-remote-info.yaml b/Feedback survey/Feedback survey/task-remote-info.yaml index ead1f9a..6f90e36 100644 --- a/Feedback survey/Feedback survey/task-remote-info.yaml +++ b/Feedback survey/Feedback survey/task-remote-info.yaml @@ -1 +1 @@ -id: 1584654591 +id: 246068289 diff --git a/Feedback survey/lesson-remote-info.yaml b/Feedback survey/lesson-remote-info.yaml index 6b00901..d6375fa 100644 --- a/Feedback survey/lesson-remote-info.yaml +++ b/Feedback survey/lesson-remote-info.yaml @@ -1 +1 @@ -id: 691890448 +id: 114183668 diff --git a/course-info.yaml b/course-info.yaml index fc00249..389fb6c 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -10,8 +10,14 @@ summary: |- - How to share information between different coroutines using channels. This course is based on Coroutines and channels tutorial +vendor: + name: JetBrains + email: support@jetbrains.com + url: https://www.jetbrains.com/ programming_language: Kotlin content: - Before you start - Coroutines - Feedback survey +environment_settings: + jvm_language_level: JDK_1_8 diff --git a/course-remote-info.yaml b/course-remote-info.yaml new file mode 100644 index 0000000..a091bd8 --- /dev/null +++ b/course-remote-info.yaml @@ -0,0 +1,3 @@ +id: 23312 +course_version: 1 +generated_edu_id: Coroutines and channels_JetBrains_kotlin