Skip to content

Commit 839141e

Browse files
author
anchouls
committed
Updated for the second group
1 parent af0be64 commit 839141e

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pluginName: "Cognifire Research"
22
pluginDescription: "We want to track your progress through the course in order to collect data on file changes during the course completion. Please, when you are ready, press the next button."
3-
researchId: "Cognifire Research"
3+
researchId: "Cognifire Research Second Group"

ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/scenario_default.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ scenario:
33
- units:
44
- !<Survey>
55
id: "NASA_task_load_index_before_tasks"
6-
- !<Task>
7-
id: "tutorial"
8-
- !<Survey>
9-
id: "NASA_task_load_index"
106
- !<Task>
117
id: "the_first_date_with_programming"
128
- !<Survey>

ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/survey_default.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ surveys:
175175
elementId: features_question
176176
rows: 5
177177
cols: 50
178-
- !<Textarea>
179-
text: How would you compare your experience of expressing solutions in natural language versus formal programming syntax? Please describe any differences you noticed in your approach or efficiency.
180-
elementId: natural_language_question
181-
rows: 5
182-
cols: 50
183178
- !<Textarea>
184179
text: Is there anything else you would like to share about your experience with this study?
185180
elementId: anything_else_question

ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/task_content_default.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
tasks:
2-
- description: >
3-
Solve "Tutorial" lesson in the "Kotlin Onboarding: Introduction" course, and after that, press the "Next" button.
4-
files:
5-
- extension: KOTLIN
6-
filename: Main
7-
isInternal: false
8-
relativePath: Tutorial/task/src/main/kotlin/jetbrains/course/tutorial
9-
sourceSet: SRC
10-
id: tutorial
11-
name: "Cognifire Research"
12-
132
- description: >
143
Solve "The first date with programming" lesson, and after that, press the "Next" button.
154
files:

0 commit comments

Comments
 (0)