-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add surveys to Introduction and Conclusion sections
- Loading branch information
Showing
14 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...backSurvey/FeedbackSurvey/src/main/kotlin/jetbrains/refactoring/course/conclusion/Main.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package jetbrains.refactoring.course.conclusion | ||
|
||
fun main() { | ||
// Write your solution here | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
custom_name: Feedback survey | ||
type: theory | ||
files: | ||
- name: src/main/kotlin/jetbrains/refactoring/course/conclusion/Main.kt | ||
visible: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
id: 441980153 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Feedback survey | ||
|
||
Thank you for taking our Introduction to IDE Code Refactoring course! | ||
We would really appreciate it if you could take a few minutes to | ||
answer [our survey](https://surveys.jetbrains.com/s3/course-feedback-code-refactoring). | ||
Your feedback will help us improve this course and make it relevant for future students. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
custom_name: Feedback survey | ||
content: | ||
- FeedbackSurvey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
id: 811555218 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
custom_name: "Section 8: Conclusion" | ||
content: | ||
- Conclusion | ||
- Conclusion | ||
- FeedbackSurvey |
5 changes: 5 additions & 0 deletions
5
...nowYou/GettingToKnowYou/src/main/kotlin/jetbrains/refactoring/course/introduction/Main.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package jetbrains.refactoring.course.introduction | ||
|
||
fun main() { | ||
// Write your solution here | ||
} |
5 changes: 5 additions & 0 deletions
5
Introduction/GettingToKnowYou/GettingToKnowYou/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: theory | ||
custom_name: GettingToKnowYou | ||
files: | ||
- name: src/main/kotlin/jetbrains/refactoring/course/introduction/Main.kt | ||
visible: true |
1 change: 1 addition & 0 deletions
1
Introduction/GettingToKnowYou/GettingToKnowYou/task-remote-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
id: 1517810155 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Getting to know you | ||
|
||
Thank you for taking our Introduction to IDE Code Refactoring 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-code-refactoring). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
custom_name: Getting to know you | ||
content: | ||
- GettingToKnowYou |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
id: 998264157 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
content: | ||
- Introduction | ||
- JoinOurDiscordCommunity | ||
- GettingToKnowYou |