hint='There is a single choice question. Answer the question by replying A, B, C, D, E, F, G, H, I, J. No other answers are accepted. Just the letter.'
classDataEvaluator:
def__init__(self):
# self.template_prompt = template_prompt
self.data=[]
defload_data(self,file_path):
"""
Load data from a Parquet file into a list.
Each record in the Parquet file should represent an individual record.