Spaces:
Running
Running
Update index.html
Browse files- index.html +13 -6
index.html
CHANGED
|
@@ -1734,12 +1734,8 @@
|
|
| 1734 |
}
|
| 1735 |
|
| 1736 |
return `
|
| 1737 |
-
Develop an effective assessment strategy that leads to the best outcomes based on the user responses below. Consider the following key questions and their answers:
|
| 1738 |
-
${responsesText}
|
| 1739 |
|
| 1740 |
-
${ additionalContext ? "\nAdditional Context: " + additionalContext : "" }
|
| 1741 |
-
|
| 1742 |
-
Produce a comprehensive, professional, and actionable assessment strategy that:
|
| 1743 |
- Clearly defines learning objectives.
|
| 1744 |
- Aligns with real-world scenarios and challenges.
|
| 1745 |
- Measures both breadth and depth of student knowledge.
|
|
@@ -1751,7 +1747,18 @@ Produce a comprehensive, professional, and actionable assessment strategy that:
|
|
| 1751 |
- Measures higher-order thinking and critical reasoning.
|
| 1752 |
- Ensures fairness, validity, and reliability.
|
| 1753 |
|
| 1754 |
-
Output the final strategy in ${language} as a detailed written plan.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1755 |
`;
|
| 1756 |
}
|
| 1757 |
};
|
|
|
|
| 1734 |
}
|
| 1735 |
|
| 1736 |
return `
|
| 1737 |
+
Develop an effective assessment strategy that leads to the best outcomes based on the user responses below. Consider the following key questions and their answers: ${responsesText} ${ additionalContext ? "\nAdditional Context: " + additionalContext : "" } Produce a comprehensive, professional, and actionable assessment strategy that:
|
|
|
|
| 1738 |
|
|
|
|
|
|
|
|
|
|
| 1739 |
- Clearly defines learning objectives.
|
| 1740 |
- Aligns with real-world scenarios and challenges.
|
| 1741 |
- Measures both breadth and depth of student knowledge.
|
|
|
|
| 1747 |
- Measures higher-order thinking and critical reasoning.
|
| 1748 |
- Ensures fairness, validity, and reliability.
|
| 1749 |
|
| 1750 |
+
Output the final strategy in ${language} as a detailed written plan.
|
| 1751 |
+
|
| 1752 |
+
1. **Opening**: Acknowledge the request and provide an overview of your approach.
|
| 1753 |
+
2. **Main Content**: Address each component of the instruction systematically:
|
| 1754 |
+
- Use clear section headers for multi-part requests.
|
| 1755 |
+
- Provide specific examples where helpful.
|
| 1756 |
+
- Include relevant context or background information.
|
| 1757 |
+
- Address potential misconceptions or common confusion points.
|
| 1758 |
+
3. **Supporting Details**: Add relevant supporting information, sources, or methodology explanations.
|
| 1759 |
+
4. **Conclusion**: Summarize key points and offer additional resources or next steps if applicable.
|
| 1760 |
+
|
| 1761 |
+
Ensure that all aspects of the original instruction are addressed, the response is appropriately detailed for the intended audience, the information is accurate and up-to-date, the format matches any specified requirements, and the language is clear, professional, and accessible. Complete this instruction with precision, ensuring no element is overlooked and the response fully satisfies the stated requirements.
|
| 1762 |
`;
|
| 1763 |
}
|
| 1764 |
};
|