From 5d9ade891df8e23b6b8665029d10ffa90d56136c Mon Sep 17 00:00:00 2001 From: mpelissi Date: Wed, 26 Apr 2023 11:47:36 +0200 Subject: [PATCH] update pour prolific --- static/MAIN.js | 4 ++-- static/fonctions_fin.js | 2 ++ static/fonctions_inscription.js | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/static/MAIN.js b/static/MAIN.js index 0869a1e..f814c13 100644 --- a/static/MAIN.js +++ b/static/MAIN.js @@ -86,7 +86,7 @@ function init_variable(premier_appel){ // Enchainement des pages if (premier_appel){ - page_avertissement = true + page_avertissement = false page_contexte = false page_inscription = false page_explication = false @@ -553,7 +553,7 @@ function animate() { // Si la requête est terminée, et que la réponse n'est pas une erreur. if (xhr.readyState === XMLHttpRequest.DONE && xhr.status === 200) { console.log(xhr.responseText); - message_fin = "> It's done. You can close the web page." + message_fin = "> It's done. Your submission has been recorded." envoie_termine = true update_texte_fin(message_fin) interactions.push({"time": new Date().getTime(), "type": get_message("fin_etude", [])}) diff --git a/static/fonctions_fin.js b/static/fonctions_fin.js index 3d7a211..8543e4a 100644 --- a/static/fonctions_fin.js +++ b/static/fonctions_fin.js @@ -37,6 +37,8 @@ function affichage_texte_fin(M_fin){ affichage_titre(M_fin, (0.02*window.innerWidth)+"pt Courier", "#FFFFFF", yt=0.6*window.innerHeight) + affichage_titre("Your completion code is : C30H3F5I", (0.02*window.innerWidth)+"pt Courier", "#EF476F", yt=0.8*window.innerHeight) + } function update_texte_fin(M_fin){ diff --git a/static/fonctions_inscription.js b/static/fonctions_inscription.js index c51d374..3c24ecf 100644 --- a/static/fonctions_inscription.js +++ b/static/fonctions_inscription.js @@ -15,7 +15,7 @@ function affichage_inscription(){ // ctx.font = font // largeur = ctx.measureText(texte).width // ctx.fillText(texte, (window.innerWidth/2)- (largeur/2), 100) - titre = "Personal Information" + titre = "Information" affichage_titre(titre, taille_titre_insription+"pt Courier", "#EF476F") // Pour les zones de textes @@ -23,7 +23,7 @@ function affichage_inscription(){ ctx.fillStyle = "rgb(255, 255, 255)" ctx.font = taille_texte_inscription+"pt Courier" //ctx.fillText("Firstname:", x_texte_zone, parseInt(document.getElementById("Firstname").style.top) -12) - ctx.fillText("Pseudo:", x_texte_zone, parseInt(document.getElementById("Pseudo").style.top) - 12) + ctx.fillText("Please enter your Prolific ID:", x_texte_zone, parseInt(document.getElementById("Pseudo").style.top) - 12) ctx.fillText("Age:", x_texte_zone, parseInt(document.getElementById("Age").style.top) - 12) ctx.fillText("Gender:", parseInt(document.getElementById("SexeM").style.left), parseInt(document.getElementById("SexeM").style.top) - 22) ctx.fillText("Male", parseInt(document.getElementById("SexeM").style.left)+40, parseInt(document.getElementById("SexeM").style.top)+24)