diff --git a/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter.json b/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter.json index 36af8f4477c..050f0941590 100644 --- a/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter.json +++ b/curriculum/structure/blocks/lab-adjacency-list-to-matrix-converter.json @@ -1,6 +1,6 @@ { "name": "Build an Adjacency List to Matrix Converter", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-adjacency-list-to-matrix-converter", "helpCategory": "Python", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lab-bisection-method.json b/curriculum/structure/blocks/lab-bisection-method.json index 133d9b6617f..6d4114f37d8 100644 --- a/curriculum/structure/blocks/lab-bisection-method.json +++ b/curriculum/structure/blocks/lab-bisection-method.json @@ -1,6 +1,6 @@ { "name": "Implement the Bisection Method", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-bisection-method", "blockLayout": "link", "blockLabel": "lab", diff --git a/curriculum/structure/blocks/lab-budget-app.json b/curriculum/structure/blocks/lab-budget-app.json index a649e4efe56..feba351eb57 100644 --- a/curriculum/structure/blocks/lab-budget-app.json +++ b/curriculum/structure/blocks/lab-budget-app.json @@ -1,6 +1,6 @@ { "name": "Build a Budget App", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": true, "dashedName": "lab-budget-app", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lab-depth-first-search.json b/curriculum/structure/blocks/lab-depth-first-search.json index f2730de5580..9670ae3790d 100644 --- a/curriculum/structure/blocks/lab-depth-first-search.json +++ b/curriculum/structure/blocks/lab-depth-first-search.json @@ -1,6 +1,6 @@ { "name": "Implement the Depth-First Search Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-depth-first-search", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-game-character-stats.json b/curriculum/structure/blocks/lab-game-character-stats.json index 07109752d9d..83cf5d6d047 100644 --- a/curriculum/structure/blocks/lab-game-character-stats.json +++ b/curriculum/structure/blocks/lab-game-character-stats.json @@ -1,6 +1,6 @@ { "name": "Build a Game Character Stats Tracker", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-game-character-stats", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-hash-table.json b/curriculum/structure/blocks/lab-hash-table.json index 43ca82b0741..eeae0d2efc9 100644 --- a/curriculum/structure/blocks/lab-hash-table.json +++ b/curriculum/structure/blocks/lab-hash-table.json @@ -1,6 +1,6 @@ { "name": "Build a Hash Table", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-hash-table", "challengeOrder": [ { "id": "67ed03ac474c48692f41749e", "title": "Build a Hash Table" } diff --git a/curriculum/structure/blocks/lab-luhn-algorithm.json b/curriculum/structure/blocks/lab-luhn-algorithm.json index 1f53183a682..313580f6ab1 100644 --- a/curriculum/structure/blocks/lab-luhn-algorithm.json +++ b/curriculum/structure/blocks/lab-luhn-algorithm.json @@ -1,6 +1,6 @@ { "name": "Implement the Luhn Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-luhn-algorithm", "helpCategory": "Python", "challengeOrder": [ diff --git a/curriculum/structure/blocks/lab-n-queens-problem.json b/curriculum/structure/blocks/lab-n-queens-problem.json index b10873227aa..bfafa21462f 100644 --- a/curriculum/structure/blocks/lab-n-queens-problem.json +++ b/curriculum/structure/blocks/lab-n-queens-problem.json @@ -1,6 +1,6 @@ { "name": "Implement the N-Queens Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-n-queens-problem", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-nth-fibonacci-number.json b/curriculum/structure/blocks/lab-nth-fibonacci-number.json index e4987e93ea2..4104e1829a0 100644 --- a/curriculum/structure/blocks/lab-nth-fibonacci-number.json +++ b/curriculum/structure/blocks/lab-nth-fibonacci-number.json @@ -1,6 +1,6 @@ { "name": "Build an Nth Fibonacci Number Calculator", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-nth-fibonacci-number", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-planet-class.json b/curriculum/structure/blocks/lab-planet-class.json index 0c88f98f570..abec2aa6c54 100644 --- a/curriculum/structure/blocks/lab-planet-class.json +++ b/curriculum/structure/blocks/lab-planet-class.json @@ -1,6 +1,6 @@ { "name": "Build a Planet Class", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-planet-class", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-player-interface.json b/curriculum/structure/blocks/lab-player-interface.json index f9d28819dd3..159ea8262ff 100644 --- a/curriculum/structure/blocks/lab-player-interface.json +++ b/curriculum/structure/blocks/lab-player-interface.json @@ -1,6 +1,6 @@ { "name": "Build a Player Interface", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-player-interface", "helpCategory": "Python", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-polygon-area-calculator.json b/curriculum/structure/blocks/lab-polygon-area-calculator.json index ff2a868f316..0c1a4993207 100644 --- a/curriculum/structure/blocks/lab-polygon-area-calculator.json +++ b/curriculum/structure/blocks/lab-polygon-area-calculator.json @@ -1,6 +1,6 @@ { "name": "Build a Polygon Area Calculator", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-polygon-area-calculator", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/lab-quicksort.json b/curriculum/structure/blocks/lab-quicksort.json index 01d29dc9798..c619df96113 100644 --- a/curriculum/structure/blocks/lab-quicksort.json +++ b/curriculum/structure/blocks/lab-quicksort.json @@ -1,6 +1,6 @@ { "name": "Implement the Quicksort Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": true, "dashedName": "lab-quicksort", "blockLayout": "link", diff --git a/curriculum/structure/blocks/lab-selection-sort.json b/curriculum/structure/blocks/lab-selection-sort.json index e06e7ca0cc1..dd2693387d5 100644 --- a/curriculum/structure/blocks/lab-selection-sort.json +++ b/curriculum/structure/blocks/lab-selection-sort.json @@ -1,6 +1,6 @@ { "name": "Selection Sort Lab", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-selection-sort", "challengeOrder": [ { "id": "680b3ef395479b0e449ecb6e", "title": "Build a Selection Sort" } diff --git a/curriculum/structure/blocks/lab-tower-of-hanoi.json b/curriculum/structure/blocks/lab-tower-of-hanoi.json index c42ac7243df..e380838cbf6 100644 --- a/curriculum/structure/blocks/lab-tower-of-hanoi.json +++ b/curriculum/structure/blocks/lab-tower-of-hanoi.json @@ -1,6 +1,6 @@ { "name": "Implement the Tower of Hanoi Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lab-tower-of-hanoi", "blockLayout": "link", "blockLabel": "lab", diff --git a/curriculum/structure/blocks/lecture-classes-and-objects.json b/curriculum/structure/blocks/lecture-classes-and-objects.json index 27ee1811ca7..85f2ea5071d 100644 --- a/curriculum/structure/blocks/lecture-classes-and-objects.json +++ b/curriculum/structure/blocks/lecture-classes-and-objects.json @@ -1,6 +1,6 @@ { "name": "Classes and Objects", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-classes-and-objects", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-searching-and-sorting-algorithms.json b/curriculum/structure/blocks/lecture-searching-and-sorting-algorithms.json index 8689d405ed0..520d4f97227 100644 --- a/curriculum/structure/blocks/lecture-searching-and-sorting-algorithms.json +++ b/curriculum/structure/blocks/lecture-searching-and-sorting-algorithms.json @@ -1,6 +1,6 @@ { "name": "Searching and Sorting Algorithms", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-searching-and-sorting-algorithms", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-understanding-abstraction.json b/curriculum/structure/blocks/lecture-understanding-abstraction.json index b586dcc8b11..4adc43d4af3 100644 --- a/curriculum/structure/blocks/lecture-understanding-abstraction.json +++ b/curriculum/structure/blocks/lecture-understanding-abstraction.json @@ -1,6 +1,6 @@ { "name": "Understanding Abstraction", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-abstraction", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-understanding-dynamic-programming.json b/curriculum/structure/blocks/lecture-understanding-dynamic-programming.json index a4969183eba..2369131b20a 100644 --- a/curriculum/structure/blocks/lecture-understanding-dynamic-programming.json +++ b/curriculum/structure/blocks/lecture-understanding-dynamic-programming.json @@ -1,6 +1,6 @@ { "name": "Understanding Dynamic Programming", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-dynamic-programming", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-understanding-graphs-and-trees.json b/curriculum/structure/blocks/lecture-understanding-graphs-and-trees.json index 804228863f6..2392be34f29 100644 --- a/curriculum/structure/blocks/lecture-understanding-graphs-and-trees.json +++ b/curriculum/structure/blocks/lecture-understanding-graphs-and-trees.json @@ -1,6 +1,6 @@ { "name": "Understanding Graphs and Trees", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-graphs-and-trees", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/lecture-understanding-inheritance-and-polymorphism.json b/curriculum/structure/blocks/lecture-understanding-inheritance-and-polymorphism.json index e13318be6fd..33df2a9eb9d 100644 --- a/curriculum/structure/blocks/lecture-understanding-inheritance-and-polymorphism.json +++ b/curriculum/structure/blocks/lecture-understanding-inheritance-and-polymorphism.json @@ -1,6 +1,6 @@ { "name": "Understanding Inheritance and Polymorphism", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-inheritance-and-polymorphism", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json b/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json index df3ddcabc0f..26a05281e90 100644 --- a/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json +++ b/curriculum/structure/blocks/lecture-understanding-object-oriented-programming-and-encapsulation.json @@ -1,6 +1,6 @@ { "name": "Understanding Object Oriented Programming and Encapsulation", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-understanding-object-oriented-programming-and-encapsulation", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/lecture-working-with-common-data-structures.json b/curriculum/structure/blocks/lecture-working-with-common-data-structures.json index fffdcba68df..8952bc416cf 100644 --- a/curriculum/structure/blocks/lecture-working-with-common-data-structures.json +++ b/curriculum/structure/blocks/lecture-working-with-common-data-structures.json @@ -1,6 +1,6 @@ { "name": "Working with Common Data Structures", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "lecture-working-with-common-data-structures", "blockLabel": "lecture", "blockLayout": "challenge-list", diff --git a/curriculum/structure/blocks/quiz-classes-and-objects.json b/curriculum/structure/blocks/quiz-classes-and-objects.json index 38f7d701590..3056bb5ca30 100644 --- a/curriculum/structure/blocks/quiz-classes-and-objects.json +++ b/curriculum/structure/blocks/quiz-classes-and-objects.json @@ -2,7 +2,7 @@ "name": "Classes and Objects Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-classes-and-objects", "challengeOrder": [ { "id": "67f413038f0f8c452c660dc5", "title": "Classes and Objects Quiz" } diff --git a/curriculum/structure/blocks/quiz-data-structures.json b/curriculum/structure/blocks/quiz-data-structures.json index 2117fcf8cde..660c82abeed 100644 --- a/curriculum/structure/blocks/quiz-data-structures.json +++ b/curriculum/structure/blocks/quiz-data-structures.json @@ -2,7 +2,7 @@ "name": "Data Structures Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-data-structures", "challengeOrder": [ { "id": "67f41341453c2247fb2828f7", "title": "Data Structures Quiz" } diff --git a/curriculum/structure/blocks/quiz-dynamic-programming.json b/curriculum/structure/blocks/quiz-dynamic-programming.json index 27bfc3429b7..980a4fd292f 100644 --- a/curriculum/structure/blocks/quiz-dynamic-programming.json +++ b/curriculum/structure/blocks/quiz-dynamic-programming.json @@ -2,7 +2,7 @@ "name": "Dynamic Programming Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-dynamic-programming", "challengeOrder": [ { "id": "67f413a2abe9894c52e15c6e", "title": "Dynamic Programming Quiz" } diff --git a/curriculum/structure/blocks/quiz-graphs-and-trees.json b/curriculum/structure/blocks/quiz-graphs-and-trees.json index 689e3aa7dc3..a990103934b 100644 --- a/curriculum/structure/blocks/quiz-graphs-and-trees.json +++ b/curriculum/structure/blocks/quiz-graphs-and-trees.json @@ -2,7 +2,7 @@ "name": "Graphs and Trees Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-graphs-and-trees", "challengeOrder": [ { "id": "67f4138c34cd9c4ac783ceef", "title": "Graphs and Trees Quiz" } diff --git a/curriculum/structure/blocks/quiz-object-oriented-programming.json b/curriculum/structure/blocks/quiz-object-oriented-programming.json index 88bb9391e56..41ec5f9efbd 100644 --- a/curriculum/structure/blocks/quiz-object-oriented-programming.json +++ b/curriculum/structure/blocks/quiz-object-oriented-programming.json @@ -2,7 +2,7 @@ "name": "Object Oriented Programming Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-object-oriented-programming", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/quiz-searching-and-sorting-algorithms.json b/curriculum/structure/blocks/quiz-searching-and-sorting-algorithms.json index 499069dde9c..81897fbdc8a 100644 --- a/curriculum/structure/blocks/quiz-searching-and-sorting-algorithms.json +++ b/curriculum/structure/blocks/quiz-searching-and-sorting-algorithms.json @@ -2,7 +2,7 @@ "name": "Searching and Sorting Algorithms Quiz", "blockLabel": "quiz", "blockLayout": "link", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "quiz-searching-and-sorting-algorithms", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/review-classes-and-objects.json b/curriculum/structure/blocks/review-classes-and-objects.json index 52d4e24d443..48810178aca 100644 --- a/curriculum/structure/blocks/review-classes-and-objects.json +++ b/curriculum/structure/blocks/review-classes-and-objects.json @@ -1,6 +1,6 @@ { "name": "Classes and Objects Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-classes-and-objects", "challengeOrder": [ { "id": "67f39d848979082814c07d9c", "title": "Review Classes and Objects" } diff --git a/curriculum/structure/blocks/review-data-structures.json b/curriculum/structure/blocks/review-data-structures.json index c7ee0979c60..cd6a8de9fde 100644 --- a/curriculum/structure/blocks/review-data-structures.json +++ b/curriculum/structure/blocks/review-data-structures.json @@ -1,6 +1,6 @@ { "name": "Data Structures Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-data-structures", "challengeOrder": [ { "id": "67f39dc7129b092b27099d8c", "title": "Data Structures Review" } diff --git a/curriculum/structure/blocks/review-dynamic-programming.json b/curriculum/structure/blocks/review-dynamic-programming.json index 09f724572e3..efedb2fda7b 100644 --- a/curriculum/structure/blocks/review-dynamic-programming.json +++ b/curriculum/structure/blocks/review-dynamic-programming.json @@ -1,6 +1,6 @@ { "name": "Dynamic Programming Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-dynamic-programming", "challengeOrder": [ { "id": "67f39e2119042d2f2ca926ff", "title": "Dynamic Programming Review" } diff --git a/curriculum/structure/blocks/review-graphs-and-trees.json b/curriculum/structure/blocks/review-graphs-and-trees.json index d52195cb72a..5deefb6b7ba 100644 --- a/curriculum/structure/blocks/review-graphs-and-trees.json +++ b/curriculum/structure/blocks/review-graphs-and-trees.json @@ -1,6 +1,6 @@ { "name": "Graphs and Trees Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-graphs-and-trees", "challengeOrder": [ { "id": "67f39e06b8a11b2de9ccd361", "title": "Graphs and Trees Review" } diff --git a/curriculum/structure/blocks/review-object-oriented-programming.json b/curriculum/structure/blocks/review-object-oriented-programming.json index c246be72f12..858864d66be 100644 --- a/curriculum/structure/blocks/review-object-oriented-programming.json +++ b/curriculum/structure/blocks/review-object-oriented-programming.json @@ -1,6 +1,6 @@ { "name": "Object Oriented Programming Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-object-oriented-programming", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/review-python.json b/curriculum/structure/blocks/review-python.json index 046eb0fa5d7..b824a294cd3 100644 --- a/curriculum/structure/blocks/review-python.json +++ b/curriculum/structure/blocks/review-python.json @@ -1,6 +1,6 @@ { "name": "Python Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-python", "challengeOrder": [ { "id": "67f39e391c9b373069def02c", "title": "Python Review" } diff --git a/curriculum/structure/blocks/review-searching-and-sorting-algorithms.json b/curriculum/structure/blocks/review-searching-and-sorting-algorithms.json index 8f3e6fcba9b..74b30ff308c 100644 --- a/curriculum/structure/blocks/review-searching-and-sorting-algorithms.json +++ b/curriculum/structure/blocks/review-searching-and-sorting-algorithms.json @@ -1,6 +1,6 @@ { "name": "Searching and Sorting Algorithms Review", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "review-searching-and-sorting-algorithms", "challengeOrder": [ { diff --git a/curriculum/structure/blocks/workshop-binary-search.json b/curriculum/structure/blocks/workshop-binary-search.json index 81fb3a36e0b..6c626235071 100644 --- a/curriculum/structure/blocks/workshop-binary-search.json +++ b/curriculum/structure/blocks/workshop-binary-search.json @@ -1,6 +1,6 @@ { "name": "Implement the Binary Search Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, "dashedName": "workshop-binary-search", diff --git a/curriculum/structure/blocks/workshop-breadth-first-search.json b/curriculum/structure/blocks/workshop-breadth-first-search.json index 92ef4d67e8c..9b8a590b953 100644 --- a/curriculum/structure/blocks/workshop-breadth-first-search.json +++ b/curriculum/structure/blocks/workshop-breadth-first-search.json @@ -1,6 +1,6 @@ { "name": "Implement the Breadth-First Search Algorithm", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-breadth-first-search", "helpCategory": "Python", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/blocks/workshop-discount-calculator.json b/curriculum/structure/blocks/workshop-discount-calculator.json index 2a245be5c91..42769f7f7a2 100644 --- a/curriculum/structure/blocks/workshop-discount-calculator.json +++ b/curriculum/structure/blocks/workshop-discount-calculator.json @@ -1,6 +1,6 @@ { "name": "Build a Discount Calculator", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-discount-calculator", "helpCategory": "Python", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/blocks/workshop-email-simulator.json b/curriculum/structure/blocks/workshop-email-simulator.json index 606756deaba..d4ff1e6f259 100644 --- a/curriculum/structure/blocks/workshop-email-simulator.json +++ b/curriculum/structure/blocks/workshop-email-simulator.json @@ -1,6 +1,6 @@ { "name": "Build an Email Simulator", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-email-simulator", "helpCategory": "Python", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/blocks/workshop-linked-list-class.json b/curriculum/structure/blocks/workshop-linked-list-class.json index 32e6f09e9ea..6bf7eeb7c52 100644 --- a/curriculum/structure/blocks/workshop-linked-list-class.json +++ b/curriculum/structure/blocks/workshop-linked-list-class.json @@ -1,6 +1,6 @@ { "name": "Build a Linked List", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-linked-list-class", "helpCategory": "Python", "usesMultifileEditor": true, diff --git a/curriculum/structure/blocks/workshop-media-catalogue.json b/curriculum/structure/blocks/workshop-media-catalogue.json index 01e019a7343..2a52f5532e2 100644 --- a/curriculum/structure/blocks/workshop-media-catalogue.json +++ b/curriculum/structure/blocks/workshop-media-catalogue.json @@ -1,6 +1,6 @@ { "name": "Build a Media Catalogue", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-media-catalogue", "helpCategory": "Python", "usesMultifileEditor": true, diff --git a/curriculum/structure/blocks/workshop-merge-sort.json b/curriculum/structure/blocks/workshop-merge-sort.json index e39c3bbca7b..6b138b8867c 100644 --- a/curriculum/structure/blocks/workshop-merge-sort.json +++ b/curriculum/structure/blocks/workshop-merge-sort.json @@ -2,7 +2,7 @@ "name": "Implement the Merge Sort Algorithm", "blockLayout": "challenge-grid", "blockLabel": "workshop", - "isUpcomingChange": true, + "isUpcomingChange": false, "usesMultifileEditor": true, "hasEditableBoundaries": true, "dashedName": "workshop-merge-sort", diff --git a/curriculum/structure/blocks/workshop-musical-instrument-inventory.json b/curriculum/structure/blocks/workshop-musical-instrument-inventory.json index 8f983c33209..49aead5732d 100644 --- a/curriculum/structure/blocks/workshop-musical-instrument-inventory.json +++ b/curriculum/structure/blocks/workshop-musical-instrument-inventory.json @@ -1,6 +1,6 @@ { "name": "Build a Musical Instrument Inventory", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-musical-instrument-inventory", "helpCategory": "Python", "challengeOrder": [ diff --git a/curriculum/structure/blocks/workshop-salary-tracker.json b/curriculum/structure/blocks/workshop-salary-tracker.json index 73a822b6c24..96079954425 100644 --- a/curriculum/structure/blocks/workshop-salary-tracker.json +++ b/curriculum/structure/blocks/workshop-salary-tracker.json @@ -1,6 +1,6 @@ { "name": "Build a Salary Tracker", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-salary-tracker", "helpCategory": "Python", "blockLayout": "challenge-grid", diff --git a/curriculum/structure/blocks/workshop-shortest-path-algorithm.json b/curriculum/structure/blocks/workshop-shortest-path-algorithm.json index d3301cf7bb1..5da303ec5d8 100644 --- a/curriculum/structure/blocks/workshop-shortest-path-algorithm.json +++ b/curriculum/structure/blocks/workshop-shortest-path-algorithm.json @@ -2,7 +2,7 @@ "name": "Implement the Shortest Path Algorithm", "blockLayout": "challenge-grid", "blockLabel": "workshop", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "workshop-shortest-path-algorithm", "helpCategory": "Python", "usesMultifileEditor": true, diff --git a/curriculum/structure/superblocks/full-stack-developer.json b/curriculum/structure/superblocks/full-stack-developer.json index 172cd3f3f2f..5e45a92aa43 100644 --- a/curriculum/structure/superblocks/full-stack-developer.json +++ b/curriculum/structure/superblocks/full-stack-developer.json @@ -724,7 +724,7 @@ }, { "dashedName": "python-classes-and-objects", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-classes-and-objects", "workshop-musical-instrument-inventory", @@ -737,7 +737,7 @@ }, { "dashedName": "python-object-oriented-programming", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-understanding-object-oriented-programming-and-encapsulation", "workshop-salary-tracker", @@ -754,7 +754,7 @@ }, { "dashedName": "python-linear-data-structures", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-working-with-common-data-structures", "workshop-linked-list-class", @@ -765,7 +765,7 @@ }, { "dashedName": "python-algorithms", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-searching-and-sorting-algorithms", "workshop-binary-search", @@ -781,7 +781,7 @@ }, { "dashedName": "python-graphs-and-trees", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-understanding-graphs-and-trees", "workshop-shortest-path-algorithm", @@ -795,7 +795,7 @@ }, { "dashedName": "python-dynamic-programming", - "comingSoon": true, + "comingSoon": false, "blocks": [ "lecture-understanding-dynamic-programming", "lab-nth-fibonacci-number", @@ -804,7 +804,7 @@ ] }, { - "comingSoon": true, + "comingSoon": false, "moduleType": "review", "dashedName": "review-python", "blocks": ["review-python"]