Forum Discussion
Articulate Storyline: Export to Google Drive
Hey David - That happens with my posts sometimes as well. Should clear itself up.
What is running on user.js line 81 that's being blocked?
Hi Steve, thanks for catching up!
In bold below, this is the part Firefox highlight as the issue.
storyline =
{
"date" : new Date().toJSON().slice(0,10), //STORE DATE
"prénom" : player.GetVar("prenom3"),
"nom" : player.GetVar("nom1"),
"courriel" : player.GetVar("courriel1"),
"Le développement du cerveau" : player.GetVar("01developpementducerveau"),
"Les grands principes du neurodeveloppement" : player.GetVar("02grandsprincipesdeneurodeveloppement"),
"L'environnement social" : player.GetVar("03environnementsocial"),
"Les facteurs de protection": player.GetVar("04facteursdeprotection"),
"L'histoire de Catherine: player.GetVar("05LhistoireDeCatherine"),
"Complété": player.GetVar("fin")
}
And then, you know what ? It was the missing " after Catherine who blocked everything! It's working well now. Thanks for pointing this out!