Set up QuizTime Manager on your own device to manage learning and screen time, and on your children's devices so they can complete quizzes and earn screen time.
New here? Start with the Getting Started guide to pick a plan and create your account first.
Install the QuizTime Manager app on your iPhone or iPad to manage your child's learning goals, screen-time limits, and track their progress.
Install the QuizTime Manager child app on your child's iPhone or iPad through TestFlight.
Install QuizTime Manager for Mac to manage your children, assignments, modules, and worksheets from your Mac — and to set up screen-lock quizzes for children who share the computer.
.dmg and drag
QuizTime Manager into your
Applications folder.
On a family Mac, QuizTime Manager pairs the parent app (in your account) with a screen-lock helper — a small app that runs in the background of your child's account: at their login, the screen locks to a full-screen quiz until the learning is done.
Install QuizTime Manager for Windows on the family PC to register the machine and set up quiz-gated screen time for the children who use it.
.msi. It installs the parent app, the
background service, and the child's screen-lock helper in one pass.
On a family PC, QuizTime Manager pairs the parent app (in your account) with a screen-lock helper — a small app that runs in the background when your child signs in: a full-screen quiz locks the session until the learning is done.
Install QuizTime Manager for Ubuntu on the family computer to register the machine and set up quiz-gated screen time for the children who use it. Supports Ubuntu 24.04 LTS and later.
apt.
It installs the parent app, the background service, and the child's
screen-lock helper in one pass.
cp ~/Downloads/quiztimemanager_*.deb /tmp/
sudo apt install /tmp/quiztimemanager_*.deb
/tmp first isn't strictly
necessary — it just avoids a harmless
"download is performed unsandboxed" notice that apt prints when it
installs a file from your home folder.
One command removes everything: the apps, the background service, the child screen-lock helper, this computer's settings and saved sign-in, and the software source added above.
sudo qtm-uninstall
It asks before deleting anything in a home folder, and finishes by listing anything it couldn't remove, so you're never left guessing. Useful variations:
sudo qtm-uninstall --dry-run — show what would be removed, change nothing.sudo qtm-uninstall --yes — don't ask, just remove.sudo qtm-uninstall --keep-config — remove the apps but keep this computer's setup, so reinstalling picks your family back up.If the command isn't available (a very old build, or the package is already partly removed), this does the same job:
sudo apt purge quiztimemanager
sudo rm -f /etc/apt/sources.list.d/quiztimemanager.list
On a family Ubuntu computer, QuizTime Manager pairs the parent app (in your account) with a screen-lock helper — a small app that runs in the background when your child logs in: a full-screen quiz locks the session until the learning is done.
sudo. If the child
can administer the computer, they can bypass screen-time management
entirely.