Hi there!
I use a Cornerstone slider to present elearning content, where users basically access their learning videos via the slides.
I have data that tells me which slides they have already seen (and by deduction thus also know which is the first one next that they have not seen).
For this question let’s assume a user has 6 videos he needs to watch and he has already seen 3 of those.
This means a slider with 6 slides, and the 4 slide should be the active one when this user visits the slider page again.
I expected that in this scenario I could make this 4th slide the active with JQuery one by assigning the class is-current-slide and changing the parameters x-slide-distance and x-slide-balance for all the slides (making values for both 0 for the 4th slide).
However, this does not seem to be the logic used the native sliders… or there is Pro JQuery interfering?
Any suggestions are very welcome!