Cristina
About
- Username
- Cristina
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Hi all, I've worked it out by inserting this code. I'm posting it just in case anyone else encounter my same problem! <button class="btn btn-primary" onclick="NextComponent()">Continua</button> <script> fun…
-
Hi Elisa, thanks for your reply! Sorry, I didn't know about that. I've checked and it says that the variable NextComponent (see my last message) is not defined. Any tips on how do I develop it? Of course my goal is to create a button that proceeds …
-
Hi Kri, thanks for your reply! No I don't get any error message, but it simply does not move on to the next component. Now I've tried to incorporate the jatos.startNextComponent into a button with an onclick function. I tried these two scripts below…
-
Hi Elisa, I'm writing in this thread as I'm facing the same problem. I'm writing an html file. In the head section I've inserted this code <script src="/assets/javascripts/jatos.js"></script> Then, at end of my html file I've …