Forums » Using AMC (english) »
Shuffle inside groups without mixing questions from groups.
Added by S. V. over 6 years ago
Is is possible to make a test where
1)Questions about individual countries goes together and are shuffled,
2)The order of the countries are shuffled ?
Example below:
Test 1
Russia:
QR1: r.foo1?
A
B
QR2: r.foo2?
A
B
QR3: r.foo3?
A
B
France:
QF1: f.foo1?
A
B
QF2: f.foo2?
A
B
QF3: f.foo3?
A
B
Germany:
QG1: g.foo1?
A
B
QG2: g.foo2?
A
B
QG3: g.foo3?
A
B
Test 2
Germany:
QG2: g.foo2?
A
B
QG1: g.foo1?
A
B
QG3: g.foo3?
A
B
France:
QF2: f.foo2?
A
B
QF3: f.foo3?
A
B
QF1: f.foo1?
A
B
Russia:
QR3: r.foo3?
A
B
QR1: r.foo1?
A
B
QR2: r.foo2?
A
B
Replies (1)
RE: Shuffle inside groups without mixing questions from groups. - Added by Alexis Bienvenüe over 6 years ago
Yes. You can use elements of an overall group that calls the questions from your groups, as in the following code:
\element{all}{ France: \insertgroup{france} }
You will then use
\insertgroup{all}
in your copy description.(1-1/1)