# Multiplication: 0 to 10 play_through_list = 1 allow_speedup = 1 use_feedback = 1 addition_allowed = 0 subtraction_allowed = 0 multiplication_allowed = 1 division_allowed = 0 typing_practice_allowed = 0 allow_negatives = 0 min_augend = 0 max_augend = 10 min_addend = 0 max_addend = 10 min_minuend = 0 max_minuend = 20 min_subtrahend = 0 max_subtrahend = 10 min_multiplier = 0 max_multiplier = 10 min_multiplicand = 0 max_multiplicand = 10 min_divisor = 0 max_divisor = 10 min_quotient = 0 max_quotient = 10 min_typing_num = 0 max_typing_num = 10 save_summary = 1 question_copies = 1 repeat_wrongs = 1 copies_repeated_wrongs = 2 format_add_answer_last = 1 format_add_answer_first = 0 format_add_answer_middle = 0 format_sub_answer_last = 1 format_sub_answer_first = 0 format_sub_answer_middle = 0 format_mult_answer_last = 1 format_mult_answer_first = 0 format_mult_answer_middle = 0 format_div_answer_last = 1 format_div_answer_first = 0 format_div_answer_middle = 0 max_answer = 999 max_questions = 5000 randomize = 1 starting_comets = 2 extra_comets_per_wave = 2 max_comets = 10 speed = 1.00 max_speed = 10.00 danger_level = 0.35 danger_level_speedup = 1 danger_level_max = 0.90 city_explode_handicap = 0.00