-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 989 Bytes
/
Copy pathplugin.json
File metadata and controls
32 lines (32 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "nurture",
"version": "0.1.0",
"description": "Open-source education plugin with formative assessment and student feedback skills for AI agents: feedback that moves learners forward, assessment design, hinge questions, success criteria, peer and self-assessment, and responsive analysis of student work.",
"author": {
"name": "Nurture",
"url": "https://gonurture.com"
},
"homepage": "https://gonurture.com",
"repository": "https://github.com/goNurture/agent-plugin",
"keywords": [
"education",
"teaching",
"teachers",
"learning",
"formative-assessment",
"student-feedback",
"assessment-for-learning",
"feedback",
"classroom-assessment",
"assessment-design",
"hinge-questions",
"success-criteria",
"responsive-teaching",
"peer-assessment",
"self-assessment",
"dylan-wiliam",
"ai-in-education",
"edtech"
]
}