Let’s say I have 3 Decks A,B,C and each one has the following cards -
A
-A1
-A2
-A3
B
-B1
-B2
-B3
C
-C1
-C2
-C3
Now I want to study cards randomly from each deck like one card from B then C then B then A (not in this particular order, just randomly). AND i want the cards from WITHIN the deck to be displayed in the “Order Added”, like this:
- C1
- B1
- C2
- A1
- B2
(i.e. whenever Deck C was selected cards display order was C1,C2…)
and so on…
How to make this happen?
@dae can you please help me with this on an urgent basis? Please.