Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I often correct teachers. I corrected mine during an exam, because he made two mistakes. Told us to find the youngest one, but the API we were submitting to (program was supposed to fetch data and instructions and submit it automatically) asked for the index with the largest value in an array, while checking for the lowest one instead (only found that out by testing). Has to be done nicely though, because of course, we are humans, so we can relate to making mistakes like that.
-
Parzi88335y@ScriptCoded like I said, I invoked CMD from in Powershell as fuck Powershell. I can't "open command prompt here" anymore...
-
How does one write a test and then fail to accurately test their students?
Damaging your students confidence in you makes students not want to listen to you.
This infuriates me.
P. S. Correcting them is fine, just don't be a butt about it.
P. P. S I am aware of the irony -
@stonestorm it's really not that deep dude. Professors are human too and when you are at something for a long time mistakes are harder to find.
Let's get your panties untangled and come down a bit dude. As a student I don't look at a professor as stupid because they made a mistake. If you do that, then you're a wee bit of a condescending douchebag. -
@Stuxnet Might well depend on circumstance i'd imagine. At 10K a year for education where I am, I expect it to be right.
-
@stonestorm right because professors aren't human at allllllll.
Gimme a break dude. That's the most bullshit thing I've seen in quite some time. -
Parzi88335y@stonestorm the tests can be auto-generated from Quora or OCR'd tests or similar shit, so this may have been a case of reading 3 questions in, going "close enough", and importing the whole fucking thing. Teacher thanked me and fixed it.
-
Parzi88335y@AlgoRythm it's not even Powershell 6, either, it yells at me to install the new one when started. (Also, again, you can invoke CMD in Powershell...)
-
@kescherRant "youngest one"
Ok, so the API gave us back an array in this format:
[
{
"name": "Sample text",
"dateOfBirth" : "2000-01-01"
},
{...},
...
]
and the "dateOfBirth" was the value we were supposed to check for in my original comment
Is it okay to correct a teacher? Even when a test is involved?
rant