From 840b6de8af18bf811988c9c37c4efaf9e611b127 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 30 Dec 2019 13:42:08 +0000 Subject: [PATCH 1/4] questions ascii-web-stylize --- .../ascii-art-web-stylize.audit.en.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 subjects/ascii-art-web/ascii-art-web-stylize.audit.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 new file mode 100644 index 000000000..6f38dd0f3 --- /dev/null +++ b/subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md @@ -0,0 +1,22 @@ +#### Functional Project Questions + +##### Does the colors used allow you to see the text properly? +##### Is the design consistent? (examples: every page follows the same pallete of colors, is all centered or is it everything aligned to the right, etc.) +##### Is the design responsive? (when you change the width/ height of the page, is the site consistent?) +##### Is the design interactive? (does it interact with the actions of the user?) + +##### +Is it easy to use the web site? +##### +Does it have a background? + +#### Basic + +###### +Does the project runs quickly and effectively (Favoring of recursive, no unnecessary data requests, etc.)? +###### +Is the output of the program well structured? Does any letter seems to be out of line? +###### +Is there a test file for this code? +###### +Are the tests checking each possible case? +###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)? + +#### Social + +###### +Did you learn anything from this project? +###### +Would you recommend/nominate this program as an example for the rest of the school? From 81bf6bf8b4b5d1c0149d541eabf7c669cc26252a Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 30 Dec 2019 15:38:44 +0000 Subject: [PATCH 2/4] links to questions --- .../ascii-art-web/ascii-art-web-stylize.audit.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 6f38dd0f3..ec947c851 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 @@ -1,12 +1,12 @@ #### Functional Project Questions -##### Does the colors used allow you to see the text properly? -##### Is the design consistent? (examples: every page follows the same pallete of colors, is all centered or is it everything aligned to the right, etc.) -##### Is the design responsive? (when you change the width/ height of the page, is the site consistent?) -##### Is the design interactive? (does it interact with the actions of the user?) +###### Does the colors used allow you to see the text properly (ex: you can't see yellow text in a white background that well)? +###### Is the design [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/)? (examples: every page follows the same palette of colors, is all centered or is it everything aligned to the right, etc.) +###### 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?) -##### +Is it easy to use the web site? -##### +Does it have a background? +###### +Is it easy to use the web site? +###### +Does it have a background? #### Basic From 0dd80037ef931390cd92b45d3c3cb6f40fa27607 Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Mon, 30 Dec 2019 15:46:12 +0000 Subject: [PATCH 3/4] links to questions --- .../ascii-art-web/ascii-art-web-stylize.audit.en.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 6f38dd0f3..825bea3a9 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 @@ -1,12 +1,13 @@ #### Functional Project Questions -##### Does the colors used allow you to see the text properly? -##### Is the design consistent? (examples: every page follows the same pallete of colors, is all centered or is it everything aligned to the right, etc.) -##### Is the design responsive? (when you change the width/ height of the page, is the site consistent?) -##### Is the design interactive? (does it interact with the actions of the user?) +###### Does the colors used allow you to see the text properly (ex: you can't see yellow text in a white background that well)? +###### Is the design [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/)? (examples: every page follows the same palette of colors, is all centered or is it everything aligned to the right, etc.) +###### 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?) -##### +Is it easy to use the web site? -##### +Does it have a background? + +###### +Is it easy to use the web site? +###### +Does it have a background? #### Basic From 3623a1fcc315dafa73051168b90a326d720376e9 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 30 Dec 2019 18:03:04 +0000 Subject: [PATCH 4/4] general requirements questions --- subjects/ascii-art-web/ascii-art-web-stylize.audit.en.md | 2 ++ 1 file changed, 2 insertions(+) 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 ec947c851..24170b6d6 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,6 +5,8 @@ ###### 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 + ###### +Is it easy to use the web site? ###### +Does it have a background?