====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
api2:adaptive:objective_students [2018/07/23 10:18] maries |
api2:adaptive:objective_students [2018/07/23 10:21] (current) maries |
||
---|---|---|---|
Line 32: | Line 32: | ||
| knowledge_node_strategy | string | Please consult us to discuss which strategy best fits your needs - use default if null | | | knowledge_node_strategy | string | Please consult us to discuss which strategy best fits your needs - use default if null | | ||
| content_strategy | string | Please consult us to discuss which strategy best fits your needs - use default if null | | | content_strategy | string | Please consult us to discuss which strategy best fits your needs - use default if null | | ||
- | | required_score or mastery_percentage* | Float | Learning difficulty of the objective | | + | | required_score or mastery_percentage* | Float | Learning difficulty of the objective, between 0 and 1 | |
==Send the request (JSON input example)== | ==Send the request (JSON input example)== | ||
Line 42: | Line 42: | ||
"deadline": "2019-06-25", | "deadline": "2019-06-25", | ||
"memorize": true, | "memorize": true, | ||
- | "adaptive": true | + | "adaptive": true, |
+ | "required_score": 0.8 | ||
} | } | ||
</code> | </code> | ||
Line 58: | Line 59: | ||
"memorize": true, | "memorize": true, | ||
"deadline": "2019-06-25", | "deadline": "2019-06-25", | ||
- | "adaptive": true | + | "adaptive": true, |
+ | "required_score": 0.8, | ||
+ | "mastery_percentage": null, | ||
+ | "knowledge_node_strategy": null, | ||
+ | "content_strategy": null | ||
} | } | ||
</code> | </code> | ||
Line 91: | Line 96: | ||
"memorize": true, | "memorize": true, | ||
"deadline": "2019-06-25", | "deadline": "2019-06-25", | ||
- | "adaptive": true | + | "adaptive": true, |
+ | "required_score": 0.8, | ||
+ | "mastery_percentage": null, | ||
+ | "knowledge_node_strategy": null, | ||
+ | "content_strategy": null | ||
} | } | ||
</code> | </code> | ||
Line 109: | Line 118: | ||
"memorize": true, | "memorize": true, | ||
"deadline": "2019-06-25", | "deadline": "2019-06-25", | ||
- | "adaptive": true | + | "adaptive": true, |
+ | "required_score": 0.8, | ||
+ | "mastery_percentage": null, | ||
+ | "knowledge_node_strategy": null, | ||
+ | "content_strategy": null | ||
}, | }, | ||
{ | { | ||
Line 121: | Line 134: | ||
"memorize": true, | "memorize": true, | ||
"deadline": "2019-06-25", | "deadline": "2019-06-25", | ||
- | "adaptive": true | + | "adaptive": true, |
+ | "required_score": null, | ||
+ | "mastery_percentage": 0.6, | ||
+ | "knowledge_node_strategy": null, | ||
+ | "content_strategy": null | ||
} | } | ||
] | ] |