chore: update challengeType 10 to hidden

This commit is contained in:
Mrugesh Mohapatra
2020-05-25 19:18:47 +05:30
parent 82a929681f
commit cdabd90736
17 changed files with 63 additions and 46 deletions

View File

@ -2,6 +2,7 @@
id: 5e44412c903586ffb414c94c id: 5e44412c903586ffb414c94c
title: Arithmetic Formatter title: Arithmetic Formatter
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -52,8 +53,8 @@ tests:
```js ```js
/** /**
Backend challenges don't need solutions, Backend challenges don't need solutions,
because they would need to be tested against a full working project. because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more. Please check our contributing guidelines to learn more.
*/ */
``` ```

View File

@ -2,6 +2,7 @@
id: 5e44413e903586ffb414c94e id: 5e44413e903586ffb414c94e
title: Budget App title: Budget App
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -52,8 +53,8 @@ tests:
```js ```js
/** /**
Backend challenges don't need solutions, Backend challenges don't need solutions,
because they would need to be tested against a full working project. because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more. Please check our contributing guidelines to learn more.
*/ */
``` ```

View File

@ -2,6 +2,7 @@
id: 5e444147903586ffb414c94f id: 5e444147903586ffb414c94f
title: Polygon Area Calculator title: Polygon Area Calculator
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -52,8 +53,8 @@ tests:
```js ```js
/** /**
Backend challenges don't need solutions, Backend challenges don't need solutions,
because they would need to be tested against a full working project. because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more. Please check our contributing guidelines to learn more.
*/ */
``` ```

View File

@ -2,6 +2,7 @@
id: 5e44414f903586ffb414c950 id: 5e44414f903586ffb414c950
title: Probability Calculator title: Probability Calculator
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -18,7 +19,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -50,8 +51,8 @@ tests:
```js ```js
/** /**
Backend challenges don't need solutions, Backend challenges don't need solutions,
because they would need to be tested against a full working project. because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more. Please check our contributing guidelines to learn more.
*/ */
``` ```

View File

@ -2,6 +2,7 @@
id: 5e444136903586ffb414c94d id: 5e444136903586ffb414c94d
title: Time Calculator title: Time Calculator
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -18,7 +19,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -50,8 +51,8 @@ tests:
```js ```js
/** /**
Backend challenges don't need solutions, Backend challenges don't need solutions,
because they would need to be tested against a full working project. because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more. Please check our contributing guidelines to learn more.
*/ */
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f7e5ac417301a38fb929 id: 5e46f7e5ac417301a38fb929
title: Demographic Data Analyzer title: Demographic Data Analyzer
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f7e5ac417301a38fb928 id: 5e46f7e5ac417301a38fb928
title: Mean-Variance-Standard Deviation Calculator title: Mean-Variance-Standard Deviation Calculator
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f7f8ac417301a38fb92a id: 5e46f7f8ac417301a38fb92a
title: Medical Data Visualizer title: Medical Data Visualizer
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f802ac417301a38fb92b id: 5e46f802ac417301a38fb92b
title: Page View Time Series Visualizer title: Page View Time Series Visualizer
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e4f5c4b570f7e3a4949899f id: 5e4f5c4b570f7e3a4949899f
title: Sea Level Predictor title: Sea Level Predictor
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f979ac417301a38fb932 id: 5e46f979ac417301a38fb932
title: Port Scanner title: Port Scanner
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -51,8 +52,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f983ac417301a38fb933 id: 5e46f983ac417301a38fb933
title: SHA-1 Password Cracker title: SHA-1 Password Cracker
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional part of the Python curricu
</li> </li>
<li> <li>
<a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours) <a href='https://www.freecodecamp.org/news/learn-python-basics-in-depth-video-course/'>Learn Python Video Course</a> (2 hours)
</li> </li>
<ul> <ul>
</section> </section>
@ -50,8 +51,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f8e3ac417301a38fb92f id: 5e46f8e3ac417301a38fb92f
title: Book Recommendation Engine using KNN title: Book Recommendation Engine using KNN
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -11,7 +12,7 @@ In this challenge, you will create a book recommendation algorithm using K-Neare
You will use the Book-Crossings dataset. This dataset contains 1.1 million ratings (scale of 1-10) of 270,000 books by 90,000 users. You will use the Book-Crossings dataset. This dataset contains 1.1 million ratings (scale of 1-10) of 270,000 books by 90,000 users.
You can access <a href='https://colab.research.google.com/drive/1TDgXyXqZwsiGlnuF-bmQ2Rh3x5NcrHEn' target='_blank'>the full project instructions and starter code on Google Colaboratory</a>. You can access <a href='https://colab.research.google.com/drive/1TDgXyXqZwsiGlnuF-bmQ2Rh3x5NcrHEn' target='_blank'>the full project instructions and starter code on Google Colaboratory</a>.
After going to that link, create a copy of the notebook either in your own account or locally. Once you complete the project and it passes the test (included at that link), submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link." After going to that link, create a copy of the notebook either in your own account or locally. Once you complete the project and it passes the test (included at that link), submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link."
@ -22,7 +23,7 @@ We are still developing the interactive instructional content for the machine le
</li> </li>
<li> <li>
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a> <a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
</li> </li>
<ul> <ul>
</section> </section>
@ -53,8 +54,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f8dcac417301a38fb92e id: 5e46f8dcac417301a38fb92e
title: Cat and Dog Image Classifier title: Cat and Dog Image Classifier
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional content for the machine le
</li> </li>
<li> <li>
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a> <a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
</li> </li>
<ul> <ul>
</section> </section>
@ -51,8 +52,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f8edac417301a38fb930 id: 5e46f8edac417301a38fb930
title: Linear Regression Health Costs Calculator title: Linear Regression Health Costs Calculator
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -22,7 +23,7 @@ We are still developing the interactive instructional content for the machine le
</li> </li>
<li> <li>
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a> <a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
</li> </li>
<ul> <ul>
</section> </section>
@ -53,8 +54,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f8edac417301a38fb931 id: 5e46f8edac417301a38fb931
title: Neural Network SMS Text Classifier title: Neural Network SMS Text Classifier
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -20,7 +21,7 @@ We are still developing the interactive instructional content for the machine le
</li> </li>
<li> <li>
<a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a> <a href='https://www.youtube.com/playlist?list=PLWKjhJtqVAblStefaz_YOVpDWqcRScc2s'>Machine learning playlist</a>
</li> </li>
<ul> <ul>
</section> </section>
@ -51,8 +52,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```

View File

@ -2,6 +2,7 @@
id: 5e46f8d6ac417301a38fb92d id: 5e46f8d6ac417301a38fb92d
title: Rock Paper Scissors title: Rock Paper Scissors
challengeType: 10 challengeType: 10
isHidden: true
isRequired: true isRequired: true
--- ---
@ -42,8 +43,8 @@ tests:
<section id='solution'> <section id='solution'>
```py ```py
# Python challenges don't need solutions, # Python challenges don't need solutions,
# because they would need to be tested against a full working project. # because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more. # Please check our contributing guidelines to learn more.
``` ```