This commit is contained in:
Suvodip
2025-01-28 17:30:37 +05:30
parent 50db006fd5
commit 056acfffde
21 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
}
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('studentId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
const spriteName = urlParams.get('spriteName');

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('studentId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
let submitNotic;

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('studentId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
let submitNotic;

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('studentId');
const gameVersion = urlParams.get('gameName');
const assignmentId = urlParams.get('assignmentId');
const worksheetId = urlParams.get('worksheetId');

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('studentId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
let submitNotic;