ENCOA-276, ENCOA-277
This commit is contained in:
@@ -26,7 +26,7 @@ class MultipleChoice:
|
||||
{
|
||||
"role": "user",
|
||||
"content": (
|
||||
f'Generate {quantity} {difficulty} difficulty multiple choice questions of {n_options} '
|
||||
f'Generate {quantity} {difficulty} CEFR level difficulty multiple choice questions of {n_options} '
|
||||
f'options for this text:\n"' + text + '"')
|
||||
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ class TrueFalse:
|
||||
{
|
||||
"role": "user",
|
||||
"content": (
|
||||
f'Generate {str(quantity)} {difficulty} difficulty statements based on the provided text. '
|
||||
f'Generate {str(quantity)} {difficulty} CEFR level difficulty statements based on the provided text. '
|
||||
'Ensure that your statements accurately represent information or inferences from the text, and '
|
||||
'provide a variety of responses, including, at least one of each True, False, and Not Given, '
|
||||
f'as appropriate.\n\nReference text:\n\n {text}'
|
||||
|
||||
Reference in New Issue
Block a user