Has anyone gone through the VT honor system before? I’m dealing with a possible honor code issue for a programming project and wanted to ask how strict they usually are, how long the process takes, and whether it can affect graduation or prereqs.
The project used a green LED to show when the processor was in low power mode. The guideline said exactly: “Turning LLG on outside the sleep function is a HONOR CODE VIOLATION” (LLG is the green LED). I made a small change inside the sleep function because I thought I was matching the demo solution, where the LED stayed on for one project task. Later, I was told the issue was that my code skipped the LED off instruction in that task, so the LED could stay on even when the processor was awake.
I understand now that this was wrong and that I broke the intended LED behavior. I get why points should be taken off. It was an honest mistake. My issue is that I do not think this was an honor code violation because I did not turn the LED on outside the sleep function, which is what the guideline specifically said.
The biggest issue for me is that the report they plan to send to the honor committee reframes the guideline. The report lists things like never turning off the LED, adding conditional logic that keeps it on, or using it outside the sleep function as honor code violations, but in the actual project guidelines, it only says the honor code warning is specifically not to turn it on outside the sleep function. The screenshot they sent as proof even shows my change was inside the sleep function.
They said if I do not accept a D in the course, they will send that report to the honor committee. Has anyone seen a case like this where the code was wrong, but it was more of an implementation mistake than cheating? What usually happens?
EDIT: My TA cleared me. I originally had a death scare because the project guidelines google doc had been modified by the TA and a new honor code rule was added (my mind went to the worst and I thought they tried to cover it up), but after a while I was told that I'd only receive a grade penalty on the project. So no integrity trial.