Skip to content
Fox LMS Live Demo
Pricing
Fox LMS Live Demo
Main Menu
Pricing
Login
Log in
Please log in to your account to continue
Username
Password
Remember Me
Register
function quizGetDevice(){ const ua = navigator.userAgent.toLowerCase(); if(ua.includes('mobile')) return 'mobile'; if(ua.includes('tablet')) return 'tablet'; return 'desktop'; } jQuery(function(){ jQuery.post('https://lms.ays-plugins.com/wp-admin/admin-ajax.php', { action: 'quiz_update_device_info', device: quizGetDevice(), os: navigator.platform, browser: navigator.userAgent }); });