Comment by Sesse__
Comment by Sesse__ 3 days ago
My physics professor told us once about a lab he had to do when he was a student himself, about measuring the adiabatic gas constant of air. The workload at that point was immense, so lots of students would just write a report and give the textbook answer—and be marked wrong.
It turned out the TA had sabotaged the experiment by putting alcohol in the bottom of the (dark glass) measurement bottle, so the measurement would be of the constant of “air with a fair amount of alcohol vapor in it”, which would give a different constant. And if you actually did the exercise, you'd get that “wrong” number, and that would be the only way to get the lab approved.
That would be a very valuable lab, IF students hadn't been explicitly trained in opposite behaviour for a decade by then.
I lived a very similar experience:
My 4th year computer science professor in software engineering assigned us a four-phase programming assignment for the semester.
My teammate and I spent several sleepless days on the first assignment, and felt some of the requirements were contradictory. Finally we reached out to the professor, and he formally clarified the requirements. We asked him, "well OK, if requirements are unclear, what are we as students supposed to DO?!?" and he answered - exactly what you did; ask the user/client for clarification. "OK, but what if we hadn't, what if we just made assumptions and built on those??". And his eyes twinkled in a gentle smile.
My team mate and I had worked in the industry as summer students at this point, and felt this was the best most realistic course university has offered - not the least because after every phase, you had to switch code with a different team and complete next phase on somebody else's (shoddy, broken, undocumented) code. This course was EXACTLY what "real world" was like - but rest of the class was trained on "Assignment 1, question 1, subquestion A", and wrote a letter of complaint to the Dean.
I understood their perspective, but boy, were they in for a surprise when they joined the workforce :)