Forum Discussion
AlondraSanch863
4 years agoCommunity Member
Connect to data base
Hello everyone,
I would like to know if my storyline project can be connected to a database and if it is possible, do you know how?
MichaelDufour-7
3 months agoCommunity Member
Making Firestore work with my Scorm is interesting, though the scripts imports in the index html file are failing (I'm trying with this :
<script src="https://www.gstatic.com/firebasejs/11.3.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/11.3.0/firebase-firestore.js"></script>
and get an error like it needs to be in a module).
My idea is to send the scores of my minigame to Firestore, and get it back in Moodle to create a leaderboard of all the submitted scores through a table in an iframe.
Not sure if I'm clear, my friday evening brain is closer to some jelly than a human brain 😅