Picture of Jason Chui
Enable trickle by default
by Jason Chui - Saturday, 9 May 2020, 12:29 AM
 

Somehow, my blocks need me to go inside and enable Trickle one by one.

Moreover, for testing purposes, sometimes I would remove the Trickle extension. Then before publishing, I would enable it. But doing so would remove all the Trickle enable I did for 20 blocks! 

Is there a way to enable Trickle by default?

Picture of Matt Leathes
Re: Enable trickle by default
by Matt Leathes - Saturday, 9 May 2020, 3:42 PM
 

It's probably because of this: https://github.com/adaptlearning/adapt-contrib-trickle/pull/92

Unfortunately if we change it back it will likely mean more work since you'll have to turn it off in all the places you don't need it.

Until this gets added into the authoring tool there's not much we can do to improve this.

Could you maybe enable trickle at the Article level then just override it for blocks where you want different behaviour?

Picture of Jason Chui
Re: Enable trickle by default
by Jason Chui - Sunday, 10 May 2020, 8:13 AM
 

Being able to enable / disable it at the Article level is good enough for me. thanks!