Hacker News new | past | comments | ask | show | jobs | submit login
Protect student privacy: ban eproctoring (baneproctoring.com)
524 points by giuliomagnifico on July 9, 2021 | hide | past | favorite | 313 comments



Just to throw it out there, I graduated during the pandemic, and it was so frustrating not only the amount of cheating that occurred, which meant that if you didn't cheat you fell behind; but also how professors responded. I had a few professors who made exams ridiculously hard with strict time limits, just because they expected people to cheat. So the exams were designed in a way they cheating was the only way to get through it, which just encouraged more people to cheat. Not to say every person cheated, or every professor designed tests to be harder, but both groups were larger than you'd expect.

The good news is I think that with classes being in person again things will go relatively back to normal. Honestly I don't think I can fault students who cheated during the pandemic, it was just so abnormal that most people did whatever they had to to cope.


I had an experience like this in Numerical Methods in university years ago.

The exams were incredibly difficult for bad reasons: you had to calculate many iterations of an algorithm by hand. You also had to memorize a bunch of algorithms (rather than understanding how they worked or how to modify them to solve different problems).

The professor also had a "can't do anything about it" attitude, and so the entire class was blatantly cheating as a result, and I got the worst grade of my academic career.

It sort of broke the camel's back for me; I consider our current approach to academics to be fundamentally broken.

It's harder to design exams where people cannot cheat, but it's certainly possible. Randomize the orders of questions on the test. Have multiple versions the same question (e.g. in a math exam, change a 2 to a 4, or a sin to a cos). Now you have unique exams for each student.

Most importantly, design questions that require critical thinking, and allow everyone to use their computers/books/notes/whatever. That's far more representative of real life anyway.

These simple changes would both make cheating very difficult, and result in better learning: memorizing a bunch of crap the day before an exam will have basically no impact in my life. Learning how to reason critically about the subject matter will give me lasting benefits, even if that subject never comes up again.

This ProctorU stuff is just quadrupling down on a fundamentally broken approach and making it much worse.


My AP calculus teacher allowed us to use calculators on our tests. Why? Because he knew exactly how to design questions such that the calculator would switch from exact to approximation mode. So you could enter any problem on the test into the calculator, and all it would spit out is a useless answer with as many decimal places as it could handle. Of course the calculator worked fine on every homework question. But you better have still learned the material if you wanted to make it through the test.


Calculators are generally useless in Calculus. Or at least they should be. Calculus is a process, and normally you are graded on that process, not on the answer.

We were allowed calculators too, but the problems were designed that anyone even mildly good at mental math didn't need them. In theory you could teach all of calculus without ever even using numbers (perhaps except 0).


I think you need more numbers than that. At least 1, pi, and e. Definitely don’t need any numbers bigger than 4.


>Calculators are generally useless in Calculus. Or at least they should be. Calculus is a process, and normally you are graded on that process, not on the answer.

Yes.

It's been so long since I took calculus but that's the reason why we weren't allowed calculators in my Calculus class. All the formulas needed for the test were also provided (as we weren't being graded on our memorization skills either)

My professor also said don't bother doing simple arithmetic just to simplify an answer - leave it at 12/56 or whatever.

Turns out, it was a really, really great system.


It's been a while since I took calculus, but I seem to remember that a TI-89 calculator could show its steps when solving a problem.


Yeah I also had a TI-89 and you could directly type in most calc problem and get a great step by step answer. The symbolic solver on that thing was great.


Yep. We all had either TI-89 or -92. I used it to check myself after doing practice problems.


> Calculators are generally useless in Calculus. Or at least they should be.

Mathematica, on the other hand...


Wolfram Alpha and Mathematica got me through Calculus. I paid for an account because I absolutely loved the "show step by step process" feature so you could actually learn how and why you were getting various results.


In calculus a calculator can often give you the answer but you only get credit for showing the steps which the calculator can't help you with.


Just get or a program a calculator that shows steps then.


I don't follow. Do you mean to say that the calculator would produce .333333333 repeating but the student was expected to write 1/3 ?


I suspect think more along the lines of spitting out a numerical answer instead of sqrt(pi) when fed with \int_-\infty^\infty exp(-x^2) dx...


Those reciprocals are too small.

Lets see if the kids know how to multiply fractions:

factorial(256) times ( 1 divided by factorial(256) ) equals ?

And yes, there will unfortunately be kids trying to brute force it by typing it in instead of cancelling the factorial(256).


The TI-89 comes with a excellent symbolic solver that can do solve this or any calc problem and give the proper symbolic result. It can even do things like equation simplification and give the results in terms of the variables. Looks like this https://imgur.com/a/FmdCyYU


Saying any calc problem is a stretch. Just pull up the MIT integration bee and see how many the 89 can get symbolic results for.

I think the 89 is awesome for algebra because typing in an equation and doing an ans(1) with an operation will let you do the algebra process without making stupid arithmetic mistakes. I wish someone made a calculator that does this only and not one that does all the other CAS tricks for integration and derivatives. Oh and I wish they would make it RPN but that is a whole other story.


Yes, except not obvious and usually involving irrationals, so good luck figuring it out.


You must not have seen a modern home cheating rig. The student read/scrolls through the entire test to read each question, as is recommended. A small camera that sees the screen transmits the questions to a team in another room. Each team member works on one question at a time. A single person then communicates the prepared answers back to the test taker via an earpiece, one small enough that it isn't detectable on the camera. Such a rig costs a few hundred dollars at most.

Another common trick: looking at your keyboard isn't cheating. Any small display secreted on your keyboard will go unnoticed. You will just look like you aren't a great typist, someone who needs to look at the keys.

Want to go real hardcore? Cut into your laptop and send the screen/keyboard/mouse signals to a different monitor. Then you can have an actor sit in front of the webcam pretending to take the test. I doubt they are correlating keypress sounds to characters appearing on the screen... yet. As any security expert would tell you: if the attacker has unfettered access to your hardware then all bets are off.


How much does the team cost?


That would depend on the level of expertise you need. To pass a highschool calc exam, probably less than 100$. To have someone sit the LSAT for you in person, probably in the low five figures. I've never been involved with people actually being paid for such things but they do happen. Huffman allegedly paid $15,000 to get her daughter unlimited time on the SAT. Paying to have someone actually stand in would have certainly cost more.


The team could just be your own friends in the class. Each one of you gets a turn to take the test with the others helping find answers. No cost.


This is one of those situations in which it pays to have likeminded friends.


open book exams with serious thinking questions is the answer.

I had such a numerical methods exam, I had a python script ready for it. No regrets on automating something that should be automated. I understood how the method works and wrote code for it.


> I understood how the method works and wrote code for it

We were allowed (and encouraged) to write cheatsheets for most of our exams at university. However, they had to be a single sheet and handwritten.

The reasoning was that in the process of creating a cheatsheet, students would reinforce their learning. The handwriting requirement was to encourage us to write them ourselves, instead of just printing one off, and the size requirement was so that we had to think about how to distill a semester of learning instead of just trying to copy the entire textbook by hand.

I really liked the system, and I feel like it did help more than just allowing open book exams. I remember of the few exams that were open book (some even allowed us to use the internet, but with a ban on communicating with others), I usually got a worse grade, as I ended up putting less effort into studying.


I think professors should ask themselves if their exam would make a good CAPTCHA. If a machine could solve the exam easier than a human, it's a bad exam.


Calculus captchas do exist, which I guess proves the point!

https://nakedsecurity.sophos.com/2011/03/09/a-complicated-ca...


"circle all pictures that represent sqrt(pi)"


Fundamentally, what you are complaining about is teaching being under resourced: making lots of variations of questions obviously takes more effort both to create and to score so that's why it's not done. Making questions that require critical thinking is very hard because you need a very good understanding of the students mind to test the correct thing, so it's usually not done.


It's also that many teachers are underproficient.


Have you considered that memorization is a good thing?

I memorized a lot of information, but I still search just as often on google and stackoverflow whenever I needed to check something.

It also help that I don't try to memorize a bunch of a crap before an exam.


We had a particularly articulate young man in our graduating class that argued that checking the book is ultimately not cheating in the world of professional CS and software development. Rather, it’s considered being responsible. So why should we be taking tests that treat it as anomalous or cheating?

He convinced one professor, possibly two, but if he had any more luck than that, I wasn’t in those classes with him.

Most of what we do is synthesizing facts into knowledge. But I know from copious personal experience that there is a wide grey area between recalling a fact at will and forgetting it exists entirely. I am fairly good at recalling concepts in general terms. Y might be applicable in this case, but I need to check the details to be sure/explain how.

Which is also why I think banning computers from planning meetings is stupid. You want us to agree to do things without being able to spot check any of our hunches that will drastically effect our estimates? That’s a winning plan /s.


> We had a particularly articulate young man in our graduating class that argued that checking the book is ultimately not cheating in the world of professional CS and software development.

My school's CS department defaulted to allowing students to use almost any available resource (unless specifically indicated otherwise). But you were required to write down what resources you used.

So a professor might assign a whole pile of nasty algorithm proofs, and say, "You're allowed to work in groups to find the general solution. But you need to write down your group members, and you need to do your own writeups." Tests were in person but not especially proctored. The penalty for cheating was a heavy suspension and a transcript annotation, with permanent expulsion for a second offense.

This actually worked pretty well, back in the day.


Totally agree. Generally my response to that situation is usually, "wait you did that from memory without looking it up? That's super irresponsible, check your work or use an existing ___".


> I had a few professors who made exams ridiculously hard with strict time limits, just because they expected people to cheat. So the exams were designed in a way they cheating was the only way to get through it, which just encouraged more people to cheat.

That’s such a strange response to that expectation. For the class I teach, I made my exams open book, open notes, open internet and gave them a extended time to work on the exam. If they’re gonna cheat, they’re gonna cheat. Don’t fight the tide. But the questions I asked where analysis/synthesis questions that couldn’t simply be looked up, and student performance was on a bell curve with a 80 average (in line with previous years). I think a lot of professors need to embrace the situation and adapt rather than forcing a police state on students during exam times.


I had a couple professors do exactly what you did and it was much more enjoyable. I feel like I leaned a lot more in classes like that, and now that I have a real engineering job I have realized this style is a lot more accurate to what the real world is like.


> Honestly I don't think I can fault students who cheated during the pandemic, it was just so abnormal that most people did whatever they had to to cope.

Cheating is never OK. Look what that lead to. A few bad apples ruined it for the other students. People have to learn, that their behavior in such a setting does not only affect themselves. In this case it very negatively impacted everyone studying with them.


Why are we constantly surprised when people focus on the only metrics they're judged by?


>People have to learn, that their behavior in such a setting does not only affect themselves

at some point it's like defensive driving. Sure, they are at fault and an idiot, but for the sake of your own safety you shouldn't "stick to your morals" or just "hope they get theirs". Look out for yourself, because for some people that's the only person that will do it.

With that lens, yes. I don't blame people who need to do what they do for one day in some artificial environment so they aren't impacted in their transition to real world work where they are otherwise moral.


> People have to learn, that their behavior in such a setting does not only affect themselves. In this case it very negatively impacted everyone studying with them.

Except, for many competitive positions, that's a zero-sum game.


Unfortunately you are right and it probably means, that for many competitive positions the process of evaluation is not a good one.


It's a grey area.

In india, the engineering curriculum includes lot of subjects that are not useful for the students but only there because some fat belly officer thought it would be "Interdisciplinary".

Can you imagine teaching biology as a subject for engineers? waste of money and not what we have come to learn, or interested in. But colleges in India do that.

Cheating in such subjects is fair.


It’s not a grey area, it devalues the degree for everyone and betrays you as a fundamentally dishonest and low value person.


Those subjects are not there for any meaningful purpose. Imagine having a CS degree program and teaching chemistry, physics, biology and a bunch of even lesser subjects is blatant and ignorant waste of students' money.


Tell me you’re an SDE1 without telling me you’re an SDE1


In engineering school, our professors wanted to treat things like the real world (as much as you could during test time).

Their solution was to let us use whatever we wanted except other students. Cellphones, textbooks, laptop, Internet.

You had 2 hours to answer 2 or 3 questions, it was definitely reasonable if you studied... But the questions were insane.

You know how homework would be assigned 1-50 odds? These were like the problems 74 and 76, 1/4 page long and difficult, multiple parts.

That seems as similar as engineering school got to the real would outside our sophomore and senior design projects.


> it was so frustrating not only the amount of cheating that occurred

Yeah, it's crazy that cheaters are the protagonist of the ban e-proctoring story.

What if the university only admitted students who don't cheat?

How do we know that policy works for real at a place like Caltech?

Academic culture is accommodating, and you feel that way too. But universities must know that cheating harms everyone, it's a losing proposition. The right response should have been to suspend grading.


> What if the university only admitted students who don't cheat?

It’s a common fallacy to attribute behavior to innate qualities of people, rather than situations.


And yet there truly are people who are far more (or far less) honest than other people in the same situations.


For anyone interested, it's called the fundamental attribution error.


Or just grade other work that doesn't require proctoring.

Personally, I removed exams entirely in the last courses I taught in Spring 2020, and it seemed to work out OK. I had no faith that the proctoring systems would catch everything, and I had no desire to inflict them on my students in any case.


I graduated in 2000, and cheating was rampant if you knew where to look.

One variety was legal - you’d have a doctors note to get a reasonable accommodation for ADD. In the 90s, it was pretty trivial to do that. Once you had that, you were taking tests in a facility that made cheating very easy (open book) if you were motivated.


Does anyone in academia know if tests are designed on a curve? You can give a test that everyone gets 100% on (assuming they show up) and you can give a test that everyone fails. Is part of creating a test thinking about how many students in your class are capable of scoring A’s, etc or is it just a side effect


I had a highschool calculus teacher who was very explicit about designing their tests on an A/B/C system.

The idea was that the A section was the basic plug-n-chug versions of the problem that everyone should be able to get if you were even half paying attention in class; the B section is stuff that requires a bit more reasoning and analysis, and may have a pitfall or two, but they'll be things that were at least mentioned; and the C section is effectively extra credit— a problem where you needed to have a deeper understanding in order to figure out something novel about it, or like you needed to re-derive something from first principles in a way that was slightly different from what was shown in class, that kind of thing.

And the sections weren't equally weighted; I think it was usually like 50/30/20, or even 60/30/10.

Some people hated this, but I really liked how explicit it was. There was no mystery meat— the whole evaluation scheme was very open about its design and intent.


Depends on country, university and professor. In Germany, the general rule is that grading on a curve isn't allowed or at least strongly discouraged. There was a short while when such a system was acceptable, called ECTS grades (not to be confused with ECTS credits), but that was done away with in a year or so. Currently, grades are based on the lecture contents and the expectation of the lecturer for the progress a student should make. Lecturers are relatively free to do whatever they please within those bounds. If a test ends in everybody failing, tough luck, maybe next time. If that unfortunate event does repeat too often, the dean might get involved, but can't do a lot more than talk to the lecturer.


Not strictly curve grading, but when I was studying electronics one of the professors had a 9-step algorithm for processing raw scores into grades. That involved normalizing the lab scores between different reviewers (so that harshness of a particular reviewer would be compensated for). He also assigned `cos(percentage_from_other_test as radians)` instead of resits if you missed one of the tests for valid reason but had shown up on the other.

On one hand I really like the former approach and could understand the latter (organizing resits is likely a huge PITA). On the other that's the only professor I heard of that was attacked with an axe by one of his students.


> only professor I heard of that was attacked

How did that end, if it's not too weird to ask

> normalizing the lab scores between different reviewers

Sounds like a good idea to me :-)


From my experience... it varies widely. The university will have a standard, the department will, the professor will.

I had experience taking undergraduate courses at 4 institutions in the USA and of course many departments.

I had some professors that expected the grades to fall like grade school did with 90-100 % being a high percentage. Others gave 4-6 difficult multi part problems and graded on a transparent curve. Others gave difficult problems and were not transparent about the grading scheme.


If school is using grading curves that school has already failed and there is no saving it before grading system changes.


Places that take academic honesty seriously tend to find ways to not have cheating happen in the first place. Caltech is notorious for it's take-home exams for instance.

But let's look at the reality of a student at a normal institution or trying to get into college today; it's a series of high stakes exams that decides your future. And a prisoners' dilemma since as soon as someone cheats you have to do it as well just to keep up. This used to be high risk high reward but now, thanks to the pandemic, it suddenly became low risk high reward. No wonders everyone is doing it.

Really, it's a great equalizer. Pre-Pandemic, it was a common strategy to get "diagnosed" with ADHD to get extra time during exams. But for that you needed well connected parents. Now everyone can cheat.


> Honestly I don't think I can fault students who cheated during the pandemic, it was just so abnormal that most people did whatever they had to to cope.

I beg to differ. Saying that dishonesty is acceptable in certain scenarios will only motivate them to further partake in bad acts. In extreme cases, the child will end up as a criminal.


"In extreme cases, the child will end up as a criminal."

these are university students pressured to have high grades for internships/first jobs, not some impressionable elementary schooler. Thinking way too obtusely for this to be a factor and compare this to some middle schooler getting into drugs.


We employed the method of mixing the order of questions, not giving question titles, and having a pool of subtly different questions (a negation or a different constant slipped in) in order to vastly increase the amount of necessary communication to collaborate.

We had the students turn on their webcams just to discourage them sitting in the same room, which basically would negate our former efforts. Neither did we flag any behavior nor did we record anything or used some automatic software.

I believe that worked quite nicely. A few cheaters were easily spotted when they had the wrong constants in their answer.

I understand that not every course and exam style is suitable for that. But for our databases course, it was applicable.

I think that this was not much more invasive than a traditional exam. Anything more, like watching the screen, or having audio, would make me feel uncomfortable.


Especially at universities I don't see the reason for invasive e-proctoring.

When I was studying (physics, early 2000s in Germany), we didn't even have a honor system, we had the assumption that everybody is there to learn something. If you cheat, you harm yourself.

Progress was assessed by weekly excercise sheets where you were encouraged to work together with others, and to learn how to use the library to find solutions. After each semester there would be a test for each course, and you would get a certificate if passed. Attendence to lectures was usually not checked. The tests were "closed" and watched, but if you were determined you could probably have easily cheated. Anyway regular cheaters would have failed miserably at the latest in the oral exams or the lab courses.

I think a major function of universities is to teach people to be independent and responsible, and if we school-ize them we loose a lot.


The real story here is that cheating is rampant, everyone knows it, and that the universities (as opposed to individual professors) are not prepared to do what is necessary to stop it.

I'm speaking, of course, of measures like expulsion. Too much of a hit to the bottom line, too much messy litigation, and too much bad PR.

All of this is another way of making your point, which is that the core mission of universities has drifted away from idealized learning to big business and sports.

I suspect the entire thing needs to be nuked from orbit before it can be rebuilt and I'm happy to see COVID accelerating the process.


Again, I think the problem is elsewhere. Where I'm from(Poland) cheating is rampant and universities have absolutely no trouble kicking people out over it. Got caught cheating? Good bye, apply again next year. It doesn't lead to litigation or messy PR. Maybe it's because all universities are free to attend so no one can argue that they paid for something they aren't getting - all they are losing is their own time.


I went to university a bit later in life. When I was in high school smartphones weren’t a thing yet and cheating in exams was difficult and not common. At university cheating seemed rampant and easy. It was easy to spot the potential cheaters but not easy to prove they were cheating so they got away with it. You just go to the bathroom (in a long exam they can’t exactly stop you from this) and you have all your notes on your phone. There were people I’m surprised got into the university in the first place getting really good grades because of this. It was frustrating but I’m not sure what universities can do in this case. It seems to me that the “exam” process needs rethought entirely. I’m not sure how it could be changed but it is far too easy to cheat now. Like a lot of things in life too, the dishonest people tend to get away with it and manage to succeed while some portion of the honest people work very hard and struggle.


Maybe making questions that you have to think about instead of just looking up the answer would help?


You need to give a range of questions from challenging like that to easy regurgitation to discern their level of understanding and be able to assign them an appropriate grade.


Why do you need a grade at all? Fail, pass, distinction. You either know the answers because you know and understand all the material, or you have no business functioning in that field period.


More granularity is still valuable though, since in topics where deep understanding is needed, the shallower levels of understanding are required to master the deeper. E.g., you need to be able recognize an integral before you can solve them. Which in turn you need to be able to do in canned rote mechanical cases before you can handle general word problems that involve assembling and solving integrals. And not all subsequent classes or careers will necessarily require the full mastery of the topics in a class. Plus it's good to have such detailed feedback for both the student and the professor to focus on shortcomings.

Another issue with the purportedly "optimal" testing situation of creating unique challenging and deep questions for each test (and even for each student). It's difficult to make good questions. Sometimes they are too hard, are not as clear as they seem since students might misunderstand and go off in the wrong direction giving you some trivial answer to a similar-looking question. The safest questions are the most shallow. And deeper problem-solving questions may take a few iterations of "testing" (as in trying them out on exams and seeing how students do). So what seems like the best kind of question will actually be the riskiest and least-tested.


Isn't that how good tests should be written anyway?

It's like having unit tests and integration tests in software testing.


Depends on the subject. In a long form essay where you need to cite sources or technical details you could make a big difference to your score by quickly looking these up. Nobody can go into the exam blind but they can improve their answers significantly by looking up the details that others have to spend a long time trying to remember. For example in an English exam, direct quotations from literature. Or in a law exam, case names.


It sounds like the root problem is that your exam grade is boosted more by a direct quote or case name more than by your comprehension of the message from the quote or by the case name rather than the precedent established by the case.

It should not matter if you have the exact line "To be or not to be" verbatim if you can explain what Shakespeare tried to convey about suffering and the meaning of life. More importantly, you should be allowed to have the book! You can't expect to jump from confusion to comprehension by reading the whole thing during the exam.

It shouldn't matter if you can regurgitate "Miranda v. Arizona, 1966" or not if you can explain when a person is giving voluntary statements or is under custodial interrogation. Access to the full PACER database wouldn't enable you to understand those distinctions.

And as comes up here all the time, it shouldn't matter in a whiteboard interview whether you have the arguments reversed in your strcmp(), an editor, compiler, or reference (or just running the code) would show you which way it was supposed to be. The important thing is the planning, algorithm tradeoffs, data structures, and debugging process that you used to write the thing. Heck, it shouldn't even matter if you can remember that the function is called 'strcmp'.

Reliance on these factoids usually indicates that the grader is taking the easy way out - scanning for expected quotes, for case names, or compiling the code and seeing if it works or not - rather than gauging comprehension. I'll grant that it is far easier to do the former, but that's not what the goal is supposed to be.

Edit: What can't be allowed is regurgitating someone else's comprehension of the question while having none of your own. If that's a possibility, you need to either ask different questions or have some way to prevent people from accessing that explanation. Remote exams need more of the former and less of the latter.


But why should you not be allowed to look them up?

Isn't that just testing for memory rather than comprehension?


Beats me. A well designed exam asks one to apply knowledge not to regurgitate it. You should be able to look up any of the supporting information but you also need to be able to organize that information.

All of my BSc Applied Physics exams including the final (Exeter Uni. 1977) were open note and this really helped sort the competent students from those who thought that they were at university to learn facts. The latter brought fifty litre rucksacks full of notes in to the finals and without exception either failed entirely or scraped through to third class honours.

They seemed to have not realized that the faculty would not set questions that could be directly answered by looking up the question in one's notes. The best example was the final quantum mechanics paper which did not contain a single question that had a direct answer in the notes we had taken or the textbooks we had used.

My most recent exam was a C# course and that exam was open book. It wasn't as extreme as my QM final but had basically the same idea: apply what you have learnt.


> Or in a law exam, case names.

I want my lawyer to double check the sources. Even if he has the case name memorized, joe vs sally is easy to get confused with joe vs sue (or sally vs joe...), and those details are important to get right, lest I lose the case on a technicality.

There is a time to memorize details, but for the most part I want people who verify before making a statement.


How do you have your phone with you? Stash it in the bathroom? At my university the invigilators make you show what's in your pockets before and after going to the bathroom (which has itself been checked, and which has a log of people and times), and you can't take anything out (e.g. formula sheet to secretly copy somehow-bathroom-stashed notes onto) or bring anything in. Phones are in bags up the front of the room, inaccessible. The kinds of things you're talking about very rarely happens, and consequences include fines and academic penalties.


> The kinds of things you're talking about very rarely happens, and consequences include fines and academic penalties.

You are making assumptions based on your own experiences, and they are incorrect.

You have a lot of faith in for-profit entities.


That sentence is specifically describing my university, like the sentence before it. Nothing in my comment is about for-profit entities.


I'm not sure that would fly in the Western world.

Poland has a completely different culture from Western Europe or the US. It's rapidly Westernizing, but it's still a world of difference. I think it's a pity. I prefer Slavic cultures to Western. One of the things which bugs me most is how modern Poland is starting to have the same surface, insincere friendliness as the West.

- EU membership is clearly a net win, but doesn't help preserve Polish culture.

- Many of the cultural differences are not recognized on either side -- people say the same things sometimes, but it takes deep digging to understand that they mean very different things.

- Historically, Poles also looked up to and tried to emulate the West, which is part of the reason the culture is shifting so rapidly.

So the change was rapid, but far from complete.


> Good bye, apply again next year.

Apply again next year? In Germany, a university expulsion usually comes with a lifetime ban on studying the same subject again.


in Canada you'd likely be unable to get into ANY university with a note about plagiarism in your records.


Same in Germany, but universities don't always share records. You are supposed to fill in a form on immatriculation where you state previous universities and why/how you left there, and you will get expelled if you lie on that form. However, if you pass your final exam without getting caught, there is a good chance you'll get away with it.


Idk cheating in the college I was in (Top #30 US Institution) was punished severely. I fondly remember my Data Structures professor, bluntly telling us she'd end our academic careers if we were caught cheating. Fondly because she was a great professor who clearly had no time or patience for that kind of bs. It was school policy for expulsion, and this is a very well known school.

This of course may have changed dramatically in the last two years given the major shift in how we all live but I would suspect that this is more common than you think.


How many people do you know of who failed a class or were expelled for that kind of thing?

Where there ever any rumors of that kind of thing. In a large enough class someone will be tempted to cheat, and if the school is taking decisive action there will be rumors even if they are making great effort to protect the students privacy and make the discipline a learning experience


Rumors yes, there were rumors of people getting caught cheating, but I didn't know anyone personally.

The people I knew on a personal basis weren't the kind to do that or really care about it enough to do so and without going into a story about the people I know and how we're all doing well in life you'll have to take my word for it.


>Too much of a hit to the bottom line, too much messy litigation, and too much bad PR.

Well, that wouldn't be a problem to the person you're answering to, considering German universities aren't businesses who take people in for capital (both financial and social).

In France it's certainly very easy to get yourself thrown out for cheating or not showing up.


Universities will definitely expel cheaters, though they may give a couple chances first (with increasingly-worse penalties like failing grade and violation on transcript). One of the things people are complaining about with this software is people claiming to be wrongly punished.

Typically there's a faculty union or senate which negotiates policies with the administration. Individual professors aren't all alone in the fight. Though they may individually choose to give lax punishments or look the other way.


A sibling was caught cheating in university. This would have been around ten years ago. He wasn't expelled, but he was suspended for the remainder of the semester and failed on all his classes that term. I don't remember if he finished uni late as a result or did makeup work during the summer.


being forced to do an extra semester costing like 50k+ results in some very interesting incentives, or lawsuits, when profit is involved..


That was Germany in the 2000's. This is the USA in the 2020's. College is a game. They are getting rid of even having tests as a requirement for your application. And the admissions process is openly racist, even though this is directly banned by our constitution (for public universities). But don't mention this, or you will be called racist. You will be required to take "distribution requirements" (courses that have nothing to do with what you are there to study) for up to 2 years of credit hours depending on the school. The reason they do this is because department funding is set by the "asses in seats" formula where each student enrolled in the class is assigned a dollar value to the department. And, if you are an unpopular department, these 300 seat 1 level distribution requirement classes will be the vast majority of your funding. Departments typically squabble with each other about how many classes they get to have on the list. And everybody gets an A. Wouldn't want to have a reputation for being hard, or nobody will enroll in your cash cow class. These are all 1 and 2 level courses, which means they are basically high school level, or sometimes not even that. But they are not free like high school! Most people will be deep in debt when they graduate. And there is no way to distinguish yourself. The grades are so inflated that the median GPA is around 3.7 / 4.0! So I can't blame anybody for cheating the system that is cheating them.


> There is no way to distinguish yourself

If you actually learn something in a class, that distinguishes you from many other students.

I agree though, university is not a good system for determining who is capable and deserves the best jobs. It’s unfortunate that our society leans on it so much as a sorting hat.


My calculus 3 professor would pass out tests 10-15 minutes early on test days. He'd dump them right on top of your study materials and expect you to push them out of the way if wanted extra time to study.

Applying a panopticon to children to prevent cheating is questionable since it normalizes authorities using electronics to bully people. Applying it to adults at a university is arguably a human rights violation and a failure to write good course materials.


This is the scary part. Teaching students and younger generations that's it's normal and okay to be surveilled 24/7.


instead let's teach them that if they cheat, nothing adverse happens.


Replace exams with vivas and see how far the cheats can get. At least make a viva voce a large proportion of the final score.


I have never had an oral exam, but I have always thought it would be great for smaller classes. Basically I would love to have an exam where I sit down with a professor for 30 minutes to an hour and talk about the content and answer questions they ask. I feel like it would be a bit more in-depth while also eliminating the possibility of misunderstanding a mistakenly ambiguous question. I am not sure how realistic that is for a class above about 15 students, and also how things like disabilities would be handled, but I'd love to try it.


> Basically I would love to have an exam where I sit down with a professor for 30 minutes to an hour and talk about the content and answer questions they ask.

That would have been fun! The only time I did something like this was when I tested out of one of the intro to programming classes. I was one of the last students to talk to the professor that ran it before he left.


Most of exams i took during my university studies were oral exams. I definitely prefer them to written exams. They were used even for big classes with 100+ students, professors just declare multiple test dates (each with say 20 timeslots) and students booked to them.


Probably the best way to evaluate people, I guess it just doesn’t scale that well…


It seems that the alternatives also don't scale, that's sure why this discussion is happening.

Vivas work,they are just expensive. The alternatives are cheaper but don't work.

Of course it could be that different people have different goals in mind. Some just want the diploma, others want to master the subject. So it depends on what the diploma is supposed to mean. If it just means: turned up then a viva is of course unnecessary and wasteful.


When a university grants a degree, they are attesting that the student has demonstrated mastery of the subject matter, because that’s important to both employers and postgraduate programs. Without that it’s harder to justify paying a university’s price, or spending such a large fraction of your adult life there.


The notion that higher education is all about self-enlightenment would be more plausible if these institutions did not issue degrees or other certificates and their students would be satisfied with this.


I agree with you, but at the same time, it diminishes the value of a degree, because it no longer certifies that meet certain requirements.


They already don't certify competence.


Which is why employers see undergrad has a filter and not adding value. They either don’t hire or even interview without experience or they look to your internships and accomplishments as a more significant qualification


Assuming everyone is not constantly cheating and the coursework is somewhat relevant and rigorous, surely they signal a higher probability of at least awareness of the subject matter or ability to learn something.


You're 0-2 on those assumptions, though.


Seriously. Even assuming those things--I would say the program I went through was very relevant and I don't think cheating happened very often. It was a really small program and everybody got to know everyone else. So while I can't say for certain, I never saw cheating amongst my friends, nor was ever approached to assist in cheating (though I was frequently asked for help in studying).

The problem is, I knew some of the guys who graduated, with extremely low GPAs, who didn't cheat, have the same degree as me, exited with the same student loan debt as me, and can't code their way out of a wet paper bag. I've ran into some of them working retail jobs back in my home town.

It's a fucking travesty. They had to be saddled with a student loan debt load they would have no chance of paying back. I only paid mine back so early because of a lucky break on an insurance claim. I'd still be paying on them, 20 years later, if I hadn't lost everything I owned in a flood.

Universties talk about how they don't want to be seen as vocational training facilities. Well, they need to admit the reality. Primary education is not preparing people for the work force. We give people a free education for 13 years, and if they want to have economic opportunity, they want to do something more than just manual labor, we can't give them another 2 to 4 years? It's bullshit.


It's preparing them just as well as primary education + college. It's just that college degrees were more meaningful back when the old people running most companies got them, and employers need a weed out, so we still use it.


> though I was frequently asked for help in studying

Your type of social group is not the one that this behavior happens in.


I'm saying, I knew all the other students in the computer science program on a first name basis. Most of us even partied together. There were really only about 20 or 30 of us. We all knew what each of us were really capable of, and I didn't see anyone have any unexplainable wins in tests or assignments. The people who were failing just transferred to a different program.


I have not been in the education system for 15 years, but I would hope it is true for at least the high end schools in the hard sciences.


I (undegrad. prof. of mathematics, Spain) did "nothing" (see below) except prepare (not so) different exams.

Same results as always. Exactly the same.

Someone will have cheated. Well, as always: I am sure people cheat at my exams as they do at any other.

I do not repent and I do not think I would do otherwise.

*However*: I DID spend a lot of time preparing materials, attending tutorials, replying to emails, correcting my lecture notes, recording videos...

I honestly think my students acted in accordance to my attitude: if you are honest, we are going to be as well.


I had an very relaxed Indian professor who served as as department chair when I went to university and he always had open book/note quizzes, tests/exams with no restrictions. These exams weren't designed to be more difficult, some answers you could very quickly reference from the associated text, handouts, or your notes.

People asked if he was concerned that people cheated or wouldn't learn anything and he once gave an insightful comment m that stuck with me: if people cheat, and they will, they're only cheating themselves.

He was right because while almost everyone passed his classes, not everyone ended up with successful careers. If they did, they probably had to pickup the sort of knowledge he crafted together like a masterful chef and hand fed us. The education is the product, not the degree. The degree is often a necessary rubber stamp to get past the first interview filters but it's not going to help you in most positions for the subsequent interview or actual job demands. You're really only cheating yourself of the education because the education is the real product here.

Things have changed a bit and you can find pretty much anything online readily, but you have to chop up the information, prep it, and craft it into a meal. Over time these skills improve and you too can become a knowledge chef but your (good) university programs give you the tools to become a knowledge chef in your field. They start you out as a cook who knows how to do certain things but they also give techniques you need to make your own new dishes. That's what you're paying for.


> He was right because while almost everyone passed his classes, not everyone ended up with successful careers.

That can hurt the school's reputation if it becomes known for passing students who aren't actually prepared to do the work. Employers would prefer to recruit from schools where having a diploma actually means one is capable of doing what the job requires.


I teached a C class during coronavirus lockdown in France and I also did something of the sort (having different question per student, mixing their order, etc).

But I think, most importantly, I put a lot of emphasis on group work & home work. This has also its own issues. I like to do group homework because I believe that in the real world, you rarely work alone, and group work allow to have more fun project than what you can do in a 1-2h exam. On the other hand, I know some student hate it because there is always a slacker in every group. And home work is also an issue because not every student has time to work outside of school sadly. I try to give time during the classes for them to work on their homework but it is not all the time possible (limited number of hour for the whole course).

Overall, I hate grading and exams, I consider that my job is teaching, not grading, but this doesn't really work in the real world sadly.


> I know some student hate it because there is always a slacker in every group

My experience is that there is sometimes somebody who is not a slacker, and it's usually the only one doing the work for the entire group.


Everyone thinks they are that one person. It is hard to be objective when different people are doing different things.


Nah, it's very easy to be objective when on a 5 pages homework, one write 5, and the others 0. Or if only one person has compiling code on their machine the day before the project. Of if only one person speak on the conf because the others don't have anything to say.


I've never personally seen that. I've seen cases where one person writes four pages, and one writes one page claiming it was the hardest. I've seen cases where one person writes the code, and one writes the paper about the code. The only case I've seen where one person does all the work the person who does all the work refuses to allow the others to help.


That's why this is good training for the real world.


As most things in school, it's an artificial situation that bears no resemblance to the real world.

IRL:

- people has much higher stakes, while in school tanking a class project is no big deal for most slackers. IRL, they can get excluded, isolated, shamed, fired and so on.

- such group would exist rarely in the first place, because institutions filter people;

- if you are in the rare situation it happens, you can get out of it, but you it's very hard to move in the school structure, not to mention out of it.

Anecdotally, I've seen the scenario playing out many times in schools, but rarely in a restaurant, a dev team, a NGO or a sport club. There are productivity differences, sometimes immense, and an occasional slacker, but that's not the same order of magnitude at all.


I've seen the same school-type dynamic play out in companies amongst people getting paid the sort of numbers that make folks on HN say "most people don't get that, not everybody works at a FAANG."

We (as a species, really) are bad at interviewing lots of people that we don't already know well - just like we're bad at testing academically, surprise! - and we're also bad at coaching/firing/managing them.


> I believe that in the real world, you rarely work alone, and

Real world work is nothing like group work. In real world, you can carve part of project on yourself and be judged on that. You can complain about co workers doing nothing. The teamleader deals with interpersonal or productivity issues.

And ultimately, you can leave team or find new job if above dont happen.

> group work allow to have more fun project than what you can do in a 1-2h exam.

Or someone else from the group do the fun parts and will try to offload only boring parts on others.

School group work is less fun then individual, unless you are lucky to work with really good matching people. It has none of the processes and structures that mediates political issues in real work.


This semester all my exams are open note, no proctoring. I think it is harder for professors to write a good exam this way (they need to make the questions things that test understanding instead of just recall.) I’m certainly doing way better with this method, but I think I am still learning the subject just as well as I would in the “old” method of stressful proctoring and memorization.

It seems like with software, you could easily write math questions with different inputs, as you suggest (in fact, our homework software already did that for math last semester), but it seems that those tools are not built into the testing software so much. It definitely seems like a solvable issue though!


>We employed the method of mixing the order of questions, not giving question titles, and having a pool of subtly different questions (a negation or a different constant slipped in)

What an awful burden to put on the shoulders of the already overworked and underpaid professors.


I pay over $6,000 a semester to attend a reasonably-priced state university. While the professors may be overworked and underpaid, from a student perspective, for the money I give the institution, the institution can invest a little in systems that do all this automatically.

International students pay significantly more, and there are often 100 students or more in a class.

So it’s also not a great solution to put the burden of overworked professors onto the students by invading privacy and making them use poorly built suffrage to do so.

The trouble is at the institution level.


I posted this during EU time; I understand they are ripping you off, but your comment does not apply to what I'm saying.


Expensive fees are a thing in countries that observe timezones aligned with "EU time" too.


We did this through the exam software (Browser-Based). Everything not checked automatically (multiple choice) was sorted by question in the backend. We (the examiners) had all the information. It was just hidden from the students.


Might I ask, was the exam software you used something you acquired from a third-party, or was it something you built yourselves? Would you recommend it? I have been dissatisfied with everything we have tried so far in my organization, and what you used sounds pretty good.


I don’t know what you use for your LMS, but I know Canvas can do most of that as part of its Quiz system (randomize questions given, randomize constants and answers, etc). I’m sure Blackboard and moodle have something similar.

https://community.canvaslms.com/t5/Instructor-Guide/How-do-I...


https://github.com/ILIAS-eLearning/ILIAS

It's a whole platform for e-learning. The exam system is ... usable. The fine arts, law, and social silences like it very much, because long form answers are readable.

The natural sciences with the math bit have to work around it. We manage.


Glad that you had an automatic system going, but most universities don't have one and can't fund its development, and wanting to shift this burden to professors is unreasonable.


Your stance is that it’s unaffordable for a university to spend a small amount of money on randomized browser tests, therefore they should spend a large amount of money on intrusive spying software?


I don't believe a public institution would be able to come up with a system like this that works reasonably and have it developed in a reasonable amount of time within a reasonable budget.


> I don't believe a public institution would be able to come up with a system like this that works reasonably

I don't believe “e-proctoring” companies are capable of it, either. I got disqualified from an exam for five `onblur` events (while my screen was being recorded), and it kept counting while the “DO NOT CHEAT” lockout message was displayed; if that's “works reasonably” then I don't know what isn't.


In 2009 I developed a system like this as part of my course at the equivalent of a community college. The premise of the class was to develop a real world application employing the skills we had learned so far (project management, programming, etc). The whole class (10 people) participated in building this software.

We spent 6 months on it and as far as I heard was still in use as late as 2015.

You don't have to create a whole system; just a database that prepares variants of questions, and a method to put it into the existing exam software.


Your belief is contradicted by reality. For example: https://stack-assessment.org/


In Germany we have multiple state-sponsored open-source e-learning platforms that basically all support examinations.


> ...and wanting to shift this burden to professors is unreasonable.

Why is it unreasonable? What level of duty do you perceive course instructors having to achieving positive outcomes for their students? Who is responsible for pushing improvements beyond the trough of the status quo?


You are misinformed. Moodle (LMS) and STACK (maths quiz system with symbolic comparison etc.) are open source and fit that description.


It could also be a good argument to increase funding for professors and education.


Imagine a business that sells deliverable medical testing kits. This business is the best at what they do; they sell more kits than any other organization, they cost less, they're delivered faster, and are superior in any way, shape, KPI, or form imaginable to traditional alternatives. The only issue being that each kit is in fact a bloodletting kit, and their intended use is to inform you which of your four humours is out of balance.

I'm of the opinion that e-proctoring, whatever its privacy concerns, is fundamentally an exercise in "doing the wrong thing faster". Our exams are a poor reflection of student ability. Our exams have no bearing on actual proficiency in the subject matter. Our exams are ineffectual at catching cheaters. Leaving aside any discussion of privacy, e-proctoring (and traditional proctoring) fails to accomplish its fundamental goals.

To automate these exams, to make them ever-more scalable and easier to distribute, is not a victory. We've merely perpetuated a flawed system.

If we want a meaningful assessment of student ability then we need to use better methods. Dethrone exams from our curriculum. Leverage project-based assessments. Use oral exams where feasible. Replace the infinitely looping lecture halls with recorded videos and open-source textbooks. Use the recovered instructor time for something meaningful. This is not a Gordian knot. It can be solved with a little courage and a little pragmatism.


I've been saying this for years, but academia is filled with stupid administrators who are incapable of evolving the state of teaching / learning because their salary depends on having administrative bloat.


I can see why universities want to use a system like this.

A friend of mine is a University lecturer for physics and one of his students gave him an invite to the discord channel where half his students are in there sharing all the answers during the final exam.

He basically told me there is nothing he can do about it.

He talked to the head of department and they basically said if you have proof of specific people cheating then they can escalate it for those people but short of that, nothing can be done.

Not that I’m saying these systems are great either. But I really don’t know how exams in the current form can be conducted remotely without endemic cheating.


Spitballing here, but maybe exams need to be reconsidered. What if instead, the professor has a 1:1 conversation with each student, Socrates-style? You’d know pretty quickly whether or not the student was familiar with the material, and if not, where they were weak and needed more focus.

Maybe systematizing everything about education is the wrong approach.


I had class where the final exam was indeed a socratic style oral. It was for an ancient philosophy class (300 or 400 level - this was well beyond the 101 level) where we had studied Socrates (the dialog was on platonic forms). The exam was a 2:1 and lasted an hour if I recall correctly.

For a class of 30, this took the professor 15 hours (three hours a day over the course of a week) to have all of the students go through the exam process during exam week.

Trying to scale this up for something that can handle ~100 students becomes difficult.

Another part with this is the objective vs subjective evaluation of the student.

With the "I got a poor grade because the professor didn't like me" type issues that come up, being able to objectively point to "this is the score on the homework" and "this is the score on the final" allows that subjective grading to be removed and protects the professors from students who feel that the grade they received was influenced by external factors.

While systematizing the verification of material learned may be the wrong approach, it is where we are for a number of factors that the university doesn't have too many options (allegations of professor bias, even if unfounded, still take up a lot of time; class sizes for some classes go beyond what can be reasonably verified on a 1:1 basis)


This is exactly it.

It's not scalable, and it's way too open to professor bias.

Except for in some niche seminar classes, it's a non-starter.


The older and more educated I become from free classes online the more ridiculous our education system seems.

I pretty much know if I learned the material or not. A test is nice to confirm this for myself but the way we have put test scores above everything is just ridiculous.

It is all the symptoms of credentialism. Imagine taking the same class for free that you don't get "credit" for. It is not "cheating" then if someone else gives you the answers to things you don't know. It is just a waste of your own time. Why even bother taking the class.

Instead we have people paying tens of thousands of dollars basically to focus on test taking to get credentials that no one really cares about anyway instead of actually becoming more educated.

The irony to me is I always got good grades when I was younger and in school because I have always been a great test taker. I didn't have to "waste" much time actually learning the material. "waste" time actually benefiting from the material.


> I pretty much know if I learned the material or not.

Yes, but have you never met someone that was convinced they knew the material when they in fact didn't? They're everywhere! Accurately assessing oneself is a skill that needs to be taught for a lot of people, and an important part of it is by having people fail tests they're not capable of passing.


This is a very bad take.

A major component of the university experience is collaboration and networking. Dividing tasks and plugging holes in each other's understanding. Bouncing ideas off other people to test your own understanding and verify against theirs.

Any good university isn't simply about grades and there's a limit to what you can learn online. Credentials exist as a minimum filter, not as a mark of competence. One cannot be tested for an expressed numerically.


Testing is a very good reality check on what you think you know. Unfortunately, testing are seen and maligned as only an assessment tool, not a learning tool.

Testing is itself a form of learning, because you are asked to recall facts, concepts, and practice skills.


I can't begin to count the number of books I am partway through when left to my own motivation.

Signing up for a class with a hurdle at the end I need to jump over is exactly what I need. Free online classes are like gym memberships, but even cheaper. Most people won't stick to it.


Others have already pointed out that thesis defences and hiring interviews already use this format. I'm not an educator, but I can see some downsides:

• Unless it's recorded, you can't easily get another opinion on how to grade it, except from those at the event

• Some students will naturally be better at interview-style exams, independent of their skill in the relevant material. This is also the case with written exams, of course, but I imagine the 'skilled bullshitter' types might do better in an interview-style exam, and a nervous student might do much worse.

• I imagine it would be tougher on students who don't speak the language natively

• The 'imprecision' of a wandering organic conversation might make it harder for the student to know what to study

• Different students don't get the same exam, which might raise questions of fairness in itself, but it's worsened by that the examiner's mood is likely to change. (With written exams, an examiner can mark all students on the first question before moving on to marking the second question, to protect against this.)

• Physical appearance and deportment might skew the examiner's judgement. (This is widely believed to be an issue with juries, after all.)

• You can't hide the student's identity from the examiner, as a measure against favouritism. With written exams this can, and should, be done


I did Communication and Multimedia Design at the Hogeschool van Amsterdam, and they did a lot of stuff like that: having a dialogue with your teacher or exams where you could bring a couple of handwritten notes.

The largest part of the grades came from delivering projects, where you were graded both on result and process (you would present an end-product, and deliver a report documenting the product & the process of creating it). At the start of each project you would get a document explaining what categories the product & presentation would be graded on and what a failing, passing and excellent grade would look like, so you had a clear goal.

I have the feeling the system only works with great teachers (which was the case in 90% of the teacher I had during my 4 years).

They would also have feedback rounds after each semester and actually change things based on feedback, applying the design process on the course itself.

It was a really great experience and I would whole-heartedly recommend that program to anyone interested in design/programming.


at my university (Italy), exams were typically composed by one or more written session and a final oral exam. In the written one we were asked to solve exercises, no multiple-choices questions. They would last between 30m and 2 hours, depending on the size of the exam. In the oral one, we would also go over the solved exercises and discuss about mistakes and choices. Sometimes, mostly for laboratories, the written one was replaced by an assignment to be done at home, typically in form of a report of the activities.


It's certain that this Socratic professor has preferences and biases, like everyone else in the world, some of which he will be unaware of. How is he to avoid these biases affecting the conclusion he draws?


One way of doing this is to make the viva entirely pass-fail, with a fairly low bar for passing. More of a sanity check to see that a student is generally familiar with the material as taught, and is capable of explaining their answers to questions they’ve previously solved (or variants)


Who is to say these biases dont already exist in exams?


Your charizma certainly plays less role.

We had oral exams in university. They are less fair then written ones for sure. For the record, I did well and tendes to know what to say. Could also bluff my way when encountering edge of my knowledge.

And seen a lot of bluffing, appeals to emotion, negotiation for better grades or special advantage. Once I have seen a guy negotiate C all the way to A - and no, no additional questions were asked.

Oral exams are not fair in any way.


This is how technical screens are done, as a conversation. Cheating happens, but it's blatantly obvious.


Then it's like a job interview. If the answer doesn't pop into your head the instant after you hear the question you go into panic mode and can't even answer questions you should know.

Though I suppose it would make people a lot better at job interviews if done for every class.


I had oral exams in Belgium where usually you are given time to prepare your written work. In the oral, the task then is to expand on your written work and answer questions that probe your understanding a bit deeper than the question itself. The professor might also ask you to hypothesize by changing some assumptions in the questions to check that you actually know the theory and have not regurgitated the book or copied it from someone.


Of course, this, in the rare cases it is applicable. In my current course we have 400 students with 3 Prof. ... So it is not really applicable.

Another thing to note is that undergrades' first job usually depends on having good grades. Some people will get lower grades and those will complain to the point of suing the university into having a more seemingly fair and unbiased process. (Note actually fair, but I'm pretty sure whoever will get a low grade on the Socrates style conversation will be pissed and demand something else. This kind of mentoring only makes sense in the PhD level really, where grades matter less)


I thought of this when posting. Honestly, universities are the educational equivalent of industrial farming. We need a rethink.

When I was in university (some time ago!), it was always the large courses that were easiest to game. They were also generally the subjects I was least interested in.

My small comp sci courses were amazing in contrast. Easily worth the cost of admission. I think the education system would be much improved if we had fewer, but significantly smaller courses.

So, you pay the same price, but instead of 100 courses of massive size, you get 25 courses of small size.


Fewer courses that are also smaller? Wouldn't that mean the number of students has to go way down? Paying the same price seems unlikely.


yes, the number of students has to go down, very few people want to take these 400 person classes, these classes are only taken by people because some random department needs funding, so they require people to take classes they don't need.


Even for people who have cheated in a very obvious way, nothing is done.

A friend of mine copied an assignment right down to the name and student number as he didn't even bother to read the whole block of code so also copied the comments with the submission information.

He got 100%, but was told not to do it again.


Completely anecdotal and not in the US:

My experience as a TA are quite different, though this in in Europe. Especially with the algorithmic courses there was quite a lot of copying since there were multiple TA's and they thought we didn't compare notes. Several of them got reported (you get a mark, two marks is suspension, three is out) and I know of at least one case who got caught again at a different course and was suspended.

For a programming course for first year engineering students we didn't care they copied each others code but just asked students to explain specific parts of the programs they handed in. Those who copied failed mostly instantly and got one retry, and most at least tried to understand what it was about after that. Though copy/pasting and not even changing the student's ID numbers was an instant fail.


Another anecdote (Britain):

I was a part-time visiting lecturer in computing, paid by the lesson. Cheating was rife; I often got duplicate submission of coding exercises. Scoring was mainly by coursework, not exams.

I asked my colleagues what to do about it. They said:

1. You can ignore it.

2. You can report it; you will be accused of racism (the majority of the class were people with brown skin). You will be required to sit on an exam board for several days during the holiday season, unpaid.

3. You can explain to them that collaboration is encouraged, but submitting work you didn't do as if it were your own is cheating, and not permitted.

I took option 3.


That's a very sad state of affairs. I think that's partly due universities having indeed taken the easy and lazy path of making the least waves possible while collecting tuition fees. (2) is also a product of the current climate in society but that's a wider anbd bigger issue.


> 2. You can report it; you will be accused of racism (the majority of the class were people with brown skin). You will be required to sit on an exam board for several days during the holiday season, unpaid.

That's just sad.

> 3. You can explain to them that collaboration is encouraged, but submitting work you didn't do as if it were your own is cheating, and not permitted.

That gives you a great excuse to fail duplicate copies, since they clearly didn't follow the rules. Just split the grade across all duplicates (so something you received three times gets 1/3 of the points). Add a note saying that they can get more points if the other duplicate authors agree to transfer them points.

Watch the chaos.


If I'd failed or marked-down the duplicates, there would very likely have been an appeal based on accusations of racism, leading to me having to attend an exam board on my own time. That's what I was told by my (much more experienced) colleagues.

Basically, I was advised that it's fine to explain the rules, but to actually attempt to enforce them would cause chaos - for me.


This is in the United States?


Canada. Heard plenty of similar stories though for the USA as well.


Idea taken from real life: Flood the discord channel with misinformation, so people don't know what's real and what isn't.

No, I don't really advocate doing that, but it's what first came to mind.


I think the only alternative to eproctoring is standard in-person exams in a room at the school/university.

We can debate how far eprotoring solutions should reasonably go but really if someone is allowed to take an exam remotely alone there has to be a form a surveillance.

This can include providing an approved, locked laptop with monitoring sofware instead of letting students use their own devices with eproctoring software but that obviously comes with an additional cost.


We allow students to take exams alone, unsupervised, all the time and we have been doing it just fine for hundreds of years. Have you ever written a paper as a final for a class? Or done a problem set? Or a project? Or even a take home test? No surveillance needed if you structure the format of the final to suit the “testing” environment.

If the answers to your final are easily Googled then you’ve written a shitty final.


A final paper is different and the concept itself obviously does not lend itself to surveillance, which used to be less important because it is/was less easy to cheat. There are growing problems with this as well because of all the online "help" students may get access to these days.

Allowing students to take exams alone, at home, unsupervised is just a recipe for disaster without surveillance. It's not just Google but any sort of help in the room or remote, which can go all the way to someone else taking the exam. That really simply is the reality. I don't think this is contentious and I am surprised by the debate.

On the other hand, it is of course possible to discuss how far surveillance should go and how perhaps to avoid too much intrusion (as mentioned in my previous comment). That said, with the expensive connectivity people have these days, in addition to all they can think of if the exam takes place at home this is really an arm race situation.

So, again, the alternative is good old in-person, on-site exams, where students are also under surveillance, by the way, but that feels less intrusive because students aren't in their own private space at home.


Then you’re lucky to have students with a lot of integrity at your college/university. Even with a great unique exam where nothing can be looked up online, this doesn’t prevent students from copying each other, posting problems on sites like Chegg and paying for help, or working together…


Discord accounts are tied to real identities and the company is pretty aggressive about removing duplicate accounts. It should be possible to ID most of the people in that chat and report them to the administration.


> Discord accounts are tied to real identities

Since when? My discord account doesn't have my name or phone linked at all, just email.


You got grandfathered in then, congrats.


I created an alternative account the other day and it didn't ask for my identity (within the last two weeks)...


We tested a couple eproctoring products last year while we geared up to move every exam online. We disliked them on ethical grounds, but also as ultimately unpractical. I had also a bad feeling about the vendors, there was a strong whiff of "bad used car salesmanship" in the whole interaction. I also felt there was a correlation between the push for these tools and bad or antiquated teaching methods.

Then to our relief the education authorities in our region straight banned the practice so we just drew up a document with various ideas about how to go about online assessment in a humane and reasonable way and we went through thousands of online exams with very few incidents.


When I was TAing last year we had to proctor the students via zoom (trust me its not fun for anyone). Quite frankly I found different professors approached things in different ways. All the exams were made open book, because its impossible to figure out if people are looking at their notes.

One of the profs decided to make it impossible to cheat by basically making the exam so hard that even the A+ students would have a hard time solving it. This worked well in preventing cheating because for the A+ students to collaborate with others they would need spare time. On the other hand it left lot of students very demoralized.

Some of the other profs came up with question randomization schemes. So the assesment tool would shuffle questions for different students. People were still on discord channels but to not much effect. Of course this required that the professors (or the TAs) were conversant with basic programming skills.

For humanities oriented assessments however, I know most of the profs chose to do things via project work (it's a bit hard to cheat when writing essays. You can't possibly have the same argument as someone else so...)

One thing I can't help but wonder is that I realized when we moved things online we missed out a lot on student interaction. Students were generally far more aggressive for their own grades, often at the cost of other students. Furthermore, I found students were far more ready to abuse the teaching staff than when we were physically there. Conversely, teaching staff was far more strict and stressed out than before. I can't help but wonder if the same courses were conducted face to face whether there would be more kindness all round.


I think making the exam really hard is more likely to backfire and push people to cheat. One of the main drivers of cheating is the perception of unfairness. The time limitation is not really an obstacle if you're organised, just divide and conquer doing a subset of the questions each.


Almost every college and university course I took would curve grades to adjust for difficulty. I’ve even had professors tell me that top scorers in a test were only expected to get x% of questions correct.


I recall calc 2 exam that I had... It was a rather hard exam and I left with a bit of a "meh" feeling to how well I did on it.

The professor handed back the exam the next lecture with the percent on it. I was looking at a 50% on my exam. This was a Tuesday Thursday class (rather than MWF) and so was an hour and a half long. I'm staring at my exam thinking "F, maybe a D, hope I got a C, I'd settle for a D, probably an F... hope I got a C" all through the lecture. Just before the bell rang, the professor wrote the curve on the chalkboard.

* 100 - 75 : A

* 50 - 75 : B

I don't remember any of the rest... I was stuck on "I got a B!" As I left, my TA congratulated me for getting a B.


> For humanities oriented assessments however, I know most of the profs chose to do things via project work (it's a bit hard to cheat when writing essays…)

This is true of copying and collusion generally, but not of commissioning unique work from an essay mill, which is shockingly prevalent in humanities subjects for this very reason. I am aware of no effective defence against this other than in-person exams or oral vivas. I’m glad I’m not a humanities lecturer right now.


I was recently sponsored by my employer to do a professional certification which involved an online e-proctored exam. I was asked to install the e-proctoring software on my personal computer, because corporate security policy does not allow unvetted 3rd party software onto company devices. I told my employer that's my policy too, and that I would need to be supplied with a separate laptop if they wanted me to take the exam. They did.

I think if universities want to mandate use of e-proctoring software, they need to provide temporary/burner devices too.


I think most people couldn't care less about installing software on their PC. You can always dual boot and create a partition for proctored exams and wipe it (which isn't 100% the same but pretty close)

The issue is the fact that I have my camera on and there are people who I do not know who can see me and my room. I don't know how this information is being stored and who is seeing it.


The (almost) only problem that's left is the requirement of having the webcam on.

Regardless of the client-side software that you can't trust, there are also third-party servers that will store all the recordings with personal information for a potentially long time, which is unacceptable and isn't fixable by temporary hardware (as we don't have a temporary face).


Me and my roommate are first year undergraduate students. We do different bachelors; I have taken all my tests this year with online proctoring, my roommate has had all his tests without online proctoring.

The proctoring process is actually pretty simple: I have a Google Chrome extension installed that I enable when I have to take an exam. It takes 5 extra minutes before the exam: I have to show my identification, the materials I'm using on my desk, my ears to check whether I'm using wireless earphones, and do a quick sweep around the room. It records my screen, my webcam, and my microphone. Of course, the system is not fool proof (I've heard some students use post-its on their display), but communicating with other students becomes nearly impossible.

My roommate is actually jealous of my proctoring. He does not cheat, but knows most others in his year do. There are groups of students who meet up and take exams with each other. As a result, some of his peers consistently get higher grades, while my roommate clearly put in more effort and is more capable of achieving a high grade on his own. Because the barrier to cheating is so low, it almost becomes a requirement to cheat if you want to achieve grades that are high relative to your peers.

I do not believe proctoring is a breach of my privacy. Google Chrome's sandbox is good at explaining what information the extension is requesting, and when it is turned on. Chrome's battle-tested sandboxing makes me confident that the extension is not snooping through my files, for example. It only sees my screen. I can hide things I do not want the online proctor to see before the exam starts. Similarly with my room, you can hide everything that would breach your privacy before the exam starts. Of course, online proctoring is invasive, but I believe students should think more carefully about the dilemma our teachers are facing. Lack of online proctoring discourages smart students, discourages learning, and hurts the reputation of the university in the long term with unreasonable diploma's. This pandemic requires flexibility from everyone, and simply crying "privacy" without considering both sides is short-sighted. The data recorded for online proctoring is reasonable, and does not bring us closer to any kind of "big brother" scenario.


> Similarly with my room, you can hide everything that would breach your privacy before the exam starts.

The need to hide things is itself an effect of privacy having been breached. Privacy isn't just to keep information secret, but also to provide a space in which you can be comfortable because it is your own space. Needing to hide things away is a reaction to privacy being breached, not a way to preserve privacy.


I do not understand how hiding private items from the camera breaches your privacy. That is like saying you have already died of thirst because you have to drink water; the preventive measure does not cause the thing it tries to prevent.

Furthermore, you do not have to take the exam in your own room. Any quiet room where there are no other people is theoretically fine. Having access to such a room is your own responsibility, just like having access to a laptop to do your study is your own responsibility. In practice, hiding private items in your study room is usually the most practical way to get access to a comfortable room, but I do not believe requiring students to have access to a private room for 2 hours breaches their privacy.


> I do not understand how hiding private items from the camera breaches your privacy. That is like saying you have already died of thirst because you have to drink water; the preventive measure does not cause the thing it tries to prevent.

I think I see the difference here. You're seeing "privacy" in terms of information being leaked. So long as no information is revealed, then no privacy has been lost. The information security is key. Is that an accurate way of describing your views?

For me, "privacy" is a state in which effort does not need to be expended to maintain information security. The cost is not the personal information being leaked, but rather the effort needed in order to prevent information from being leaked. Of knowing that your sanctuary has been violated, that your comfortable place has been exposed to others. And sure, you may try to minimize other effects of that breach of privacy by hiding away aspects of yourself, but that is a response to an invasion that has already occurred.

To use your analogy, suppose I'm going on a trip through the desert. I know that water may not be readily available, so I take several gallons of water with me. On the other hand, if I'm going to a restaurant, I can assume that water will be available and do not pack my own. In neither case have I died of thirst, but in one case I have needed to spend additional effort to ensure that was the case. If I hide things away from the camera, I haven't had information leaks (died of thirst), but I have needed to take extra precautions (carrying several gallons of water) due to the breach of privacy (travel through the desert) that has already occurred.

> Furthermore, you do not have to take the exam in your own room. Any quiet room where there are no other people is theoretically fine. Having access to such a room is your own responsibility, just like having access to a laptop to do your study is your own responsibility.

During normal times, when there may be publicly available study rooms at a university, those options exist. When those same study rooms are closed to stop the spread of a pandemic, or when those study rooms cannot be booked due to lack of availability, a person's private room may be the only room available. In that case, the requirement of exposing one's exam space implicitly requires exposing one's personal space.

> I do not believe requiring students to have access to a private room for 2 hours breaches their privacy.

Requiring students to have access to a private room isn't the issue. Requiring proctors to have access to the student's private room is.


“Having access to such a room is your own responsibility”…

It might be a little much to ask for during a pandemic where people are stuck in places they didn’t expect to be for a long while though, with a whole bunch of other people also stuck inside.


What proctoring product is it you're using?


It sounds like HonorLock


College is a game. If you arent cheating, you really dont care about your gpa and waste too much time in school. Those students that cheat and get away with it are actually much wiser than your friend seeing as they save way more time.


I took a course recently and the final exam had this kind of eproctoring setup where I would have to install proprietary software, show the examiner around my room, under my desk and so on.

I did not take the exam.


> I did not take the exam.

I assume at significant cost?

I feel similarly strongly about my dominion over my own computing devices and the boundaries placed on their intrusion into my environment.

I wonder, at what point should this reasonably be considered equivalent to a religious belief and provided the same sort of protection.


> I feel similarly strongly about my dominion over my own computing devices

Same here. If I ever need to take remote exams like described I'll get a cheap laptop, or something like a Pi attached to a TV/monitor, and take the exam on that. They can have me install anything they like, it will be on a guest wireless network that can't cross to the rest of the local network, will be freshly installed with an account that is not one of my primaries, and will be wiped down when the exams are done. In fact I have an old slow laptop that would do, assuming it still works.

Of course, not everyone has the luxury of being financially and technically able to do that.

I'm the same with work. If work wants specific control on the devices I use, then they need to provide devices instead of taking control of my personal ones. I did install the comms software on an old phone in 2020 but if the ability to remote-wipe this granted is ever used (accidentally or purposefully) I'll lose nothing but my "get up for work" alarm as that is the only other thing on the device. If I work from home it is via RDC over VPN to my machine at the office - if there becomes a requirement for more control of the machine I'm VPN+RDCing from then either they provide a machine they control or I stop being able to work out of hours (not a problem for me!) or work from home should that be convenient/required (which isn't often, other than during lockdowns over the last 18 months).

I don't have an adversarial relationship with work (which might be implied by the above paragraph), at least not as far as I can tell, but I find it better for my mental health (and my work, I think, though that is the secondary concern from my PoV) to silo my work and personal life somewhat. I can see a day when extra requirements will turn up, as we work with clients in strongly regulated industries and many of them are actively tightening their internal controls and making increasing demands on their suppliers (including us) to do the same.

> and the boundaries placed on their intrusion into my environment.

That you can do less about in many cases, though again I'd have options. I only have a two-bedroom flat, but the little bedroom is used as a training room, so I could setup a chair and something as a desk in there. All they'll see in the tour of the room is the treadmill, weights, mats, and related bits & bobs.

Again, many do not have the luxury of this option.


An old laptop is the way to go, as long as its networking is good. A Raspberry Pi is unlikely to be supported; these programs usually only support Windows and macOS (and possibly ipadOS or Android). A virtual machine is not an option either, as it will be detected and the program will refuse to run.


Surely you should lease my harddrive space if you believe it is necessary.

I charge $10/megabit/minute as i am an exclusive artisianal cloud. And thats not including badwidth or installation fee.


And while we are on the topic my work from home office is 2300/month to lease


I took a test like this in the bathroom. Real easy to clear the room.


Was that a curveball? Nobody had told you beforehand?


It's certainly possible. Thankfully I graduated before Turn-it-in was fully mainstream and before online tests were even a thing AFAIK. Nonetheless, I had one professor decide midway through the semester that our final paper would need to be submitted to Turn-it-in. I had to go to office hours, point out that this requirement was not in the syllabus, and that if it was I would not have taken the course, and finally threaten to go complain to the dean. I was incredibly lucky to make it through school without ever having to submit to this kind of BS, but I rather think it's simply impossible today.


Turn-it-in checks your assignment text against other submitted assignments, and highlights copypasted parts. Then the teacher chooses what to do. What’s your problem with it?


It has been a very long time, but my recollection was that my primary objection was to granting them a perpetual, royalty free license to my work, i.e. that my own assignment would also be used as one of the "other submitted assignments" without any benefit whatsoever to me.


That’s something that I can understand. But is a university’s “normal license” for homework different? Don’t they have a right to keep your work?


An adjacent issue, not from a privacy standpoint, but from an "inappropriate use of tech" standpoint, is anti-plagiarism software.

A relative of mine recently took an English course, and constantly had to lobby for re-evaluation of low grades caused by false positives with Turnitin[1].

The issues were varied, but the most frustrating one was that passages in her paper that were quoted and footnoted were marked as "sourced from the internet". Turns out that would happen with any passage quoted from a book that someone put on the internet, somewhere.

Of course, instructors are supposed to manually review for this sort of thing, but it's such a basic miss. One that's going to get worse over time. People put existing source material on the internet, and it gets indexed.

Also, see this example from Reddit: https://www.reddit.com/r/WTF/comments/h731k/thank_god_for_tu... Argh.

[1] https://www.turnitin.com/


In turnitin’s defence, in my recollection their training material explicitly and repeatedly tells you not to do this - that a positive turnitin result is not the same as plagiarism, and that all positives should be manually reviewed. The student-facing side of it can be bad, as it errs on the side of extreme caution.

When I (as a TA) had to mark dozens and dozens of papers pre-screening for obviously copied paragraphs was a very nice time saver. Otherwise the only students I would catch are the ones with poor English skills (grammar switching from flawless to flawed and back again is a pretty good tell that the paragraph was written by somebody else).


I do agree that instructors hold a fair amount of responsibility for using the tool right.

But the tool is shite. It misses some very basic stuff. Like "stuff in quotes followed by a footnote/citation" is copied, by definition, on purpose.

It also notes things like missing commas as if it's 100% authoritative. Even though the passage in question passed Grammarly, Word, etc. There's no notion of nuance or suggestion, just "right/wrong".


For anyone unfamiliar with the term (like me!), Wikipedia says Eproctoring is:

[...] a form of exam proctoring which involves monitoring student behaviour during exams administered electronically [...]


Massive failure to not have "What is Eproctoring" as the first section of the page.


I assume the target audience would all know the term, and others could work it with a little deduction or Googling.

Though it is a bit US centric I think. Here in the UK what I think is referred to as a proctor would instead be called an invigilator. Though again, unless the target audience is international, that probably does not matter.


I would add as an aside that the invigilated exam halls you likely remember from your British education don’t really exist in most US universities. Final exams are generally administered by the lecturers themselves rather than independent invigilators, and there’s (generally) less emphasis on having a standardised process from one course to another.


Funny, at my UK university for Computer Science we did not have independently invigilated exams. I would assume other courses were similar. We did have them for secondary education though.


At York we certainly piled into Central Hall or other large locations for exams, often multiple in the same room not all Computer Science at the same time. Though this was more than two decades ago so a lot may have changed.


I had no idea what it was, but reading the first few paragraphs makes it quite obvious.


I may not be neurotypical, but surely I'm not the only one having a hard time not parsing the domain name as "Bane Proctoring", which admittedly sounds rather ominous.


I also read it that way.

One would think that after the issues with whorepresents.com and expertsexchange.com (and dozens of other popular examples) from at least a decade ago, people would be somewhat more careful as to how their domain name could be misread.


i could not unsee it anymore after it got pointed out to me in "therapists" and sometimes giggle childishly when i encounter it


More people should use dashes in domain names.


Given that "bane" is a nearly infinitely more common word than "eproctoring" I bet you (and I) are in the majority.


Recent gatech OMSCS graduate here. I fail to recognize any real issue with proctoring. I have used proctortrack and honorlock.

* proctoring software can be installed before an exam and uninstalled afterwards. It doesn’t need to stay on your pc/browser, and its activation is very obvious. I have no info about permanent security issues caused by such software.

* what proctoring does is mostly recording video and audio (possibly with room scans at the beginning ) and uploading it to a remote server for later verification. Then, such footage is automatically scanned for anomalies. The teacher can then check what happened in flagged content parts and choose what to do. The system does not impose a “cheater” label by itself.

* proctoring systems don’t force a closed book approach. I took open book exams where the only enforcement was “be alone and no collaboration with other people during the exam”.

It seems that some people are concerned with some very specific details of some implementations, or with shitty teachers that say some people cheated just because they were flagged for whatever reason.

Some things that happened to me and I still passed the exam:

* a coworker accidentally entered the room where I was taking the exam and I had to talk with him to send him away.

* I had to change my position since I had setup my laptop in a way that was unbearable for a many-hours exam, and I briefly exited the webcam view.

I contacted the teachers when this happened and I got no issue at all.

Of course some teachers happened to be silly, at the beginning of the pandemics: I heard things like “no drinking, no eating, no restroom” for 4 hours exams. Blame the people, not the software.


1. The software should’ve never existed, it’s a testimony to the failure of our education system.

2. You are far luckier than most when it comes to your circumstances, i have seen myself people failing exams for similar mishaps to yours.


1. Explain why.

2. Shitty instructors are not the software’s fault.


1. Re-stating what half the comments on this thread are already saying would be a waste of my time.

2. This has nothing to do with instructors (in my experience instructors have little to no say or participation in the usage of these systems), badly written algorithms will frequently kick students out of tests for non-adverse behavior or failure in facial recognition (once again oft-mentioned in this thread).


1. I can’t read your mind. I assume you’re unwilling or unable to discuss the issue further.

2. Some issues, as I said, are specific to certain implementations and don’t invalidate eproctoring as a whole.


I think the main problem is that these are all malware by definition. They are grabbing all of the data they can get and the users are not the ones who what that. I could install this on a separate user account which should restrict its access to my stuff but it is still a lot to ask. And a lot of these software requires admin access, which is absolutely not ok even for a second on my personal PC. If the school wants to ship me their PC with it installed I have very little complaints other than the biases in the video analysis.

There are other concerns, such as they often only support a few proprietary operating systems, however many programs require these anyways, so that isn't a major step back in most cases.


> proctoring software can be installed before an exam and uninstalled afterwards. It doesn’t need to stay on your pc/browser, and its activation is very obvious. I have no info about permanent security issues caused by such software.

The permanent security issue is that violating a security assertion (eg running an untrusted program) on your machine means you can never trust that machine until it gets completely wiped. I'm well past the age where I have to worry about bullshit like eproctoring and my computing environment has become much more deliberate, but even in college I was running Linux as my primary. Reading how it's being normalized that in order to pass a class you're forced to install random spyware on your own machine gives me the willies. This is not what we should be teaching kids for information security practice!


> The permanent security issue is that violating a security assertion (eg running an untrusted program) on your machine means you can never trust that machine until it gets completely wiped.

That hasn't been the case ever since firmware became updatable. Nowadays, even wiping the machine completely is not enough, because the firmware might have been maliciously modified by whatever violated the security boundary. And it might not even be the firmware you'd expect (the SPI chip containing the UEFI); see the recent post here (https://news.ycombinator.com/item?id=27740295) about someone who modified his laptop's EC firmware and his laptop's wireless card firmware, making the first intercept all key presses (the EC is also the keyboard controller) and send them to the second to be broadcast over the radio, completely invisible to both the operating system and the UEFI firmware.


I hadn't wanted to go into that level of detail, but you're right to. My own definition of wipe includes reflashing libreboot.


My point was, even reflashing libreboot wouldn't be enough, you'd have to also reflash all the small controllers here and there (hoping you hadn't missed some), and somehow do it in a way each controller cannot lie to you and just pretend it has been reflashed.


With browser-based proctoring you are free to launch a live linux distro.

The extension will just share your screen, use your camera and mic.


> * proctoring software can be installed before an exam and uninstalled afterwards. It doesn’t need to stay on your pc/browser, and its activation is very obvious. I have no info about permanent security issues caused by such software.

I wouldn't trust a computer that had spyware installed on it without a full system wipe.


Are there any actual accounts of security incidents related to such software?


Spyware created by a corporation to spy on customers? That was what the Sony rootkit scandal was about: https://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootk...

> Soon after Russinovich's first post, there were several trojans and worms exploiting XCP's security holes.


No. Security incidents related to eproctoring software that was willingly installed.


Current (almost finished) OMSA student here.

I agree that the tools themselves aren't terrible, but I do believe they're an example of "doing the wrong thing faster". My claim would be that all time-limited exams are bad news.

1. The strictness and quality of exams varies significantly by instructor (as you mentioned in your post)

2. Exams aren't representative of any real-world analogue (how often does your boss lock you in a room and tell you to solve the Lagrangian by hand, alone, under a time limit)

3. They don't actually stop determined cheaters (anyone with the foresight to put up notesheets in their bathroom)

In short, proctored exams do not effectively assess student proficiency in a subject, and do not effectively prevent cheating. Making proctoring more scalable means propogating a bad practice at ever-greater rates.

What I would suggest instead, and what many classes in OMSA have already done, is to leverage project-based assessments.

* Demonstrates learning by actually using the material, instead of hollow repeat-backs

* Encourages further learning since practice entails dealing with real-world complications

* Helps students develop a portfolio so they have more to show at graduation than transcripts

There are many other options though if that particular solution doesn't tickle your fancy.


I was a TA in the first OMSCS cohort. I think the biggest difference between the OMSCS experience and what other people are giving here as anecdotes is Georgia Tech was prepared for this. They created an online program on purpose that was well thought-out and planned in advance. Many universities that did this in the past year, in contrast, were forced into it by the pandemic and scrambling to do whatever they could with no real plan, bad or no policies in place, professors and TAs that were not properly prepared.

Though I actually agree here with the people saying this type of software is usually a rootkit by design and unacceptable for that reason alone. I understand why the school did it, but in my experience, we never caught a person cheating on an exam. Where we caught cheating was in project submissions, and that was often quite blatant with people turning in identical code or code identical to code on the Internet, sometimes even identical comments. No need for malware on student's personal home networks to catch that.

There is somewhat of a fundamental conflict in the structure of the OMSCS courses, though. Personally, I don't think there is much value in even having the exams at all on top of the usually extremely comprehensive practical project assignments, for the terminal masters students. But that's everyone in OMSCS. The exams tend to test your knowledge of prior research, which is mostly valuable for people going on to a PhD afterward.

Of course, some students do that, even if you need to separately apply after completing the terminal masters and can't just move straight into it like the on-campus grad students. So I don't really know the answer, but the structure right now is imposing a heavily research-focused curriculum on students who are overwhelmingly not going into research. And the OMSCS program largely exists because of sponsorship from industry that wanted stronger industry-focused CS education for their own workers from a school more reputable than a plain MOOC with no university behind it.

They do an amazingly good job of best of both worlds right now, but it is a conflict as I think many of the exams are unnecessarily difficult for people who are never going to become researchers. I guess it's the classic Google approach to hiring, though. You end up filtering a bunch of students who may have been perfectly good as programmers, but you're probably never going to let anyone through who wasn't, and that is ultimately more important for maintaining the school's strong reputation in industry.


> proctoring software can be installed before an exam and uninstalled afterwards. It doesn’t need to stay on your pc/browser, and its activation is very obvious. I have no info about permanent security issues caused by such software.

If it installs drivers, I have news for you...


It doesn’t. At least proctortrack and honorlock Don’t.

Btw: implementation details. It doesn’t invalidate all eproctoring solutions.


I agree that these e-proctoring measures seem draconian, but the flip side of this is absolutely RAMPANT cheating at universities. I don’t know what kind of fair system lies between these two issues.

Also, the domain is poorly chosen, “Bane Proctoring” sounds like a particularly terrifying proctoring service.


> but the flip side of this is absolutely RAMPANT

I REALLY doubt this. There's plenty of alternative or hardened testing methods.


You’d be absolutely shocked by the amount of flagrant plagiarism that you get in certain courses.

There are ads for essay writing services targeting every university student out there. A lot of them take those offers.

It’s usually a symptom of a larger problem though.


Ones that scale?


How I am hacking my university exams. - installed a virtual machine - renamed reg keys values to hide drivers name - use vm hardner etc. - on host machine installed charles to get response(html) of the proctor website - wrote a python script that takes in response html and outputs google search result for all the questions at once

I got lucky and University hosted a mock test through which i was able to grab the whole proctor website The proctor software dev. Didn’t obscure the JS Found so many vulnerabilities that led me to go full god mode. I can get questions paper 60min before the exam starts.


> A federally-funded study found that even the best facial recognition algorithms fail to work on Black and brown people, trans and non-binary people, as well as children and women in general.

I assume it is black and brown trans and non-binary people. I don't see an algorithm fail because someone identifies as anything. However, why even mention it here, in this context? It makes the people behind this sound ridiculous.

Aside from the technical difficulties with image recognition on BPoC which make this sort of tech a non-starter, I think universities and schools need to (finally) find a way to assess people that does not involve anything that can be cheated by having a book open next do the computer. Projects and papers and weekly problem sets to solve are a way better way to assess people.


In our initial trials involving about 5 people the software systematically failed to recognise one woman just because her (pretty standard) hairstyle. It also failed to detect my kids coming up on camera a few times.


Sounds like these solutions are just outright garbage. I wonder if ML/CV will ever work outside of GAFAM.


Everyone wants a tie-in to the hot button issue of the day. You don’t need to get black trans kids involved to point out all of the flaws in Eproctoring.


To point out enough flaws to disqualify e-proctoring, no. To point out all of them, yes.


Recognition algorithms often make assumptions about the way people "should" be shaped according to their recorded gender or the way the machine attempts to "guess" said gender, and a clash in expectations gets flagged and generates false negatives because things aren't in the "right" places it thinks they should be.

For a really simple example if this problem, the TSA body scanner machines flag on trans people constantly. It detects as an "unknown mass" if gendered body parts (ie. breasts/genitals) don't match its binary expectations for what gender is marked on their passport. Often they get it coming and going: a trans femme still marked M will get flagged for having breasts, but if they've changed it to F, they get flagged for their genitals instead.

Now you get a full grope patdown from a suspicious TSA officer, because a machine was coded to make binary assumptions about bodies.


>Now you get a full grope patdown from a suspicious TSA officer, because a machine was coded to make binary assumptions about bodies.

No, you get a full grope patdown from a TSA officer because the United States' reaction to 9/11 was disproportionate and insane.

In no other free nation on Earth* would a machine detecting a suspicious, dick-shaped lump where your vagina should be cause an airport security agent to want to sexually assault you.

*Yes, I'm sure there are a few, and I'm sure someone will respond to my comment with at least one of them.


Is there a source or explanation for how a proctoring service running on a computer webcam (not a body scanner) would flag students because their outward appearance doesn't conform well to a particular gender distribution? I didn't see any links in the article.


So we put sex on passports? What is the issue?


> Often they get it coming and going: a trans femme still marked M will get flagged for having breasts, but if they've changed it to F, they get flagged for their genitals instead.

An F sex marker isn't going to stop this happening.


It isn't so much a book that is a problem. It is divide and conquer by groups of students.


Amazon requires you show ID and have a camera on for their online peogramming screening.

I chose to not enable my laptop webcam and to instead apply elsewhere, mostly from self respect.

In paying an institute for education i doubt students have a similar luxury. I hope that the EU might enforce privacy similar to the move against cookies. Likewise i would love to see restrictions that prohibit facial recognition in private businesses without consent


This seems not to be a thing in the EU at all.

At least in Poland where I live, it's pretty much unheard of. Sure, cameras are required once in a while, sometimes you need to show your student ID, but the scary e-proctoring software doesn't exist at all.


Anecdotal evidence, but I heard TU Delft (in the Netherlands) used e-proctoring software like this in some high level exams. So it might not be that black and white. If anything, I'd wager you mostly just don't hear about it because most students have nearly no leverage in situations like this.


I’m a TU Delft master’s student so I can comment on this. E-proctoring here is highly dependent on your department (also called faculty). I am in the TPM faculty where we don’t have any proctoring whatsoever (most of our exams are open book). But I do know from my friend that Aerospace has quite heavy proctoring with closed book exams. Similarly CS too (if I recall correctly) has proctoring.

Additionally, proctoring is unsurprisingly quite unpopular amongst students - for privacy reasons, and also perhaps because of the “assumed guilt”. There’s a lot of push to completely stop e-proctoring university wide.

Here are some interesting articles from our newsletter, TU Delta, with a lot of relevant information:

1. https://www.delta.tudelft.nl/article/online-proctoring-i-was... 2. https://www.delta.tudelft.nl/article/why-ae-students-have-so... 3. https://www.delta.tudelft.nl/article/dont-want-online-procto...


I wonder to what degree is the cheating epidemics rooted in the fact that we have made a college title something of a Golden Calf. Or at least Bronze Calf with a thin gold finishing. (Even idol vendors cheat...)

Too many people feel the push to have a degree even if their capabilities (not just raw intelligence, but things like grit) aren't on the necessary level. Then they resort to cheating.


Important to suss out the two issues, because they are in conflict:

1) EProctoring is bad when it does not work as intended (racism, getting people wrong, etc)

2) EProctoring is bad when it works exactly as intended.

The second is the bigger issue, IMHO. I refuse to use it categorically. We teachers need to learn to adapt to the current world. This means understanding that there is very little use for this kind of testing in general. Very few situations in life require rote memorization in a time sensitive environment where you can't talk to people or use the internet. Teachers, teach better.


How are you supposed to assess whether a student has learned quantum mechanics, or chemistry, or calculus if any questions you ask them they can simply contact another student for help, or get someone to do it for them on sites like Chegg? Short of giving an individualized oral exam, which is not feasible for anything but tiny classes, proctored exams are necessary for assessment in such classes. This has nothing to do with memorization or time pressures, and everything to do with making sure the student is the one who actually did the work. In an ideal world one could trust students to do take-home exams on their own, but I’ve yet to be at a university where undergraduates did not take advantage of such trust…


I can't speak for those other disciplines, but I'd flip the question -- how valuable, really, is the act of "determining the source of the work, via proctored exams" when the goal is "ensuring that students learn." This is just an ongoing arms race, and other ways have to be experimented with.

Again, the biggest stupidity is "discouraging collaboration."

I teach web design and some programming, and FAR AND AWAY the best thing I've done is "get all my students on discord and encourage them to help each other on their assignments."

I set up a "make sure your website has this and this; content is up to you." And I end up with 40-50 different very cool websites, and I've gotten a pretty good sense that learning takes place because I'm in the chat too.


The banning of such a tool is a good start. One could also think about creation of requirements for tools to protect student privacy in the future that goes beyond a specific tool or software.


People who have to cheat to get through university and succeed doing so have cheating skills to succeed without having to invest the time and money for a degree.

People who would pass but cheat anyways because they believe grades matter are stupid enough that they will fail in any job.

We are all poorer for the importance we assign to grades and the resulting design for testability of education

Anyone here giving anything on grades when hiring? I know I never did.


Anyone here giving anything on grades when hiring? I know I never did.

For a new graduate with little other experience, I'd look at it. But, on the list of things that really mattered, it was near the bottom - at most, a "low" GPA would trigger me to ask more basic tech questions than I might normally.

For anybody with career experience, I don't care.


> discriminate against students with disabilities.

As someone who actually has learning disabilities (ADHD, dyslexia) this definitely isn't universally true. I have yet to complete a degree, but the most progress that I have ever made was in one was almost completely thanks to eproctoring. I had virtually no anxiety because I was in the comfort of my own home, and couldn't over-hear worrying discussions other students were having prior to the exam. It almost a complete 180 from every other examination experience that I've had.

I had a few courses which required on-site (Pearson Vue) examination, and I experienced far more anxiety (by virtue of experiencing none at home).

I can certainly understand how certain (potentially the majority of) disabilities could face discrimination, as described by the linked article, but this is worded as a blanket statement.

> Want to tell Fight for the Future about your eproctoring horror story? We’d like to hear it.

I'd prefer to submit my in-person horror stories. I have more than a decade of them.


One problem here is analogous to the separation of powers in government: education and testing are separate powers, and shouldn't be exercised by the same body. Educators ought to be doing everything they can to help students gain understanding, and such evaluation as is necessary for them to guide that process ought to be consequence-free, except to alert the educator to what next step is needed. Doing otherwise creates a needlessly antagonistic relationship between teacher and student, and causes all sorts of unhelpful incentives in both parties.

Evaluation of the success of that education, on individual and institutional levels, ought to be done by people not involved in the process of education. Such testing should be infrequent enough that live, in-person proctoring would be no burden. There is no reason for high-stakes evaluation to be a constant feature of education.

I don't think that'll happen anytime soon, but it seems like the right approach, to me.


This is an interesting point. Testing and professors and their curriculum were always so intertwined in my college days that I never even considered a "separation of powers" but it makes sense.


This is how Western Governors University works - they have separate instructors and evaluators. Not sure how well it works in practice, however. I have read a few complaints.


There are basic technical hurdles for a lot of users too. My wife recently took a professional certification exam at home. She is an RN. We had to borrow my son's desktop gaming system, set it up in the kitchen, and jump some technical hoops (buy an external web cam) to meet the proctoring requirements. My wife probably couldn't have done it without my technical help and it was more stressful for her than going to a testing center.


When I was in college, cheating was already rampant. I ended up dropping out the semester prior to graduation, despite performing well, because I just couldn't muster the desire to continue. Part of that was because of seeing how many people around me were blatantly and consistently cheating compared to the work I put in.

Without the credential it's definitely created some challenges in my career, but I took the far more valuable /education/ with me into my career and have been very successful overall. When I look up most of my former classmates, they have not achieved near my level of success, partly because they failed to learn due to their rampant cheating. They may have received the credential, but they failed to learn anything they could take forward in life with them.

I'm of two minds on this. I think that rampant cheating greatly undermines student morale for those students that don't cheat, but on the other hand it doesn't really matter because in the long-run it cheats the student who's cheating, not the class. The piece of paper at the end doesn't matter.

All that aside, the way e-proctoring is done now, and new "advancements" with facial recognition being added into it, is horrifyingly privacy invading and often done in a way which is effectively malicious software being forced to be installed on a student's personal equipment. As a strong advocate for privacy and security, I cannot be anything but opposed to the way things are going. When I do remote proctored certification exams for continuing education, I've always preferenced taking them in a testing center kiosk specifically so I don't need any such software installed on my own computer systems.


Thank you for standing up for what you thought is the right thing to do. Takes character to swim against the stream and not simply falling back to group behavior.


On the linked site it calls the eproctoring algorithms that have difficulty with dark skin tones “racist” I think it’s foolish to ascribe human belief systems to computer vision frameworks. Instead you could describe them as “buggy” or “missing critical features that make it unusable”

But no, the article linked on baneproctoring.com is instead saying something more along the lines of “eproctoring hates black people” This isn’t helpful.


My institution is currently undergoing a review of our assessment policy and I am participating as a stakeholder.

Nobody, academic or otherwise, wants to use e-proctoring ongoing. It was a kludge for sudden covid in 2020 but ongoing use will be restricted by policy to where it is used to accommodate a student's need for an alternative assessment arrangement.


To amuse a client who did "security by checkbox" everyone needed some entry level comptia certs, even old timers who "wrote the book" back in the old days LOL, so I took some proctored tests live at a testing center recently.

I read a lot of reports of eproctor'd tests being cancelled by rando e-proctors with zero recourse. There are three problems. The first is some of these tests cost hundreds of dollars, although I suppose getting kicked out of uni for cheating would be even more expensive, its just a huge risk to e-proctor compared to the human touch at my local test center. Secondly there is no feedback no oversight and no escalation procedure for most e-proctor systems that I'm aware of, some amazon turk nobody can cancel your test on you for any reason they feel like with zero recourse and you're out all the money and theres absolutely nothing you can do about it. Infinite power with no oversight will be infinitely abused. Thirdly the demands for a sterile test location were kind of a PITA. Honestly its easier to go to a test center than to provably and verifiably remove every book and piece of paper and anything with writing on it, from my office at home. I need to remove the kids from the house as any sight of another person is an instant disqualification and loss of my expensive test fee. I can't take it outside what if my neighbor starts mowing the lawn or it starts raining, instant fail when I leave the camera view. I have to silence every electronics device in the house because any interruption is again another forfeited expensive test.

(edited to add, I remember another complaint about e-proctor that to prevent brain dumps and copying questions out of their "secret test" any mumbling or even facial expressions were considered an autofail according to some online reports of people taking my test. I did the net+ and found it quite easy but sure enough I can't discuss for NDA reasons or whatever but I was eye rolling "you gotta be kidding" about one question and at a testing center locked in a room alone nobody cares when I roll my eyes but that would have cost me $350 if I did e-proctor testing.

also to prevent copying their top secret test they needed proof I had no electronics devices in sight, so it wasn't just removal of all paper products but anything electronic had to be removed from my office/lab it was just ridiculous)

Its just easier and faster and vastly less stressful to get out of the house and test onsite at the nearest Vue facility, which is a school I formerly attended LOL.


That seems like the kind of situation credit card chargebacks are made for, as their process of discerning cheating is nonsensical. Not that doing so would have helped you get the magic piece of paper, but perhaps you could have assuaged the client with a piece of paper from a different company.


from the other comments, it is a pain for honest ppl and a blessing for cheaters.


I think this site should use one sentence to explain what Eproctoring means or what it is.


Eproctoring is a terrible solution to a real problem.

There is cheating at universities. Traditional invigilated exams are fairly effective at detecting certain kinds of cheating, and ensuring a minimum level of competence in some subjects.

I’m aware of a number of different notions of cheating, though I am by no means an expert:

The sort of looking over somebody’s shoulder to see their answers is what comes to mind first, and this is fairly easy to detect through existing means (turnitin etc for written work). This is a common form of plagiarism.

There is collusion, where people try to share answers. There are varying schools of thought on how bad this is. I personally don’t worry too much about it because most assignments are primarily formative rather than summative examinations, and in these cases it is basically peer learning a lot of the time.

The most heinous kind of cheating and the hardest to detect is commissioning. This is basically when students use essay writing services or similar. They will generate an original work of appropriate quality.

It’s almost always possible to detect the kind of blatant cheating people are particularly worried about (commissioning and plagiarism) through sufficient contact time between the students and staff. A brief conversation every now and then with students will promptly reveal blatant cheaters.

There is no magic technological solution to this. Eroding student trust and privacy through invasive surveillance will inevitably lead to worse outcomes.

The solutions to this are to set better assignments, which require thoughtful answers, rather than scantron-like quizzes where answer keys can be shared, high levels of contact time to get to know students, and occasionally controlled exams to ensure nothing is slipping through the cracks. There’s a big difference between teaching and certification, and it’s very hard to balance those needs.

Anything summative needs to be marked anonymously (or at least pseudonymously), and often needs to be done under controlled conditions.

It is not possible to detect a sufficiently advanced cheater (particularly people commissioning work) working in an environment they control, on a device they control. The cheaters will beat you. They do in video games, and they will in academic pursuits too.

The people selling this are preying on a legitimate fear of cheating that universities have, but their solutions are snake oil, and degrading to the majority of students who are honest and want to learn. Better teaching solves many of these problems, and individual projects with vivas are an extremely effective solution for where you need higher assurance. We can go back to invigilated exams if we desperately need to after covid.


Medical students in the UK were forced into incontinence for their exams due to proctoring failures. The same has also been happening with doctors doing their postgraduate exams.


Banning e-proctoring is unfair to students who worked hard.


You don't think students who worked hard deserve privacy?


Do you have privacy when you sit in the exam hall?


Proctors and cameras in exam halls can't see inside your house, so yes.


Honest question: Who cares if people are cheating? It's not like I can't call my friend when I have a question at work.


I'd imagine your friend(s) would care if you called them with questions frequently enough!


It took me 5 minutes to figure out what eproctoring is


Algo for teachers affected by cheating:

1) make questions brutal and unique (compared to previous year or current groups) if possible

2) make everything open-book

3) set a tough time limit

4) curve the results to a desired grade distribution (that is often imposed from above anyway)

5) use software that can the catch most obvious frauds (i.e. 360 degree room scanning, ban use of phones/second computers etc.)

6) if the exam requires algos, use software analyzing AST of the code produced to catch possible "cooperation", then decide on those cases individually (i.e. if an algo is common, then there is a high chance of very similar AST for non-cooperating people, but if it's unique, the chance is low)


> i.e. 360 degree room scanning

Tape a smartphone to the laptop screen. Out of view of the webcam at all times. (This isn't hard.) Such room scanning is harmful, and doesn't prevent cheating.


The tests I’ve taken (amateur radio, tech certs) require a second device to show the rest of the first device.


Some tests I've taken required a 360-degree scan first including under-the-desk walk (to show no cheat sheets were glued anywhere) and then required a second device with a side-view of the desk I was sitting at. When I was taking an ETS test for a Stanford admission, they just required 360 room scan and the test itself only with a laptop camera.


I’m not sure about curving the grades. It creates a level of adversarial competition between students that I don’t think is healthy in an academic environment. Sometimes it can be necessary, but it’s not fair to punish people for having better peers than last year.


In most cases, at least for medium and large courses (over 30) the curve is calibrating the exam contents more than the peer group.


I agree with you on that point, especially with extremely large sample sizes (think national exams like SATs or A-Levels).

My point is more that universities (in my opinion) should hope to foster a cooperative rather than ruthlessly competitive learning environment, and students know that curves mean that there’s effectively a quota of good grades available, and they’re competing with their friends for them. I feel this massively impacts peer learning dynamics.


Do you have personal experience finding success with #6? My limited experience with detecting code plagiarism has been that detecting re-use that has been non-trivially obfuscated is a rather difficult problem.


One of the Top 10 CS universities I studied at had some system for that, obviously it couldn't catch somebody who was a good programmer and could reshuffle AST with properly renamed variables. But it was still helpful for less-gifted students who cheated. Typically teachers had to set a threshold of similarity for their given assignments over which it was automatically reporting student names. The software scrapped GitHub as well.


For me what tends to happen is it becomes easy to catch the weaker students students who are cheating, since they often make weird/unusual mistakes that would be unlikely to occur in the same way (e.g. weird misspellings of certain keywords/variables).


Related: Bengaluru (India), Student alleges invigilator addressed her as ‘baby’, sparks row.

https://indianexpress.com/article/cities/bangalore/bengaluru...


Not related, really.


I think it's related because eproctoring often forces people to electronically invite strangers into their homes and show them round.

Creeps are going to creep, but it's legitimate to want to reduce the number of avenues they can do that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: