From 13e5a6970adff201b2bd55880ca49afdf51f7d7b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Jun 2021 03:24:51 +0100 Subject: [PATCH 1/2] added video hint to each first exercise of piscine --- subjects/fibonacci2/README.md | 4 ++++ subjects/hello-there/README.md | 4 ++++ subjects/how-2-js/README.md | 4 ++++ subjects/introduction/README.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/subjects/fibonacci2/README.md b/subjects/fibonacci2/README.md index dd05a6fc..c3a0bd48 100644 --- a/subjects/fibonacci2/README.md +++ b/subjects/fibonacci2/README.md @@ -8,6 +8,10 @@ This functions receives a number `n` and returns the nth number in the fibonacci The Fibonacci Series starts like this: 0, 1, 1, 2, 3, 5, 8, 13 etc... +### Recommendation + +Videos designed to give **hints** are assigned to each quest. It is strongly suggested to watch them as you go. + ### Notions - [Primitives](https://doc.rust-lang.org/stable/rust-by-example/primitives.html) diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md index 884233e6..9326d16c 100644 --- a/subjects/hello-there/README.md +++ b/subjects/hello-there/README.md @@ -114,6 +114,10 @@ JS file that is a program that displays the exact text `Hello There !`, any `Num > Don't forget to commit and push the file to the servers +### Recommendation + +Videos designed to give **hints** are assigned to each quest. It is strongly suggested to watch them as you go. + ### You will learn about - Terminal diff --git a/subjects/how-2-js/README.md b/subjects/how-2-js/README.md index 7d3eab84..f99ddf4d 100644 --- a/subjects/how-2-js/README.md +++ b/subjects/how-2-js/README.md @@ -43,3 +43,7 @@ Great ! you are all set, if you want to re-execute your script, just refresh. You now just have to create a repository named `[[ROOT]]`, which will hold all your solutions for this piscine and just add your 2 generated files to it, we will start slow for now... 🐢 + +### Recommendation + +Videos designed to give **hints** are assigned to each quest. It is strongly suggested to watch them as you go. diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index 639dfcec..18a2fc1b 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -63,3 +63,7 @@ After that the `hello.sh` is executing correctly, it needs to be uploaded to the Once these steps are applied, the file can now be submitted for grading on the platform by clicking on the "RUN INTRODUCTION TEST..." button. This action will run the tests on your submitted `hello.sh` file. + +### Recommendation + +Videos designed to give **hints** are assigned to each quest. It is strongly suggested to watch them as you go. From e2aae2fca3191cc07d5155af5dbc77364f73bd72 Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Tue, 8 Jun 2021 19:00:34 +0100 Subject: [PATCH 2/2] Remind that there are english and french subtitles available --- subjects/introduction/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/introduction/README.md b/subjects/introduction/README.md index 18a2fc1b..d6b468b4 100644 --- a/subjects/introduction/README.md +++ b/subjects/introduction/README.md @@ -67,3 +67,5 @@ This action will run the tests on your submitted `hello.sh` file. ### Recommendation Videos designed to give **hints** are assigned to each quest. It is strongly suggested to watch them as you go. + +There is subtitles available in French and English.