Prompt
{% if answerKey != "" %} Given the following options, what do you think is the correct answer to the question below: {{question}} Options: {% for letter, t in zip(answer_choices, choices.text) %} - {{letter}}: {{t}} {% endfor %}
{% if answerKey != "" %} Given the following options, what do you think is the correct answer to the question below: {{question}} Options: {% for letter, t in zip(answer_choices, choices.text) %} - {{letter}}: {{t}} {% endfor %}