swirldev / swirl_courses

:mortar_board: A collection of interactive courses for the swirl R package.
http://swirlstats.com
Other
4.32k stars 7.24k forks source link

Swirl course 9 accepts wrong answers. #472

Open ahsan-rahim opened 3 years ago

ahsan-rahim commented 3 years ago

AAMD C9 Bug1 In this case, out of habit of being a python programmer, I had used -1 to get to the last index, which is supposed to be incorrect, swirl did acknowledge that it is incorrect, however moved on to the next part.


The 2nd instance I found was in the mad_libs function where I did not pass in named arguments and the output string just returned blanks in place of the args variables , however SWIRL accepted it as a correct submission.

AAMD C9 Bug2

Hope it helps. Cheers!