Spaces:
Sleeping
Sleeping
- don't use any 簡體字,or 大陸用語,ex: 視頻請替換成影片、練習冊請替換成練習本、等等
Browse files
app.py
CHANGED
@@ -286,6 +286,14 @@ def get_ai_suggestion(topic_result, exercise_quiz_result):
|
|
286 |
then 1 will show color green, 0 will show color red, others will show color orange.
|
287 |
so you can just transfer the number to color to explain the user's performance.
|
288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
for this student based on the given knowledge graph and data:
|
290 |
1. How to interpret this knowledge graph.
|
291 |
2. How to assess the student's strengths and weaknesses.
|
|
|
286 |
then 1 will show color green, 0 will show color red, others will show color orange.
|
287 |
so you can just transfer the number to color to explain the user's performance.
|
288 |
|
289 |
+
restrictions:
|
290 |
+
- don't use any personal information
|
291 |
+
- don't use any sensitive information
|
292 |
+
- don't use any offensive language
|
293 |
+
- don't use any inappropriate language
|
294 |
+
- don't use any 簡體字,or 大陸用語,ex: 視頻請替換成影片、練習冊請替換成練習本、等等
|
295 |
+
|
296 |
+
|
297 |
for this student based on the given knowledge graph and data:
|
298 |
1. How to interpret this knowledge graph.
|
299 |
2. How to assess the student's strengths and weaknesses.
|