I’m not questioning that you should read all the questions, I’m saying it’s ambiguous what you should do if you’re given the following task list:
1) read all tasks
2) do x
3) do y
4) do z
5) now that you have read all tasks, just write your name and do nothing
I don’t understand why I should not do x,y,z. Task 1 is telling me to read all tasks, not to execute any. Why should one, when reading 5), decide to execute that particular one, but not the other ones?
To me, the correct procedure would be to read all tasks (task 1), then continue executing task 2), etc.