chore:remove isBeta flag (#54491)

This commit is contained in:
Mostafa Elgreatly
2024-04-26 03:13:57 +03:00
committed by GitHub
parent 93129ad817
commit f8426e617e
103 changed files with 0 additions and 106 deletions

View File

@@ -29,10 +29,6 @@
"checksum": {
"type": "number"
},
"isBeta": {
"type": "boolean",
"description": "Show only during dev or on beta site. Completely omitted otherwise"
},
"isComingSoon": {
"type": "boolean",
"description": "Challenge shows in production, but is unreachable and disabled. Is reachable in beta/dev only if isBeta flag is set"

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Analyze Code Documentation
block: learn-how-to-analyze-code-documentation
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Analyze Code Documentation

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Ask for Clarification on Code Understanding
block: learn-how-to-ask-for-clarification-on-code-understanding
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Ask for Clarification on Code Understanding

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Clarify Information in Different Interactions
block: learn-how-to-clarify-information-in-different-interactions
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Clarify Information in Different Interactions

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Discuss Popular Trends in Technology
block: learn-how-to-discuss-popular-trends-in-technology
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Discuss Popular Trends in Technology

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Discuss Tech Trends and Updates
block: learn-how-to-discuss-tech-trends-and-updates
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Discuss Tech Trends and Updates

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Document Code for a Project
block: learn-how-to-document-code-for-a-project
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Document Code for a Project

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Express Agreement or Disagreement
block: learn-how-to-express-agreement-or-disagreement
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Express Agreement or Disagreement

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Follow Basic Email Convention
block: learn-how-to-follow-basic-email-convention
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Follow Basic Email Convention

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Have a Conversation About Preferences and Motivations
block: learn-how-to-have-a-conversation-about-preferences-and-motivations
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Have a Conversation About Preferences and Motivations

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Help a Coworker Troubleshoot on GitHub
block: learn-how-to-help-a-coworker-troubleshoot-on-github
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Help a Coworker Troubleshoot on GitHub

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Offer Technical Support and Guidance
block: learn-how-to-offer-technical-support-and-guidance
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Offer Technical Support and Guidance

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Provide Explanations When Helping Others
block: learn-how-to-provide-explanations-when-helping-others
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Provide Explanations When Helping Others

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Read and Understand Code Documentation
block: learn-how-to-read-and-understand-code-documentation
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Read and Understand Code Documentation

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Request and Receive Guidance
block: learn-how-to-request-and-receive-guidance
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Request and Receive Guidance

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Share Progress and Accomplishments
block: learn-how-to-share-progress-and-accomplishments
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Share Progress and Accomplishments

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Share Your Progress in Weekly Stand-up Meetings
block: learn-how-to-share-your-progress-in-weekly-stand-up-meetings
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Share Your Progress in Weekly Stand-up Meetings

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Talk About Updates and Plans for Tasks and Projects
block: learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Talk About Updates and Plans for Tasks and Projects

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Use Basic Programming Vocabulary in Conversations
block: learn-how-to-use-basic-programming-vocabulary-in-conversations
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Use Basic Programming Vocabulary in Conversations

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Use Code-related Concepts and Terms
block: learn-how-to-use-code-related-concepts-and-terms
superBlock: a2-english-for-developers
isBeta: true
---
## Introduction to the Learn How to Use Code-related Concepts and Terms

View File

@@ -4,7 +4,6 @@ title: >-
Calculator
block: learn-advanced-array-methods-by-building-a-statistics-calculator
superBlock: javascript-algorithms-and-data-structures
isBeta: true
---
## Introduction to the Learn Advanced Array Methods by Building a Statistics Calculator

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Asynchronous Programming by Building an fCC Forum Leaderboard
block: learn-asynchronous-programming-by-building-an-fcc-forum-leaderboard
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Asynchronous Programming by Building an fCC Forum Leaderboard

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Basic Algorithmic Thinking by Building a Number Sorter
block: learn-basic-algorithmic-thinking-by-building-a-number-sorter
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Basic Algorithmic Thinking by Building a Number Sorter

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Basic OOP by Building a Shopping Cart
block: learn-basic-oop-by-building-a-shopping-cart
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Basic OOP By Building A Shopping Cart

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Basic String and Array Methods by Building a Music Player
block: learn-basic-string-and-array-methods-by-building-a-music-player
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn Basic String and Array Methods by Building a Music Player

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Fetch and Promises by Building an fCC Authors Page
block: learn-fetch-and-promises-by-building-an-fcc-authors-page
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Fetch and Promises by Building an fCC Authors Page

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Functional Programming by Building a Spreadsheet
block: learn-functional-programming-by-building-a-spreadsheet
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Functional Programming by Building a Spreadsheet

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Intermediate Algorithmic Thinking by Building a Dice Game
block: learn-intermediate-algorithmic-thinking-by-building-a-dice-game
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn Intermediate Algorithmic Thinking by Building a Dice Game

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Intermediate OOP by Building a Platformer Game
block: learn-intermediate-oop-by-building-a-platformer-game
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn Intermediate OOP by Building a Platformer Game

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Introductory JavaScript by Building a Pyramid Generator
block: learn-introductory-javascript-by-building-a-pyramid-generator
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn Introductory JavaScript by Building a Pyramid Generator

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn localStorage by Building a Todo App
block: learn-localstorage-by-building-a-todo-app
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn Localstorage by Building a Todo

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Modern JavaScript Methods By Building Football Team Cards
block: Learn Modern JavaScript Methods by Building Football Team Cards
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Modern JavaScript Methods by Building Football Team Cards

View File

@@ -2,7 +2,6 @@
title: Introduction to Learn Recursion by Building a Decimal to Binary Converter
block: Learn Recursion by Building a Decimal to Binary Converter
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to Learn Recursion by Building a Decimal to Binary Converter

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Regular Expressions by Building a Spam Filter
block: learn-regular-expressions-by-building-a-spam-filter
superBlock: JavaScript Algorithms and Data Structures
isBeta: true
---
## Introduction to the Learn Regular Expressions by Building a Spam Filter

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn the Date Object by Building a Date Formatter
block: learn-the-date-object-by-building-a-date-formatter
superBlock: javascript-algorithms-and-data-structures-v8
isBeta: true
---
## Introduction to the Learn the Date Object by Building a Date Formatter

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Algorithm Design by Building the Shortest Path Algorithm
block: learn-algorithm-design-by-building-the-shortest-path-algorithm
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Algorithm Design by Building the Shortest Path Algorithm

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Classes and Objects by Building a Sudoku Solver
block: learn-classes-and-objects-by-building-a-sudoku-solver
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Classes and Objects by Building a Sudoku Solver

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Data Structures by Building the Merge Sort Algorithm
block: learn-data-structures-by-building-the-merge-sort-algorithm
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Data Structures by Building the Merge Sort Algorithm

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn How to Work with Numbers and Strings by Implementing the Luhn Algorithm
block: learn-how-to-work-with-numbers-and-strings-by-implementing-the-luhn-algorithm
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn How to Work with Numbers and Strings by Implementing the Luhn Algorithm

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Lambda Functions by Building an Expense Tracker
block: learn-lambda-functions-by-building-an-expense-tracker
superBlock: scientific-computing-with-python
isBeta: true
---
## Introduction to the Learn Lambda Functions by Building an Expense Tracker

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Python List Comprehension by Building a Case Converter Program
block: learn-list-comprehension-by-building-a-case-converter-program
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Python List Comprehension by Building a Case Converter Program

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Recursion by Solving the Tower of Hanoi Puzzle
block: learn-recursion-by-solving-the-tower-of-hanoi-puzzle
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Recursion by Solving the Tower of Hanoi Puzzle

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn Regular Expressions by Building a Password Generator
block: learn-regular-expressions-by-building-a-password-generator
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn Regular Expressions by Building a Password Generator

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn String Manipulation by Building a Cipher
block: learn-string-manipulation-by-building-a-cipher
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn String Manipulation by Building a Cipher

View File

@@ -2,7 +2,6 @@
title: Introduction to the Learn tree traversal
block: learn-tree-traversal-by-building-a-binary-search-tree
superBlock: upcoming-python
isBeta: true
---
## Introduction to the Learn tree traversal

View File

@@ -22,7 +22,6 @@ export type MarkdownRemark = {
fileAbsolutePath: string;
frontmatter: {
block: string;
isBeta: boolean;
superBlock: SuperBlocks;
// TODO: make enum like superBlock
certification: string;

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "635060a5c03c950f46174cb5",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "65789506b30453080f77470c",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "64061a98f704a014b44afdb2",

View File

@@ -10,7 +10,6 @@
"template": "",
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"isBeta": true,
"challengeOrder": [
{
"id": "5d5a813321b9e3db6c106a46",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "63ec14d1c216aa063f0be4af",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "652f948489abbb81e6bf5a01",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "656873ffdc638f7e290f60de",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "651dd5ae6ffb500e3f2ce47c",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd899f8de09431eabb40c",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "641d9a19bff38d34d5a5edb8",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "642db8c409d9991d0b3b2f0d",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "651dd3e06ffb500e3f2ce478",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "6606682f3fbb93838673920d",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c0feadb1dd77f6cda623f",

View File

@@ -8,7 +8,6 @@
"required": [],
"superBlock": "a2-english-for-developers",
"superOrder": 21,
"isBeta": true,
"challengeOrder": [
{
"id": "655c13c143fbad91f96da5f3",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c114a439cc488b79fe60f",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c111ce03db7881e612a27",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "65b0dd4e70e9dcf7c402eb8e",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c126fa57f068c8e81151f",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655699a46134fa74acaf6204",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c179830a146a155743423",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd3f2c726838f49106971",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd36f6996fe8ced8fa3a7",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "658111239f39a01c8f095c44",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c131291cbcb8febf21e64",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd641cf05ad9560af2fbf",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd6e975fb4c9778bd5f3a",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c1715102daf9d3d0d3330",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd6b40aabaf962afdf02d",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd38e0ee8668d87f50f82",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "6579c5fb3e65fd9cb85253a5",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "657d4ea39262ba758c15bc1a",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655cd3d0c619828de67b47bf",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c11781720d0897fc05353",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "655c12384a3d2e8a0d5e3efd",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "6565a536ba1f9f25bd30e88b",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "6579fc66adaabbca6ceddb1f",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "2022/responsive-web-design",
"isBeta": true,
"challengeOrder": [
{
"id": "646c47867800472a4ed5d2ea",

View File

@@ -13,7 +13,6 @@
"disableLoopProtectTests": true,
"disableLoopProtectPreview": true,
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "6461815bc48998eb15d55349",

View File

@@ -7,7 +7,6 @@
"template": "",
"required": [],
"superBlock": "a2-english-for-developers",
"isBeta": true,
"challengeOrder": [
{
"id": "651dd5a46ffb500e3f2ce47b",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "660ee6e3a242da6bd579de69",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "658212ba98182f3e855e85f9",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "657e928716b77b2277980276",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "64e4e4c4ec263b62ae7bf54d",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "63c620161fc2b49ac340ffc4",

View File

@@ -10,7 +10,6 @@
"template": "",
"required": [],
"superBlock": "upcoming-python",
"isBeta": true,
"challengeOrder": [
{
"id": "5daa813381b9e3db6c126b43",

View File

@@ -11,7 +11,6 @@
"template": "",
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"isBeta": true,
"challengeOrder": [
{
"id": "63db7f4677d06d7500a13321",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "64dc8b1faf9c60304ca8a9b6",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "6564642ce403fe29cc23fee7",

View File

@@ -11,7 +11,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "641cd18eb67c661d8a9e11f3",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "6551ecf597038c36637f3759",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "javascript-algorithms-and-data-structures-v8",
"superOrder": 4,
"isBeta": true,
"challengeOrder": [
{
"id": "65386e889dd615940cb3e042",

View File

@@ -9,7 +9,6 @@
"template": "",
"required": [],
"superBlock": "scientific-computing-with-python",
"isBeta": true,
"challengeOrder": [
{
"id": "65c4eb814cc977c95cd7df0e",

View File

@@ -10,7 +10,6 @@
"required": [],
"superBlock": "",
"superOrder": 1,
"isBeta": true,
"challengeOrder": [
{
"id": "",

Some files were not shown because too many files have changed in this diff Show More