import json def get_all_questions(): with open("metadata.jsonl", "r", encoding="utf-8") as f: return [json.loads(line) for line in f]