From 6283128e4adedb6c80168f8de0e71ef60f6890ad Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 24 Mar 2022 14:37:24 +0000 Subject: [PATCH] fixing structure of the bonus question --- subjects/ascii-art-web/audit/README.md | 20 ++++++++++---------- subjects/ascii-art-web/dockerize/audit.md | 20 ++++++++++---------- subjects/guess-it-1/audit/README.md | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/subjects/ascii-art-web/audit/README.md b/subjects/ascii-art-web/audit/README.md index 8ae5fad8..a71ad884 100644 --- a/subjects/ascii-art-web/audit/README.md +++ b/subjects/ascii-art-web/audit/README.md @@ -100,26 +100,26 @@ o-o-o o--o o-o o o o o-o | | o o #### General -###### [+] Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? +###### +Does the server present all the needed [handlers and patterns](https://golang.org/pkg/net/http/#HandleFunc) for the http requests? #### Basic -###### [+] Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Are the instructions in the website clear? +###### +Are the instructions in the website clear? -###### [+] Does the project run using an API? +###### +Does the project run using an API? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Can it be open-sourced / be used for other sources? +###### +Can it be open-sourced / be used for other sources? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/ascii-art-web/dockerize/audit.md b/subjects/ascii-art-web/dockerize/audit.md index e3618694..540b8713 100644 --- a/subjects/ascii-art-web/dockerize/audit.md +++ b/subjects/ascii-art-web/dockerize/audit.md @@ -49,26 +49,26 @@ student$ #### General -###### [+] Does the project present a script to build the images and containers? (using a script to simplify the build) +###### +Does the project present a script to build the images and containers? (using a script to simplify the build) #### Basic -###### [+] Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) +###### +Does the server run quickly and effectively? (Favoring recursive, no unnecessary data requests, etc) -###### [+] Does the code obey the [good practices](../../good-practices/README.md)? +###### +Does the code obey the [good practices](../../good-practices/README.md)? -###### [+] Is there a test file for this code? +###### +Is there a test file for this code? -###### [+] Are the tests checking each possible case? +###### +Are the tests checking each possible case? -###### [+] Are the instructions in the website clear? +###### +Are the instructions in the website clear? -###### [+] Does the project run using an API? +###### +Does the project run using an API? #### Social -###### [+] Did you learn anything from this project? +###### +Did you learn anything from this project? -###### [+] Can it be open-sourced / be used for other sources? +###### +Can it be open-sourced / be used for other sources? -###### [+] Would you recommend/nominate this program as an example for the rest of the school? +###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/guess-it-1/audit/README.md b/subjects/guess-it-1/audit/README.md index 9f839018..3c7c487b 100644 --- a/subjects/guess-it-1/audit/README.md +++ b/subjects/guess-it-1/audit/README.md @@ -20,4 +20,4 @@ ##### Try running the student program against the `nic` program, using `Data 1`, `Data 2` and `Data 3` 3 times each. -###### [+] Did the student won against `nic` most of the times (at least 2 out of 3 times for each)? +###### +Did the student won against `nic` most of the times (at least 2 out of 3 times for each)?