Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP identify suspected cheaters #1249

Merged
merged 34 commits into from
May 7, 2024
Merged

WIP identify suspected cheaters #1249

merged 34 commits into from
May 7, 2024

Conversation

george-misan
Copy link
Collaborator

No description provided.

services/headless-lms/models/src/course_instances.rs Outdated Show resolved Hide resolved
);
CREATE TRIGGER set_timestamp BEFORE
UPDATE ON suspected_cheaters FOR EACH ROW EXECUTE PROCEDURE trigger_set_timestamp();
-- The suspected_cheaters table is a that contains a student that are suspected of cheating because they meet the cheating requirement (i.e. score > threshold && duration > average_duration)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include in the comment on table

@nygrenh nygrenh changed the title Creates a feature that identify suspected cheaters WIP identify suspected cheaters May 7, 2024
@nygrenh nygrenh merged commit bf52dc4 into master May 7, 2024
17 checks passed
@nygrenh nygrenh deleted the cheaters-identifier-feature branch May 7, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants