Unique Login for Quiz

Unique Login for Quiz

by eyshal noya -
Number of replies: 1

I am trying to use unique login for quiz module to restrict students from cheating in exams.

I am trying to check user id against IP and time, such that a unique ip should exist for a user against given time, otherwise either:

1.Alert is generated

2.Student account is suspended

3.Teacher is notified.


Has anyone worked in this area.

I successfully implemented unique login plugin but it does not address the problem faced as:

1.User can pretend to be attempting quiz while another person logs in and attempts

2.Not specific to quiz module

3.no alert is generated

4. I donot want to store session info in dB as required by this pugin

Average of ratings: -