You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/data/form_json.dart
+1-1
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ List<dynamic> formJSON = [
193
193
"title":"MCQ Type Quiz",
194
194
"disc":"Generate MCQs with Answer",
195
195
"prompt":
196
-
"Create a {number} multiple-choice quiz from text {topic}. The output should be in markdown format and include the question, options, and correct answer for each question. Each question should be based on a distinct concept within the text, and four options (including the correct answer) should be provided for each question. The correct answer should be indicated with an asterisk (*) immediately following the option. Ensure that each question and option is grammatically correct, semantically meaningful, and accurately reflects the content of the original text. To achieve this, we will leverage the expertise of an Instructional Designer, a Natural Language Processing Expert, a Quiz Creator, a Markdown Specialist, a Content Editor, a Domain Expert, a UX Designer, and a Data Analyst. The Domain Expert will work with us to identify key concepts in the text, the Data Analyst will use data analytics tools to analyze the results of the quiz and make improvements for future iterations.",
196
+
"Create a {number} multiple-choice quiz for topic {topic}. The output include the question, options, and correct answer for each question. Each question should be based on a distinct concept within the topic. Ensure that each question and option is semantically meaningful, and accurately reflects the content of the original topic. To achieve this, we will leverage the expertise of a Quiz Creator, a Domain Expert, and a Data Analyst. The Domain Expert will work with us to identify key concepts in the topic, the Data Analyst will use data analytics tools to analyze the results of the quiz and make improvements for future iterations. Format: Each question must starts with 'Question' keyword ,all option must starts with (A, B, C, D) enclosed with parentheses and correct answer must starts with 'Answer' keyword.",
0 commit comments