Skip to content

Commit

Permalink
Add survey links
Browse files Browse the repository at this point in the history
  • Loading branch information
kochaika committed Dec 6, 2023
1 parent a8b3803 commit 5a5fa85
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Before you start/Getting to know you/src/Main.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fun main() {
// Write your solution here
}
4 changes: 4 additions & 0 deletions Before you start/Getting to know you/task-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: theory
files:
- name: src/Main.kt
visible: true
1 change: 1 addition & 0 deletions Before you start/Getting to know you/task-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1043970691
5 changes: 5 additions & 0 deletions Before you start/Getting to know you/task.md
Original file line number Diff line number Diff line change
@@ -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).
1 change: 1 addition & 0 deletions Before you start/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
content:
- Course structure
- GitHub developer token
- Getting to know you
3 changes: 3 additions & 0 deletions Feedback survey/Feedback survey/src/Main.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fun main() {
// Write your solution here
}
4 changes: 4 additions & 0 deletions Feedback survey/Feedback survey/task-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type: theory
files:
- name: src/Main.kt
visible: true
1 change: 1 addition & 0 deletions Feedback survey/Feedback survey/task-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1584654591
6 changes: 6 additions & 0 deletions Feedback survey/Feedback survey/task.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions Feedback survey/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
content:
- Feedback survey
1 change: 1 addition & 0 deletions Feedback survey/lesson-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 691890448
7 changes: 4 additions & 3 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://kotlinlang.org/docs/coroutines-and-channels.html">Coroutines and channels tutorial</a>
programming_language: Kotlin
content:
- Before you start
- Coroutines
- Before you start
- Coroutines
- Feedback survey

0 comments on commit 5a5fa85

Please sign in to comment.