Skip to content

Commit

Permalink
Add surveys to Introduction and Conclusion sections
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Nov 28, 2023
1 parent 148fabb commit fd542e1
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 1 deletion.
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
}
5 changes: 5 additions & 0 deletions Conclusion/FeedbackSurvey/FeedbackSurvey/task-info.yaml
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 441980153
6 changes: 6 additions & 0 deletions Conclusion/FeedbackSurvey/FeedbackSurvey/task.md
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.
3 changes: 3 additions & 0 deletions Conclusion/FeedbackSurvey/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
custom_name: Feedback survey
content:
- FeedbackSurvey
1 change: 1 addition & 0 deletions Conclusion/FeedbackSurvey/lesson-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 811555218
3 changes: 2 additions & 1 deletion Conclusion/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
custom_name: "Section 8: Conclusion"
content:
- Conclusion
- Conclusion
- FeedbackSurvey
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 Introduction/GettingToKnowYou/GettingToKnowYou/task-info.yaml
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1517810155
5 changes: 5 additions & 0 deletions Introduction/GettingToKnowYou/GettingToKnowYou/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 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).
3 changes: 3 additions & 0 deletions Introduction/GettingToKnowYou/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
custom_name: Getting to know you
content:
- GettingToKnowYou
1 change: 1 addition & 0 deletions Introduction/GettingToKnowYou/lesson-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 998264157
1 change: 1 addition & 0 deletions Introduction/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
content:
- Introduction
- JoinOurDiscordCommunity
- GettingToKnowYou

0 comments on commit fd542e1

Please sign in to comment.