Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,14 @@ def create_open_ended_prompt(num_questions, quiz_context, expertise):
|
|
| 81 |
template = f"""
|
| 82 |
You are an expert in {expertise}. Generate a quiz with {num_questions} open-ended questions that are relevant to {expertise} based on the following content: {quiz_context}.
|
| 83 |
The questions should be at the level of {expertise} and should challenge the knowledge of someone proficient in this field.
|
| 84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
The format of the quiz is as follows:
|
| 86 |
- Open-ended:
|
| 87 |
- Questions:
|
|
|
|
| 81 |
template = f"""
|
| 82 |
You are an expert in {expertise}. Generate a quiz with {num_questions} open-ended questions that are relevant to {expertise} based on the following content: {quiz_context}.
|
| 83 |
The questions should be at the level of {expertise} and should challenge the knowledge of someone proficient in this field.
|
| 84 |
+
For each question, also specify the Bloom's Taxonomy level it corresponds to, choosing from the following levels:
|
| 85 |
+
1. Remember
|
| 86 |
+
2. Understand
|
| 87 |
+
3. Apply
|
| 88 |
+
4. Analyze
|
| 89 |
+
5. Evaluate
|
| 90 |
+
6. Create
|
| 91 |
+
|
| 92 |
The format of the quiz is as follows:
|
| 93 |
- Open-ended:
|
| 94 |
- Questions:
|