Skip to content

Commit a9732d5

Browse files
committed
work on build area tutorial
1 parent 1ded098 commit a9732d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mapswipe_workers/mapswipe_workers/project_types/build_area/build_area_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ def generate_tutorial_data(tutorial):
1818
grouped_tasks = {
1919
'building_easy_1': {},
2020
'building_easy_2': {},
21+
'maybe_1': {},
2122
'no_building_easy_1': {},
2223
'no_building_easy_2': {},
2324
'bad_clouds_1': {},
24-
'bad_clouds_2': {},
2525
'bad_no_imagery_1': {},
2626
'bad_no_imagery_2': {},
2727
}

mapswipe_workers/sample_data/build_area_tutorial.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
"post_correct": "Perfect. Swipe left and let's have a look at examples without buildings.",
2424
"post_wrong": "Oh no. Make sure to map all buildings, also if only small pars of a building are visible in a tile."
2525
},
26+
"maybe_1": {
27+
"pre": "Sometimes, you might be sure whether a feature is a building or not. In those cases tap two times to indicate a maybe. Mark the bottom left tile as maybe.",
28+
"post_correct": "Great.",
29+
"post_wrong": "Even if you are absolutely sure, mark the bottom left tile as maybe to move on with this tutorial."
30+
},
2631
"no_building_easy_1": {
2732
"pre": "In many cases there will be no buildings. Just swipe left to map further.",
2833
"post_correct": "Nice. Well done.",
@@ -38,11 +43,6 @@
3843
"post_correct": "Perfect. Let's move on.",
3944
"post_wrong": "Oh no. Make sure to indicate clouds as well."
4045
},
41-
"maybe_1": {
42-
"pre": "Sometimes, you might be sure whether a feature is a building or not. In those cases tap two times to indicate a maybe. Mark the bottom left tile as maybe.",
43-
"post_correct": "Great.",
44-
"post_wrong": "Even if you are absolutely sure, mark the bottom left tile as maybe to move on with this tutorial."
45-
},
4646
"bad_no_imagery_1": {
4747
"pre": "If imagery is lacking also tap three times.",
4848
"post_correct": "Nice.",

0 commit comments

Comments
 (0)