TwilioQuest / twilioquest-dev-fundamentals

MIT License
0 stars 2 forks source link

Clarify language of question in cd objective #51

Open bld010 opened 1 year ago

bld010 commented 1 year ago

https://github.com/TwilioQuest/twilioquest-dev-fundamentals/blob/c9b6d48f9f38df4ccc2571f62ba15812f0e93e4c/levels/tower_of_knowledge/objectives/fs-04-cd/objective.json#L9

The question asks for the "present working directory", which technically would be the name of the directory, not the path. The correct answer is the path to the working directory. I propose either changing the question to "What is the path of the present working directory in scenario # 1?" or changing the correct answer to the name of the directory (rather than the path).

Similarly: https://github.com/TwilioQuest/twilioquest-dev-fundamentals/blob/c9b6d48f9f38df4ccc2571f62ba15812f0e93e4c/levels/tower_of_knowledge/objectives/fs-04-cd/objective.json#L15

I propose changing the question to include the words "path of the" or changing the expected response to the directory name.