Picture of mayuir sidhpara
Having problem with Trickle
by mayuir sidhpara - Wednesday, 30 July 2014, 1:11 PM
 

Hi,

I'm trying to use the trickle extension and no matter what I do, I cannot get this to work.

This is the .json code structure I've used in Articles, when requiring a trickle on normal pages with components as well as when creating an Assessment.

"_trickle": {
"button": {
"Continue to next question" : "Continue to next question"
}

Just to note, I've already looked at the usage details on Gibhub. Can anyone help?

Picture of Himanshu Rajotia
Re: Having problem with Trickle
by Himanshu Rajotia - Wednesday, 30 July 2014, 1:40 PM
 

Hi mayuir sidhpara,

The proper syntax is as below

"_trickle": {
    "_isEnabled":true,
    "button": "Continue to next question?"
},
 
which you could find it using below link:

https://github.com/adaptlearning/adapt_framework/blob/master/src/course/en/articles.json#L28

 

Thanks

Himanshu

Picture of mayuir sidhpara
Re: Having problem with Trickle
by mayuir sidhpara - Wednesday, 30 July 2014, 3:17 PM
 

Thanks Himanshu.

I tried that and it only lets me use it on one of the articles or block, and the second usage, which in my case is the 2nd module, causes only 1 screen to display and the rest just disappear.

Has anyone else experienced this? Is there some guidance of where to use trickles, or whether the previous screen where its implemented needs to be an interaction or a specific screen? Can you use the trickle component screen after screen?

Also, just to note, I got my trickle code structure from here, so does this need updating?

https://github.com/adaptlearning/adapt-contrib-trickle/blob/master/example.json