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
// return "You are given an educational description in natural language.\n\n" +
78
+
// "1. First, analyze the sentence to determine what kind of relationship it contains, such as:\n" +
79
+
// "- Cause and effect\n" +
80
+
// "- Inclusion or category\n" +
81
+
// "- Example and concept\n" +
82
+
// "- Behavioral actions\n" +
83
+
// "- General explanation\n\n" +
84
+
// "2. Then, generate a **cute, warm, and educational diagram-style illustration** that reflects the structure and meaning of the sentence.\n\n" +
85
+
// "Use **flat vector illustrations inspired by iOS emojis**, with **bright and soft colors**.\n" +
86
+
// "If the sentence includes multiple ideas, arrange the illustration using diagrams, arrows, or symbolic layouts that match the logical structure.\n" +
87
+
// "Do **not include any text or labels** in the image. Use only visuals.\n\n" +
88
+
// "[Description]\n" + answer;
89
+
// }
90
+
91
+
// 버전2
92
+
// public String buildQuizImagePrompt(String answer) {
93
+
// return "You are given an educational description in natural language.\n\n" +
94
+
// "1. First, analyze the sentence to determine what kind of relationship it contains, such as:\n" +
95
+
// "- Cause and effect\n" +
96
+
// "- Inclusion or category\n" +
97
+
// "- Example and concept\n" +
98
+
// "- Behavioral actions\n" +
99
+
// "- General explanation\n\n" +
100
+
// "2. Then, generate a cute, warm, and educational diagram-style illustration that reflects the structure and meaning of the sentence.\n\n" +
101
+
// "Use flat vector illustrations inspired by iOS emojis, with bright and soft colors.\n" +
102
+
// "If the sentence includes multiple ideas, arrange the illustration using symbols or visual layouts like arrows, sets, or diagrams **only when necessary to express the logical relationship**.\n" +
103
+
// "Do not include any text or labels in the image. Use only visuals.\n\n" +
return"You are given an educational description in natural language.\n\n" +
110
+
"1. First, analyze the sentence to determine what kind of relationship it contains, such as:\n" +
111
+
"- Cause and effect\n" +
112
+
"- Inclusion or category\n" +
113
+
"- Example and concept\n" +
114
+
"- Behavioral actions\n" +
115
+
"- General explanation\n\n" +
116
+
"2. Then, generate a cute, warm, and educational diagram-style illustration that reflects the structure and meaning of the sentence.\n\n" +
117
+
"Use flat vector illustrations inspired by iOS emojis, with bright and soft colors.\n\n" +
118
+
"If the sentence includes multiple ideas or relationships, use simple visual symbols like arrows or grouping layouts to represent those relationships **only when necessary**.\n" +
119
+
"Do **not overuse symbols**—use them only when they help express meaning clearly.\n\n" +
120
+
"Do not include any text or labels in the image. Use only visuals.\n\n" +
0 commit comments