Studying Cards Randomly from Different Decks BUT in the ORDER Added WITHIN a Deck

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:

  1. C1
  2. B1
  3. C2
  4. A1
  5. 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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.