Help with kaminari

I am paginating a question in my view and it has a countdown timer. The timer is applied to all the questions means that if I give a 60 mins, I must finish all the questions within the given time. How can I maintain the timers time even if I click the next link?

How have you implemented the timer?

Colin

Try implementing the pagination in an ajax-ish manner. This video is a little old but still relevant #240 Search, Sort, Paginate with AJAX - RailsCasts

I use AngularJS for my applications, which accomplishes the single page application feel, but becoming proficient at it is not trivial.