Forum Discussion
How to identify the Storyline variables in suspend data
HI All,
I am wondering is there any way i can identify the variable value in storyline suspend data
I have created below variable in storyline
Coins_1, Coins_2
Coins_1 value is 999
Coins_2 value is 888
and below is the suspend data, how can i identify the variable value from suspend data
1$64070609810011120F01a1kv_player.65FSrAdeAoK.5p112Z5fOHQ1^1^0000
- JamesJordanCommunity Member
Hi Sinchu,
You can read the slide views, but I don't know about the variables. It looks like your user went through 19 slides in the second module. Maybe accessed from a main menu?
2Z3C60708090a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0~2K1~2G11001i12~2v
1
01012 - Slide 1
01112 - Slide 2
01212 - Slide 3
01312 - Slide 4
01412 - Slide 5
01512 - Slide 6
01612 - Slide 7
01712 - Slide 8
01812 - Slide 9
01912 - Slide 10
01a12 - Slide 11
01b12 - Slide 12
01c12 - Slide 13
01d12 - Slide 14
01e12 - Slide 15
01f12 - Slide 16
01g12 - Slide 17
01h12 - Slide 18
01i12 - Slide 19~29134001010102u110101010101f10101010131gv_player.5xXjpIS5k8v.6VUa4lyf5Ql1^1^00igfe00101073080060000
Hi Sinchu,
The suspend data of Articulate is not human readable, so there won't be a way to pull out specific variables.
Perhaps you could share a bit more about what you're struggling with and the community could offer other ideas?
- SinchuRaj-Community Member
Hi Ashley,
i Have to create the Leaderboard in Moodle with some of the storyline variables and i have come up with other solution to store the variables in SCORM and its worked.
Glad to hear that Sinchu! If you can share the steps here for anyone else in the community who needs to set up the same thing that would be great.
- SinchuRaj-Community Member
Hi Ashley,
I am in the situation to read the suspend_Data. is there any way we can read this.?
2Z3C60708090a0b0c0d0e0f0g0h0i0j0k0l0m0n0o0~2K1~2G11001i12~2v10101201112012120131201412015120161201712018120191201a1201b1201c1201d1201e1201f1201g1201h1201i12~29134001010102u110101010101f10101010131gv_player.5xXjpIS5k8v.6VUa4lyf5Ql1^1^00igfe00101073080060000
Hi Sinchu,
There is not a way to read the data (for humans at least... LMSs should do it fine!) as we compress it to allow for more data to be captured.
Have you run into an issue with your course? If you want to share more about that here perhaps it's something staff or the community can assist with!
- kalyanigaykarCommunity Member
how to read suspend_Data using php
Hello Kalyani and welcome to E-Learning Heroes :)
Storyline compresses suspend data to avoid exceeding data limits imposed by some learning management systems. As a result, the
suspend_data
string in an LMS debug log isn't human-readable, so you won't be able to decipher it.- Will_FindlayCommunity Member
Darn, I was hoping I could do the same thing as it would be very useful to identify the value of a variable I use that says whether someone skipped to the quiz.
It seems like if it is compressed that there should be a way to decompress it?