For example, we have the following scenario
Q1
Q2
Q3 --(Task1/3)
<---Page break-->
Q4
Q5
Q6 --(Task2/3)
<---Page break--->
Q7
Q8
Q9 --(Task3/3)
<---Page break---->
so on...
All these bunch of questions are set to randomise using Pages in sawtooth.
I would like to print Task 1/3, Task 2/3, Task 3/3 on each page footer as they appear. There is no loop, so it is not possible to implement dynamically.
Is there any possible way to code dynamically using randomise?
If not then can we setup custom randomisation and assign page number accordingly.
Please suggest any possible solution...…