restrict two device using same account at the same time - mobile app

restrict two device using same account at the same time - mobile app

by Vlăduţ Frăţiman -
Number of replies: 5

I want to mention a situation that I think is wrong.

I did a test today: I accessed a quiz with 2 devices using same account on mobile application. I was able to navigate through the answers on both devices, we could even simulate working in collaboration.

I imagine a situation where two students share the same account and one can see the solution made by the other.

For the browser there is a solution to limit the number of concurrent logins, but for the mobile application what can be done to prevent such situations?


Average of ratings: -
In reply to Vlăduţ Frăţiman

Re: restrict two device using same account at the same time - mobile app

by Joseph Thibault -
Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Vlad, have you tried a plugin like https://moodle.org/plugins/quizaccess_onesession ?
Average of ratings:Useful (1)
In reply to Joseph Thibault

Re: restrict two device using same account at the same time - mobile app

by Vlăduţ Frăţiman -
Thanks!
I will try it tomorrow morning.
Regarding the IP, I don't think it is possible to solve the problem. I installed moodle on a virtual server (wsl) and the connection is made through NAT, therefore all connections are seen as coming from the same IP address.
In reply to Vlăduţ Frăţiman

Re: restrict two device using same account at the same time - mobile app

by Vlăduţ Frăţiman -
I tested the plugin suggested above today and it seems to work. However, there is a problem: when I try to access from the mobile app a quiz that has the concurrent access restriction set, I get an alert and have to open the quiz in the browser. The thing is that for the browser there is already a functional option in this sense available at: Site administration->Plugins>Authentication->Manage Authentication->Limit concurrent logins.
Therefore, this plugin is also functional for the mobile app or any quiz must be opened in the browser? Maybe it's a problem with me, I'm using android 14.
If it doesn't work for mobile, what is the advantage of this plugin over the above mentioned option available in moodle?

Moodle capture

In reply to Vlăduţ Frăţiman

Re: restrict two device using same account at the same time - mobile app

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Yes, this plug-in limits the *browser sessions* - mobile devices do not count. Read the discussion on the plug-in page https://moodle.org/plugins/quizaccess_onesession. One option would be to disable Mobile access during the exam. Another one is to make the Safe Exam Browser mandatory for the exam. There may be more.
In reply to Visvanath Ratnaweera

Re: restrict two device using same account at the same time - mobile app

by Vlăduţ Frăţiman -
Using mobile app is more convenient because connection and account are saved. But it's ok to go from app to browser, because don't require to type url or account credentials.