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 where to find QuizTime Manager.
sudo curl -fsSLo /usr/share/keyrings/quiztimemanager-archive-keyring.asc https://downloads.quiztimemanager.com/apt/key.asc
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/quiztimemanager-archive-keyring.asc] https://downloads.quiztimemanager.com/apt stable main" | sudo tee /etc/apt/sources.list.d/quiztimemanager.list
command not found,
install the two tools it needs first with
sudo apt install curl gnupg, then run
them again.
gpg --show-keys /usr/share/keyrings/quiztimemanager-archive-keyring.asc.
The fingerprint it prints should be
277F8386A40C349183A27A8B8AF1ECFD93BCAF25. If it
doesn't match, stop and email
support@quiztimemanager.com.
sudo apt update && sudo apt install quiztimemanager
sudo apt update && sudo apt upgrade
or your usual Software Updater — there's nothing separate to
check, and no update prompts inside the app.
You can install the same .deb package by hand — on a computer where you'd rather not add a software source, for example.
cp ~/Downloads/quiztimemanager_*.deb /tmp/
sudo apt install /tmp/quiztimemanager_*.deb
/etc/apt/sources.list.d/quiztimemanager.list
— the package writes it for you — remove the
# from the front of the
deb line, and run
sudo apt update. That's the same
result as following the steps above.
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.