Tools for Team-Based Learning
You can export a RAT so that you can import it in Blackboard as a test.
rat export --format blackboard --solution abcdabcdab questions.txt
You can provide the solution string to shuffle the answer alternatives, or it will be randomly generated for you.
You can export a RAT so that you can import it in Supermark documents.
rat export --format supermark --solution abcdabcdab questions.txt
You can provide the solution string to shuffle the answer alternatives, or it will be randomly generated for you.
You can export a RAT so that you can use it as a simple PDF document.
rat export --format pdf --solution abcdabcdab questions.txt
You can provide the solution string to shuffle the answer alternatives, or it will be randomly generated for you.