Time Arithmetic

A benchmark to evaluate a model's ability to add and subtract durations from clock times in 24-hour HH:MM format.

Questions

40

Total Runs

18

Best Score

100/100

Leaderboard
Rank Model Score Run Date Actions
GPT-5 mini
100
2026-02-26 01:21:22 View Details
2 GPT-5 nano
82
2026-02-26 00:53:11 View Details
3 Qwen3 VL 8B (LMStudio)
5000 MB
75
2026-02-28 18:47:19 View Details
4 Gemma 2 9B (LMStudio)
5800 MB
70
2026-02-28 15:03:00 View Details
5 Gemma 3 12B (LMStudio)
8100 MB
70
2026-02-28 15:56:41 View Details
6 Llama 3 8B (LMStudio)
4900 MB
65
2026-02-28 16:47:56 View Details
7 OLMo 3 7B (LMStudio)
4300 MB
65
2026-02-28 17:38:31 View Details
8 Qwen3 4B (LMStudio)
2800 MB
65
2026-02-28 18:14:36 View Details
9 Granite 3.2 8B (LMStudio)
4900 MB
60
2026-02-28 16:20:34 View Details
10 Llama 3.1 8B (LMStudio)
4900 MB
55
2026-02-28 17:03:25 View Details
11 Ministral 8B (LMStudio)
4900 MB
55
2026-02-28 17:24:41 View Details
12 Gemma 2 2B (LMStudio)
1500 MB
35
2026-02-28 03:24:34 View Details
13 Qwen3 1.7B (LMStudio)
1100 MB
27
2026-02-28 18:06:02 View Details
14 Llama 2 7B (LMStudio)
4900 MB
17
2026-02-28 03:09:28 View Details
15 Gemma 2B (LMStudio)
1500 MB
7
2026-02-28 15:35:54 View Details
16 SmolLM2 1.7B (LMStudio)
1100 MB
5
2026-02-28 19:20:02 View Details
17 Llama 3.2 1B (LMStudio)
1300 MB
2
2026-02-28 17:13:43 View Details
18 Phi-3.5 Mini (LMStudio)
2500 MB
0
2026-02-28 17:50:37 View Details
Questions

Question
Starting at 22:00, what time was it 40 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 22:00, what time was it 40 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "21:20",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 16:00, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 16:00, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "15:50",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 12:05, what time was it 5 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 12:05, what time was it 5 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "12:00",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 15:35, what time was it 75 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 15:35, what time was it 75 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "14:20",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 03:55, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 03:55, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "03:45",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 02:50, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 02:50, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "02:00",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 10:25, what time was it 15 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 10:25, what time was it 15 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "10:10",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 04:55, what time was it 90 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 04:55, what time was it 90 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "03:25",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 21:10, what time is it after 60 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 21:10, what time is it after 60 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "22:10",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 19:50, what time is it after 90 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 19:50, what time is it after 90 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "21:20",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 22:45, what time is it after 60 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 22:45, what time is it after 60 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "23:45",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 02:45, what time is it after 40 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 02:45, what time is it after 40 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "03:25",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 16:35, what time was it 40 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 16:35, what time was it 40 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "15:55",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 09:55, what time was it 135 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 09:55, what time was it 135 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "07:40",
  "category": "time_arithmetic",
  "difficulty": "hard",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 09:20, what time is it after 45 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 09:20, what time is it after 45 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "10:05",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 19:10, what time is it after 5 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 19:10, what time is it after 5 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "19:15",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 03:15, what time is it after 90 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 03:15, what time is it after 90 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "04:45",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 18:55, what time is it after 35 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 18:55, what time is it after 35 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "19:30",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 22:50, what time is it after 90 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 22:50, what time is it after 90 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "00:20",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 06:40, what time is it after 90 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 06:40, what time is it after 90 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "08:10",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 23:40, what time was it 135 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 23:40, what time was it 135 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "21:25",
  "category": "time_arithmetic",
  "difficulty": "hard",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 01:15, what time was it 20 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 01:15, what time was it 20 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "00:55",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 17:50, what time was it 75 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 17:50, what time was it 75 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "16:35",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 19:40, what time is it after 15 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 19:40, what time is it after 15 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "19:55",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 16:05, what time was it 45 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 16:05, what time was it 45 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "15:20",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 00:45, what time was it 20 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 00:45, what time was it 20 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "00:25",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 03:35, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 03:35, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "02:45",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 14:45, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 14:45, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "13:55",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 02:10, what time is it after 35 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 02:10, what time is it after 35 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "02:45",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 11:00, what time is it after 40 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 11:00, what time is it after 40 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "11:40",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 09:25, what time is it after 45 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 09:25, what time is it after 45 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "10:10",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 07:45, what time is it after 75 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 07:45, what time is it after 75 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "09:00",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 11:05, what time is it after 75 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 11:05, what time is it after 75 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "12:20",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 06:35, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 06:35, what time was it 10 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "06:25",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 02:55, what time was it 15 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 02:55, what time was it 15 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "02:40",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 21:20, what time is it after 35 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 21:20, what time is it after 35 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "21:55",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 08:30, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 08:30, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "07:40",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 04:35, what time is it after 120 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 04:35, what time is it after 120 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "06:35",
  "category": "time_arithmetic",
  "difficulty": "hard",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 04:25, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 04:25, what time was it 50 minutes earlier? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "03:35",
  "category": "time_arithmetic",
  "difficulty": "medium",
  "tags": [
    "time",
    "arithmetic",
    "subtraction"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
Starting at 04:45, what time is it after 15 minutes? Return HH:MM in 24-hour format.
Question payload
{
  "question_text": "Starting at 04:45, what time is it after 15 minutes? Return HH:MM in 24-hour format.",
  "answer_type": "free_text",
  "correct_answer": "05:00",
  "category": "time_arithmetic",
  "difficulty": "easy",
  "tags": [
    "time",
    "arithmetic",
    "addition"
  ],
  "schema": {
    "type": "object",
    "properties": {
      "time": {
        "type": "string",
        "description": "Computed clock time in HH:MM 24-hour format"
      }
    },
    "required": [
      "time"
    ]
  },
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}