From d6cccebba5e7d7678d98eaddb2debf8105912124 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 25 Jan 2024 15:23:15 +0000 Subject: [PATCH] feat(guess-it-2): update support file provided to test project --- subjects/guess-it-2/README.md | 4 ++-- subjects/guess-it-2/audit/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/guess-it-2/README.md b/subjects/guess-it-2/README.md index 213bd40c..a58b2d2d 100644 --- a/subjects/guess-it-2/README.md +++ b/subjects/guess-it-2/README.md @@ -66,9 +66,9 @@ Here is a following example of the script, assuming that the program is called ` node ./student/solution.js ``` -You can choose in which language you want to build your program. +You can choose one of the following languages to build your program: Golang, JS, rust, python. -If you fail one of these steps, the test will not work. So we advise you to run the test by downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it.zip) containing the tester. You should place the `student/` folder in the root directory of the items provided and read its instructions. The data sets used to test this exercise will be `Data 4` and `Data 5`. +If you fail one of these steps, the test will not work. So we advise you to run the test by downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it-dockerized.zip) containing the tester. You should place the `student/` folder in the root directory of the items provided and read its instructions. The data sets used to test this exercise will be `Data 4` and `Data 5`. This project will help you learn about: diff --git a/subjects/guess-it-2/audit/README.md b/subjects/guess-it-2/audit/README.md index 5d7ed973..8d274c1e 100644 --- a/subjects/guess-it-2/audit/README.md +++ b/subjects/guess-it-2/audit/README.md @@ -1,6 +1,6 @@ #### Functional -##### After downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 4`. +##### After downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it-dockerized.zip) containing a tester, follow its instructions (present in the README) in order to test the student program against the `big-range` program 3 times using the `Data 4`. ###### Did the student won against `big-range` most of the times (at least 2 out of 3 times)?