From 5a5fa852cbedd0df5b58e0b9282966db19f84e16 Mon Sep 17 00:00:00 2001 From: Konstantin Chaika Date: Wed, 6 Dec 2023 15:01:49 +0400 Subject: [PATCH] Add survey links --- Before you start/Getting to know you/src/Main.kt | 3 +++ Before you start/Getting to know you/task-info.yaml | 4 ++++ Before you start/Getting to know you/task-remote-info.yaml | 1 + Before you start/Getting to know you/task.md | 5 +++++ Before you start/lesson-info.yaml | 1 + Feedback survey/Feedback survey/src/Main.kt | 3 +++ Feedback survey/Feedback survey/task-info.yaml | 4 ++++ Feedback survey/Feedback survey/task-remote-info.yaml | 1 + Feedback survey/Feedback survey/task.md | 6 ++++++ Feedback survey/lesson-info.yaml | 2 ++ Feedback survey/lesson-remote-info.yaml | 1 + course-info.yaml | 7 ++++--- 12 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 Before you start/Getting to know you/src/Main.kt create mode 100644 Before you start/Getting to know you/task-info.yaml create mode 100644 Before you start/Getting to know you/task-remote-info.yaml create mode 100644 Before you start/Getting to know you/task.md create mode 100644 Feedback survey/Feedback survey/src/Main.kt create mode 100644 Feedback survey/Feedback survey/task-info.yaml create mode 100644 Feedback survey/Feedback survey/task-remote-info.yaml create mode 100644 Feedback survey/Feedback survey/task.md create mode 100644 Feedback survey/lesson-info.yaml create mode 100644 Feedback survey/lesson-remote-info.yaml diff --git a/Before you start/Getting to know you/src/Main.kt b/Before you start/Getting to know you/src/Main.kt new file mode 100644 index 0000000..2d5aa02 --- /dev/null +++ b/Before you start/Getting to know you/src/Main.kt @@ -0,0 +1,3 @@ +fun main() { + // Write your solution here +} diff --git a/Before you start/Getting to know you/task-info.yaml b/Before you start/Getting to know you/task-info.yaml new file mode 100644 index 0000000..cc8f611 --- /dev/null +++ b/Before you start/Getting to know you/task-info.yaml @@ -0,0 +1,4 @@ +type: theory +files: + - name: src/Main.kt + visible: true 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 new file mode 100644 index 0000000..b952413 --- /dev/null +++ b/Before you start/Getting to know you/task-remote-info.yaml @@ -0,0 +1 @@ +id: 1043970691 diff --git a/Before you start/Getting to know you/task.md b/Before you start/Getting to know you/task.md new file mode 100644 index 0000000..915fc87 --- /dev/null +++ b/Before you start/Getting to know you/task.md @@ -0,0 +1,5 @@ +# Getting to know you + +Thank you for taking our Coroutines and channels course! +We would be happy to get to know you a bit better, so we’re asking you to fill +in [this brief form](https://surveys.jetbrains.com/s3/course-introduction-coroutines-channels). diff --git a/Before you start/lesson-info.yaml b/Before you start/lesson-info.yaml index bfdc858..0a286e0 100644 --- a/Before you start/lesson-info.yaml +++ b/Before you start/lesson-info.yaml @@ -1,3 +1,4 @@ content: - Course structure - GitHub developer token + - Getting to know you diff --git a/Feedback survey/Feedback survey/src/Main.kt b/Feedback survey/Feedback survey/src/Main.kt new file mode 100644 index 0000000..2d5aa02 --- /dev/null +++ b/Feedback survey/Feedback survey/src/Main.kt @@ -0,0 +1,3 @@ +fun main() { + // Write your solution here +} diff --git a/Feedback survey/Feedback survey/task-info.yaml b/Feedback survey/Feedback survey/task-info.yaml new file mode 100644 index 0000000..cc8f611 --- /dev/null +++ b/Feedback survey/Feedback survey/task-info.yaml @@ -0,0 +1,4 @@ +type: theory +files: + - name: src/Main.kt + visible: true diff --git a/Feedback survey/Feedback survey/task-remote-info.yaml b/Feedback survey/Feedback survey/task-remote-info.yaml new file mode 100644 index 0000000..ead1f9a --- /dev/null +++ b/Feedback survey/Feedback survey/task-remote-info.yaml @@ -0,0 +1 @@ +id: 1584654591 diff --git a/Feedback survey/Feedback survey/task.md b/Feedback survey/Feedback survey/task.md new file mode 100644 index 0000000..b2bb109 --- /dev/null +++ b/Feedback survey/Feedback survey/task.md @@ -0,0 +1,6 @@ +# Feedback survey + +Thank you for taking our Coroutines and channels course! +We would really appreciate it if you could take a few minutes to +answer [our survey](https://surveys.jetbrains.com/s3/course-feedback-coroutines-channels). +Your feedback will help us improve this course and make it relevant for future students. \ No newline at end of file diff --git a/Feedback survey/lesson-info.yaml b/Feedback survey/lesson-info.yaml new file mode 100644 index 0000000..6e6d109 --- /dev/null +++ b/Feedback survey/lesson-info.yaml @@ -0,0 +1,2 @@ +content: + - Feedback survey diff --git a/Feedback survey/lesson-remote-info.yaml b/Feedback survey/lesson-remote-info.yaml new file mode 100644 index 0000000..6b00901 --- /dev/null +++ b/Feedback survey/lesson-remote-info.yaml @@ -0,0 +1 @@ +id: 691890448 diff --git a/course-info.yaml b/course-info.yaml index 4e40245..fc00249 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -8,9 +8,10 @@ summary: |- - Why and how to use suspending functions to perform network requests. - How to send requests concurrently using coroutines. - How to share information between different coroutines using channels. - + This course is based on Coroutines and channels tutorial programming_language: Kotlin content: -- Before you start -- Coroutines + - Before you start + - Coroutines + - Feedback survey