This commit is contained in:
Suvodip
2025-01-30 12:36:05 +05:30
parent c1830f72a1
commit f3c3cc2ad0
21 changed files with 21 additions and 21 deletions

View File

@@ -165,7 +165,7 @@ import Layout from "../../layouts/Layout.astro";
}
const params = new URLSearchParams(window.location.search);
const gameId = params.get('id');
const userId = params.get('studentId');
const userId = params.get('userId');
const gameName = params.get('gameName');
const assignmentId = params.get('assignmentId');
const worksheetId = params.get('worksheetId');