Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,6 @@ def analyze_segment_with_gemini(cluster_text, is_full_text=False):
|
|
176 |
- Create two plausible but incorrect answers
|
177 |
- IMPORTANT: Ensure all answer options have similar length (± 3 words)
|
178 |
- Ensure the correct answer is clearly indicated
|
179 |
-
- The correct answer should be subtly embedded, ensuring that length or wording style does not make it obvious. The incorrect answers should be semantically close and require careful reading to distinguish from the correct one.
|
180 |
|
181 |
Text:
|
182 |
{cluster_text}
|
@@ -226,7 +225,6 @@ def analyze_segment_with_gemini(cluster_text, is_full_text=False):
|
|
226 |
- Create two plausible but incorrect answers
|
227 |
- IMPORTANT: Ensure all answer options have similar length (± 3 words)
|
228 |
- Ensure the correct answer is clearly indicated
|
229 |
-
- The correct answer should be subtly embedded, ensuring that length or wording style does not make it obvious. The incorrect answers should be semantically close and require careful reading to distinguish from the correct one.
|
230 |
|
231 |
Text segment:
|
232 |
{cluster_text}
|
|
|
176 |
- Create two plausible but incorrect answers
|
177 |
- IMPORTANT: Ensure all answer options have similar length (± 3 words)
|
178 |
- Ensure the correct answer is clearly indicated
|
|
|
179 |
|
180 |
Text:
|
181 |
{cluster_text}
|
|
|
225 |
- Create two plausible but incorrect answers
|
226 |
- IMPORTANT: Ensure all answer options have similar length (± 3 words)
|
227 |
- Ensure the correct answer is clearly indicated
|
|
|
228 |
|
229 |
Text segment:
|
230 |
{cluster_text}
|