From f1317f0b8911fb2d18daa3fd54e09f2daa355484 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 23 Mar 2018 13:37:21 +0000 Subject: [PATCH] chore(seed): Remove depricated file --- ...script-algorithms-and-data-structures.json | 108 ------------------ 1 file changed, 108 deletions(-) delete mode 100644 challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json diff --git a/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json b/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json deleted file mode 100644 index d27d2541296..00000000000 --- a/challenges/02-javascript-algorithms-and-data-structures/claim-your-javascript-algorithms-and-data-structures.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "Claim Your JavaScript Algorithms and Data Structures Certificate", - "order": 11, - "time": "5 minutes", - "challenges": [ - { - "id": "5a34371eb8853b934b0d9803", - "title": "Claim Your JavaScript Algorithms and Data Structures Certificate", - "description": [ - [ - "", - "", - "This challenge will give you your verified JavaScript Algorithms and Data Structures Certificate. Before we issue your certificate, we must verify that you have completed all of our basic and intermediate algorithm scripting challenges, and all our basic, intermediate, and advanced front end development projects. You must also accept our Academic Honesty Pledge. Click the button below to start this process.", - "" - ], - [ - "", - "", - "By clicking below, you pledge that all of your submitted code A) is code you or your pair personally wrote, or B) comes from open source libraries like jQuery, or C) has been clearly attributed to its original authors. You also give us permission to audit your challenge solutions and revoke your certificate if we discover evidence of plagiarism.", - "#" - ], - [ - "", - "", - "Let's confirm that you have completed all of our JavaScript Algorithms and Data Structures projects. Click the button below to verify this.", - "#" - ], - [ - "", - "", - "Congratulations! We've added your JavaScript Algorithms and Data Structures Certificate to your portfolio page. Unless you choose to hide your solutions, this certificate will remain publicly visible and verifiable.", - "" - ] - ], - "challengeSeed": [ - { - "properties": [ - "isHonest", - "isJsAlgoDataStructCert" - ], - "apis": [ - "/certificate/honest", - "/certificate/verify/javascript-algorithms-data-structures" - ], - "stepIndex": [ - 1, - 2 - ] - } - ], - "tests": [ - { - "id": "aaa48de84e1ecc7c742e1124", - "title": "Palindrome Checker" - }, - { - "id": "a7f4d8f2483413a6ce226cac", - "title": "Roman Numeral Converter" - }, - { - "id": "56533eb9ac21ba0edf2244e2", - "title": "Caesars Cipher" - }, - { - "id": "aff0395860f5d3034dc0bfc9", - "title": "Telephone Number Validator" - }, - { - "id": "aa2e6f85cab2ab736c9a9b24", - "title": "Cash Register" - } - ], - "type": "Waypoint", - "challengeType": 7, - "translations": { - "es":{ - "description": [ - [ - "https://i.imgur.com/EzMrezJ.jpg", - "Una imagen que muestra nuestro certificado de Desarrollo de interfaces", - "This challenge will give you your verified JavaScript Algorithms and Data Structures Certificate. Before we issue your certificate, we must verify that you have completed all of our basic and intermediate algorithm scripting challenges. You must also accept our Academic Honesty Pledge. Click the button below to start this process.", - "" - ], - [ - "https://i.imgur.com/HArFfMN.jpg", - "Plagio (nombre): acción y efecto de plagiar. Plagiar (verbo) - copiar en lo sustancial obras ajenas, dándolas como propias.", - "Al pulsar el botón siguiente, juras que todo el código en tus soluciones a los desafíos A) es código que tú o tu compañero escribieron personalmente, o B) proviene de librerías de código abierto como jQuery, o C) ha sido claramente atribuido a sus autores originales. También nos otorgas el permiso para auditar tus soluciones a los desafíos y revocar tu certificado si encontramos evidencia de plagio.", - "#" - ], - [ - "https://i.imgur.com/rx2gKfB.jpg", - "An image of the text \"JavaScript Algorithms and Data Structures requirements\"", - "Let's confirm that you have completed all of our basic and intermediate algorithm scripting challenges. Click the button below to verify this.", - "#" - ], - [ - "https://i.imgur.com/16SIhHO.jpg", - "Una imagen de la palabra \"Congratulations\"", - "¡Felicitaciones! Hemos agregado tu certificado de Desarrollo de interfaces a tu portafolio. A menos que elijas no mostrar tus soluciones, este certificado será públicamente visible y verificable.", - "" - ] - ], - "title": "Reclama tu certificado de Desarrollo de interfaces" - } - } - } - ] -} \ No newline at end of file