Module 3 - Assignment 2 - Not enough instructions

Instructions for Assignment 2 indicates:

Identify why the script fails to execute and fix the issue to generate outputs identical to data_example.csv and schedule_example.json .

{“1”: {“schedule”: [“Tuesday”, “Friday”, “Monday”]}, “2”: {“schedule”: [“Tuesday”, “Friday”, “Wednesday”]}}

“schedule” field has a random order, there is no way to make the exact same output without hardcoding. I know which script to modify but it’s not obvious the “behavior” the script must fulfill.

Is this really the intention of the exercise? I believe not. I believe the idea here migrating the libraries and that’s all. If this is a bug, can you fix this?

Anyone experiencing the same issue?

The intention is to update the imported libraries and fix some code in the .py files after the update has been performed. I don’t know about these aspects you mention here but after i did the above I passed all tests!