diff --git a/subjects/ascii-art-web/ascii-art-web-export-file.en.md b/subjects/ascii-art-web/ascii-art-web-export-file.en.md index 54e0a666d..56fc79040 100644 --- a/subjects/ascii-art-web/ascii-art-web-export-file.en.md +++ b/subjects/ascii-art-web/ascii-art-web-export-file.en.md @@ -22,5 +22,6 @@ This project will help you learn about : ### Instructions - The web server must export at least in one export format. +- The web server must be created in **Go**. - You must handle website errors. - The code must respect the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md). diff --git a/subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md b/subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md index 24170b6d6..44f13841f 100644 --- a/subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md +++ b/subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md @@ -5,7 +5,7 @@ ###### Is the design [responsive](https://smallbiztrends.com/2013/05/what-is-responsive-web-design.html)? (when you change the width/ height of the page, is the site consistent?) ###### Is the design [interactive](https://en.m.wikipedia.org/wiki/Interactive_design)? (does it interact with the actions of the user?) -#### General Requirements +#### General ###### +Is it easy to use the web site? ###### +Does it have a background? diff --git a/subjects/ascii-art/ascii-art-color.audit.en.md b/subjects/ascii-art/ascii-art-color.audit.en.md index c334f736c..c330c99ac 100644 --- a/subjects/ascii-art/ascii-art-color.audit.en.md +++ b/subjects/ascii-art/ascii-art-color.audit.en.md @@ -17,7 +17,7 @@ ##### Try passing as arguments `"RGB()" --color=blue`, in order to color just the B. ###### Does it display the expected result? -#### General Requirements +#### General ##### +Is it easy/intuitive to specify letter(s) to be coloured? ##### +Can you use more than one color in the same string?