This repository contains few Python programs to quiz Kids. Still WIP. Here are details of these files
-
cli/times_table.py - Command line based quiz App for Times Table. Uses following variables to check num_questions = 10 min_num = 12 max_num = 15 time_limit = 45
-
cli/multiply.py - Command line based quiz App for multiplying 3 digits (201-999)x 2 digits (22-99) numbers. Uses following variables to check num_questions = 10 min_num = 12 max_num = 15 time_limit = 45
-
ui/times_table_ui.py - UI based quiz App for Times Table. Uses total_questions = 10 still has some hard coded values