teampy

Tools for Team-Based Learning

Print RATs

When you print a RAT, Teampy creates a shuffled version of the questions for each student, and provides each team with a unique solution.

rat print questions.txt

If you want to use a specific solution for all teams, provide it using the following option:

rat print --teamsolution abcdabcdab questions.txt

If you have defined the solutions of existing scratch cards in the scratch cards file, you just give the code of the scratch card:

rat print --teamsolution D013 questions.txt

The result of this operation are two files:

Only Printing Team RATs

In case you only need to print the RATs for teams and not the individual students, use option --teamsonly.