Summary
π Bugs to fix:
- Ending whitespaces ignored
- Concatenation
How to do?
See README
Tasks Assigned
Ending whitespaces ignored
Bug/Suggestion for improvementgrading seems to ignore the extra 3 lines of space that i typed in, and said the answer is correct. Are we stripping the white space when grading. Do we care about those things, the answer is technically wrong but the grading say it is right. (are we that nitpicky?)Screenshot page #280Explanation/exercise?https://academy.aubot.com/exercise/G0005 (may apply to all code input question when it comes to dealing with white space. Not sure am i being nitpicky or not?)TypeUI/Code bug
Concatenation
Bug/Suggestion for improvementConcatenation should work as all β + β and β+β and β +β - not just β + β. This applies to G0031 - G0040Screenshot page #422Explanation/exercise?https://academy.aubot.com/exercise/G0031TypeUI/Code bug
Concatenation
Bug/Suggestion for improvementThis says that the + concatenation is in the wrong place - itβs not in the wrong place. Itβs that there should be a space bar before the word βbecomesβ and there isnβt. So the error message here is wrong.Screenshot page #423Explanation/exercise?https://academy.aubot.com/exercise/G0032TypeUI/Code bug
Concatenation
Bug/Suggestion for improvementThis is a bug within the second sentence (space bar at the end of the sentence). This is not a concatenation + bug like the computer reportsScreenshot page #424Explanation/exercise?https://academy.aubot.com/exercise/G0036TypeUI/Code bug
Concatenation
Bug/Suggestion for improvementGiven code, missing a space after βeitherβ.Screenshot page #411Explanation/exercise?https://academy.aubot.com/exercise/G0036TypeUI/Code bug
Concatenation
Bug/Suggestion for improvementShould be missing "" not Unclosed ""Screenshot page #411Explanation/exercise?https://academy.aubot.com/exercise/G0046TypeUI/Code bug