From 74430b3ec3828e3a66e5a748fe6e0dbde6988007 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 25 May 2020 19:30:11 +0530 Subject: [PATCH] chore: update new IS, QA challenge 4 to hidden --- .../american-british-translator.english.md | 5 +++-- .../quality-assurance-projects/sudoku-solver.english.md | 5 +++-- .../secure-real-time-multiplayer-game.english.md | 7 ++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/american-british-translator.english.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/american-british-translator.english.md index 6fd16eee21..cbeba97d66 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/american-british-translator.english.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/american-british-translator.english.md @@ -2,6 +2,7 @@ id: 5e601c0d5ac9d0ecd8b94afe title: American British Translator challengeType: 4 +isHidden: true isRequired: true --- @@ -55,8 +56,8 @@ tests: ```js /** - Backend challenges don't need solutions, - because they would need to be tested against a full working project. + Backend challenges don't need solutions, + because they would need to be tested against a full working project. Please check our contributing guidelines to learn more. */ ``` diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.english.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.english.md index a7847e566d..a001d9709d 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.english.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.english.md @@ -2,6 +2,7 @@ id: 5e601bf95ac9d0ecd8b94afd title: Sudoku Solver challengeType: 4 +isHidden: true isRequired: true --- @@ -51,8 +52,8 @@ tests: ```js /** - Backend challenges don't need solutions, - because they would need to be tested against a full working project. + Backend challenges don't need solutions, + because they would need to be tested against a full working project. Please check our contributing guidelines to learn more. */ ``` diff --git a/curriculum/challenges/english/09-information-security/information-security-projects/secure-real-time-multiplayer-game.english.md b/curriculum/challenges/english/09-information-security/information-security-projects/secure-real-time-multiplayer-game.english.md index 58002c1595..ecd4bed89b 100644 --- a/curriculum/challenges/english/09-information-security/information-security-projects/secure-real-time-multiplayer-game.english.md +++ b/curriculum/challenges/english/09-information-security/information-security-projects/secure-real-time-multiplayer-game.english.md @@ -2,12 +2,13 @@ id: 5e601c775ac9d0ecd8b94aff title: Secure Real Time Multiplayer Game challengeType: 4 +isHidden: true isRequired: true --- ## Description
-Develop a 2D real time multiplayer game using the HTML Canvas API and Socket.io that is functionally similar to this: add-glitch-url. +Develop a 2D real time multiplayer game using the HTML Canvas API and Socket.io that is functionally similar to this: add-glitch-url. Working on this project will involve you writing your code on Glitch on our starter project. After completing this project you can copy your public glitch url (to the homepage of your app) into this screen to test it! Optionally you may choose to write your project on another platform but it must be publicly visible for our testing. @@ -77,8 +78,8 @@ tests: ```js /** - Backend challenges don't need solutions, - because they would need to be tested against a full working project. + Backend challenges don't need solutions, + because they would need to be tested against a full working project. Please check our contributing guidelines to learn more. */ ```