Browse Source

ascii-art-corrections

content-update
lee 5 years ago
parent
commit
adbe73ccb1
  1. 4
      subjects/ascii-art/ascii-art-fs.en.md
  2. 24
      subjects/ascii-art/ascii-art-justify.audit.en.md

4
subjects/ascii-art/ascii-art-fs.en.md

@ -33,7 +33,7 @@ student@ubuntu:~/ascii-art$ ./ascii-art "hello" standard
|_| |_| \___| |_| |_| \___/
student@ubuntu:~/ascii-art$ ./ascii-art "Hello There" shadow
student@ubuntu:~/ascii-art$ ./ascii-art "Hello There!" shadow
_| _| _| _| _|_|_|_|_| _| _|
_| _| _|_| _| _| _|_| _| _|_|_| _|_| _| _|_| _|_| _|
@ -42,7 +42,7 @@ _| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _|_| _| _| _| _|_|_| _| _|_|_| _|
student@ubuntu:~/ascii-art$ ./ascii-art "Hello There" thinkertoy
student@ubuntu:~/ascii-art$ ./ascii-art "Hello There!" thinkertoy
o o o o o-O-o o
| | | | | | o

24
subjects/ascii-art/ascii-art-justify.audit.en.md

@ -1,39 +1,39 @@
#### Functional Project Questions
##### Try passing as arguments `left standard --align=right`
##### Try passing as arguments `"left standard --align=right"`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `right standard --align=left`
##### Try passing as arguments `"right standard --align=left"`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `hello shadow --align=center`
##### Try passing as arguments `"hello shadow --align=center"`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"1 Two 4" shadow --align=justify`
##### Try passing as arguments `""1 Two 4" shadow --align=justify"`
###### Does it displays the correct result justified?
##### Try passing as arguments `23/32 standard --align=right`
##### Try passing as arguments `"23/32 standard --align=right"`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `ABCabc123 thinkertoy--align=right`
##### Try passing as arguments `"ABCabc123 thinkertoy--align=right"`
###### Does it displays the correct result at the right side?
##### Try passing as arguments `!#$%&" thinkertoy --align=cente`
##### Try passing as arguments `"!#$%&" thinkertoy --align=cente"`
###### Does it displays the correct result at the center?
##### Try passing as arguments `"23Hello World!" standard --align=left`
##### Try passing as arguments `""23Hello World!" standard --align=left"`
###### Does it displays the correct result at the left side?
##### Try passing as arguments `"HELLO there HOW are YOU?!" thinkertoy --align=justify`
##### Try passing as arguments `""HELLO there HOW are YOU?!" thinkertoy --align=justify"`
###### Does it displays the correct result justified?
##### Try passing as arguments `"a -> A b -> B c -> C" shadow --align=right`
##### Try passing as arguments `""a -> A b -> B c -> C" shadow --align=right"`
###### Does it displays the correct result at the right side?
###### Try reducing the terminal window and run `abcd shadow --align=right`
##### Try reducing the terminal window and run `"abcd shadow --align=right"`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
###### Try reducing the terminal window and run `ola standard --align=center`
##### Try reducing the terminal window and run `"ola standard --align=center"`
###### Does the representation adapt to the terminal size displaying the right result in the right side?
#### Basic

Loading…
Cancel
Save