{"id":138,"date":"2023-10-23T13:32:47","date_gmt":"2023-10-23T13:32:47","guid":{"rendered":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/ai-speak-how-adaptive-systems-learn-the-learner-part-2\/"},"modified":"2024-01-31T08:11:26","modified_gmt":"2024-01-31T08:11:26","slug":"ai-speak-how-adaptive-systems-learn-the-learner-part-2","status":"publish","type":"chapter","link":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/chapter\/ai-speak-how-adaptive-systems-learn-the-learner-part-2\/","title":{"raw":"AI-Speak: How Adaptive Systems Learn the Learner, part 2","rendered":"AI-Speak: How Adaptive Systems Learn the Learner, part 2"},"content":{"raw":"<h3 class=\"heading_font heading_weight clearboth\" style=\"text-align: left\">The Process<\/h3>\n<p class=\"no-indent\">In\u00a0recent years, machine learning is increasingly being used in adaptive systems, either as the sole technology or in conjunction with other approaches<sup>2<\/sup>. Where used, the principal role of ML is in creating and updating student models, based on a set of features, including results from assessments and new data generated in the process<sup>1<\/sup>.<\/p>\n<p class=\"indent\">For the outer loop, models are created with the help of training data, by assigning suitable weights \u2013these are features that help recommend effective learning content<sup>2<\/sup>. (Also refer to <a href=\"ai-speak--machine-learning\" data-cke-saved-href=\"ai-speak--machine-learning\">how machine learning works.<\/a>). These models are used to regularly recommend new learning paths that reflect student progress and changing interests - like new recommendations in Youtube. In ML-based ALS, the number of pathways can run to trillions<sup>3<\/sup>.<\/p>\n<p style=\"text-align: left\"><img class=\"aligncenter wp-image-58\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868.png\" alt=\"\" width=\"423\" height=\"258\"><\/p>\n<p class=\"no-indent\" style=\"text-align: left\">In the inside loop, machine learning is used to give suitable feedback, spot errors, infer gaps in knowledge and assess mastery of knowledge units: While working on one activity, a student might make errors. ML can be used to predict what errors rise from which knowledge gap. If one step of the solution is correct, ML can be used to predict which knowledge units have been mastered successfully<sup>2<\/sup>.<\/p>\n<p class=\"indent\"><span style=\"font-size: 14pt\">Other techniques used in adaptive systems involve less automation and more explicitly written rules for making inferences<sup>2<\/sup>.<\/span><\/p>\nThey demand a lot of programming time and extra effort to accurately capture all the criteria that go into decision-making. Further, the results cannot often be generalised from one domain to the next, or from one problem to the next.\n<p class=\"indent\">Tools that use ML use large sets of data on actual student performance and are able, over time, to create the most dynamic learning paths for students<sup>1<\/sup>. As in all ML applications, there is training and testing to be done before being put to use in classrooms<span style=\"font-size: 14pt\">.<\/span><\/p>\n\n\n[caption id=\"attachment_137\" align=\"aligncenter\" width=\"607\"]<img class=\" wp-image-136\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content.jpg\" alt=\"\" width=\"607\" height=\"669\"> Image from EdSurge, Decoding Adaptive, Pearson, London, 2016 licenced under CC BY 4.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">https:\/\/creativecommons.org\/licenses\/by\/4.0\/<\/a>[\/caption]\n<h3 style=\"text-align: left\">Pedagogical model<\/h3>\n<p class=\"no-indent\">In the case of Youtube, we saw there are a lot of value judgements on what makes a good recommendation \u2013 such as how many user interests need to be covered in one set of recommendations, how many videos should be similar to already watched ones, how much new content to add for diversity (see <a href=\"ai-speak--how-youtube-learns-you-part-2\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"ai-speak--how-youtube-learns-you-part-2\">How Youtube learns you, part 2<\/a>). ALS involves similar judgements on what it means to master a KU and how to get to that mastery: the pedagogy and daily experience of the learner<sup>4<\/sup>.<\/p>\n<p class=\"indent\">In the case of ALS, these judgements and guidance on how a learner is to progress should be based on proven pedagogical theories. These go into the pedagogical model, and, along with the domain and learner models, help the machine to choose an appropriate set of activities.<\/p>\n<p class=\"indent\">Some of the questions answered in this model are: should the student next be presented with a concept, an activity or a test? At what level of difficulty? How do they evaluate the learning and provide feedback? Where is more scaffolding necessary<sup>5<\/sup>? (Scaffolds are support mechanisms that give guidance on concepts and procedure, the strategy used and how to reflect, plan and monitor learning.) The pedagogical model dictates the breadth and depth of activities \u2013 and even whether to continue within the ALS or get help from the teacher<sup>3<\/sup>.<\/p>\n\n\n[caption id=\"attachment_137\" align=\"aligncenter\" width=\"1024\"]<img class=\"size-large wp-image-137\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-1024x724.jpg\" alt=\"\" width=\"1024\" height=\"724\"> Image from EdSurge, Decoding Adaptive, Pearson, London, 2016 licenced under CC BY 4.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">https:\/\/creativecommons.org\/licenses\/by\/4.0\/<\/a>[\/caption]\n<h3 style=\"text-align: left\">The interface<\/h3>\n<p class=\"no-indent\">The recommendations are presented along with other data such as learner progress, performance and goals. The key questions here are:<\/p>\n\n<ul>\n \t<li>How will content be delivered?<\/li>\n \t<li>How much content will be recommended in one go?<\/li>\n \t<li>What is assigned directly and what is recommended?<\/li>\n \t<li>What are the supporting resources?<\/li>\n \t<li>Is it possible to provide group activities?<\/li>\n \t<li>How much autonomy should be permitted?<\/li>\n \t<li>Can students change their preferences?<\/li>\n \t<li>Can teachers change the learning pathways?<\/li>\n \t<li>What data is shown to the teachers?<\/li>\n \t<li>Are the teachers in the loop?<\/li>\n<\/ul>\n<h3 style=\"text-align: left\">Evaluation<\/h3>\n<p class=\"no-indent\">When the ALS is put to use, most systems monitor their own performance against criteria set by the programmer. Like in any AI tool, data might be biased. Inferences drawn by the system can be imprecise. The student\u2019s past data will become less relevant with time<sup>6<\/sup>. Therefore, the teacher also has to monitor the system\u2019s performance and provide learner guidance and corrective measures where necessary.<\/p>\n<p class=\"indent\">Teachers and peers also have to provide inspiration and reveal alternative resources. research in recommendation systems was shaped by commercial content providers and online retail companies for over a decade. Thus, the focus has been on providing recommendations that produce results that can be promoted. \u201cThe surprising delight of an unexpected gem\u201d<sup>7<\/sup> and the allure of roads less travelled, can inspire enduring learning. Unfortunately, these are not the strong points of machine-based personalised learning.<\/p>\n\n\n<hr>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>1<\/sup> EdSurge, <em>Decoding Adaptive<\/em>, Pearson, London, 2016.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>2 <\/sup>Chrysafiadi, K., Virvou, M., <em>Student modeling approaches: A literature review for the last decade<\/em>, Expert Systems with Applications, Elsevier, 2013.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>3 <\/sup>Essa, A.,<em><a href=\"https:\/\/doi.org\/10.1186\/s40561-016-0038-y\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/doi.org\/10.1186\/s40561-016-0038-y\"> A possible future for next generation adaptive learning systems<\/a><\/em>, Smart Learning Environments, 3, 16, 2016.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>4 <\/sup>Groff, J., <em>Personalized Learning: The state of the field and future directions<\/em>, Center for curriculum redesign, 2017.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>5 <\/sup>Alkhatlan, A., Kalita, J.K., <em>Intelligent Tutoring Systems: A Comprehensive Historical Survey with Recent Developments<\/em>, International Journal of Computer Applications 181(43):1-20, March 2019.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>6 <\/sup>du Boulay, B., Poulovasillis, A., Holmes, W., Mavrikis, M., <em>Artificial Intelligence And Big Data Technologies To Close The Achievement Gap<\/em>, In: Luckin, Rose ed. Enhancing Learning and Teaching with Technology. London: UCL Institute of Education Press, pp. 256\u201328, 2018.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>7 <\/sup>Konstan, J., Terveen, L., <em>Human-centered recommender systems: Origins, advances, challenges, and opportunities<\/em>, AI Magazine, 42(3), 31-42, 2021.<\/p>","rendered":"<h3 class=\"heading_font heading_weight clearboth\" style=\"text-align: left\">The Process<\/h3>\n<p class=\"no-indent\">In\u00a0recent years, machine learning is increasingly being used in adaptive systems, either as the sole technology or in conjunction with other approaches<sup>2<\/sup>. Where used, the principal role of ML is in creating and updating student models, based on a set of features, including results from assessments and new data generated in the process<sup>1<\/sup>.<\/p>\n<p class=\"indent\">For the outer loop, models are created with the help of training data, by assigning suitable weights \u2013these are features that help recommend effective learning content<sup>2<\/sup>. (Also refer to <a href=\"ai-speak--machine-learning\" data-cke-saved-href=\"ai-speak--machine-learning\">how machine learning works.<\/a>). These models are used to regularly recommend new learning paths that reflect student progress and changing interests &#8211; like new recommendations in Youtube. In ML-based ALS, the number of pathways can run to trillions<sup>3<\/sup>.<\/p>\n<p style=\"text-align: left\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-58\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868.png\" alt=\"\" width=\"423\" height=\"258\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868.png 940w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868-300x183.png 300w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868-768x469.png 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868-65x40.png 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868-225x137.png 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch2-page-3-Machine-learns-e1697825030868-350x214.png 350w\" sizes=\"(max-width: 423px) 100vw, 423px\" \/><\/p>\n<p class=\"no-indent\" style=\"text-align: left\">In the inside loop, machine learning is used to give suitable feedback, spot errors, infer gaps in knowledge and assess mastery of knowledge units: While working on one activity, a student might make errors. ML can be used to predict what errors rise from which knowledge gap. If one step of the solution is correct, ML can be used to predict which knowledge units have been mastered successfully<sup>2<\/sup>.<\/p>\n<p class=\"indent\"><span style=\"font-size: 14pt\">Other techniques used in adaptive systems involve less automation and more explicitly written rules for making inferences<sup>2<\/sup>.<\/span><\/p>\n<p>They demand a lot of programming time and extra effort to accurately capture all the criteria that go into decision-making. Further, the results cannot often be generalised from one domain to the next, or from one problem to the next.<\/p>\n<p class=\"indent\">Tools that use ML use large sets of data on actual student performance and are able, over time, to create the most dynamic learning paths for students<sup>1<\/sup>. As in all ML applications, there is training and testing to be done before being put to use in classrooms<span style=\"font-size: 14pt\">.<\/span><\/p>\n<figure id=\"attachment_137\" aria-describedby=\"caption-attachment-137\" style=\"width: 607px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-136\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content.jpg\" alt=\"\" width=\"607\" height=\"669\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content.jpg 867w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content-272x300.jpg 272w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content-768x846.jpg 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content-65x72.jpg 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content-225x248.jpg 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2023\/10\/ch4-page-6-adaptive-content-350x386.jpg 350w\" sizes=\"(max-width: 607px) 100vw, 607px\" \/><figcaption id=\"caption-attachment-137\" class=\"wp-caption-text\">Image from EdSurge, Decoding Adaptive, Pearson, London, 2016 licenced under CC BY 4.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">https:\/\/creativecommons.org\/licenses\/by\/4.0\/<\/a><\/figcaption><\/figure>\n<h3 style=\"text-align: left\">Pedagogical model<\/h3>\n<p class=\"no-indent\">In the case of Youtube, we saw there are a lot of value judgements on what makes a good recommendation \u2013 such as how many user interests need to be covered in one set of recommendations, how many videos should be similar to already watched ones, how much new content to add for diversity (see <a href=\"ai-speak--how-youtube-learns-you-part-2\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"ai-speak--how-youtube-learns-you-part-2\">How Youtube learns you, part 2<\/a>). ALS involves similar judgements on what it means to master a KU and how to get to that mastery: the pedagogy and daily experience of the learner<sup>4<\/sup>.<\/p>\n<p class=\"indent\">In the case of ALS, these judgements and guidance on how a learner is to progress should be based on proven pedagogical theories. These go into the pedagogical model, and, along with the domain and learner models, help the machine to choose an appropriate set of activities.<\/p>\n<p class=\"indent\">Some of the questions answered in this model are: should the student next be presented with a concept, an activity or a test? At what level of difficulty? How do they evaluate the learning and provide feedback? Where is more scaffolding necessary<sup>5<\/sup>? (Scaffolds are support mechanisms that give guidance on concepts and procedure, the strategy used and how to reflect, plan and monitor learning.) The pedagogical model dictates the breadth and depth of activities \u2013 and even whether to continue within the ALS or get help from the teacher<sup>3<\/sup>.<\/p>\n<figure id=\"attachment_137\" aria-describedby=\"caption-attachment-137\" style=\"width: 1024px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-137\" src=\"http:\/\/aiopentext.itd.cnr.it\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-1024x724.jpg\" alt=\"\" width=\"1024\" height=\"724\" srcset=\"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-1024x724.jpg 1024w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-300x212.jpg 300w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-768x543.jpg 768w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-1536x1086.jpg 1536w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-65x46.jpg 65w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-225x159.jpg 225w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding-350x247.jpg 350w, https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-content\/uploads\/sites\/10\/2024\/01\/ch4-page-6-content-scaffolding.jpg 1755w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption id=\"caption-attachment-137\" class=\"wp-caption-text\">Image from EdSurge, Decoding Adaptive, Pearson, London, 2016 licenced under CC BY 4.0. To view a copy of this licence, visit <a href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">https:\/\/creativecommons.org\/licenses\/by\/4.0\/<\/a><\/figcaption><\/figure>\n<h3 style=\"text-align: left\">The interface<\/h3>\n<p class=\"no-indent\">The recommendations are presented along with other data such as learner progress, performance and goals. The key questions here are:<\/p>\n<ul>\n<li>How will content be delivered?<\/li>\n<li>How much content will be recommended in one go?<\/li>\n<li>What is assigned directly and what is recommended?<\/li>\n<li>What are the supporting resources?<\/li>\n<li>Is it possible to provide group activities?<\/li>\n<li>How much autonomy should be permitted?<\/li>\n<li>Can students change their preferences?<\/li>\n<li>Can teachers change the learning pathways?<\/li>\n<li>What data is shown to the teachers?<\/li>\n<li>Are the teachers in the loop?<\/li>\n<\/ul>\n<h3 style=\"text-align: left\">Evaluation<\/h3>\n<p class=\"no-indent\">When the ALS is put to use, most systems monitor their own performance against criteria set by the programmer. Like in any AI tool, data might be biased. Inferences drawn by the system can be imprecise. The student\u2019s past data will become less relevant with time<sup>6<\/sup>. Therefore, the teacher also has to monitor the system\u2019s performance and provide learner guidance and corrective measures where necessary.<\/p>\n<p class=\"indent\">Teachers and peers also have to provide inspiration and reveal alternative resources. research in recommendation systems was shaped by commercial content providers and online retail companies for over a decade. Thus, the focus has been on providing recommendations that produce results that can be promoted. \u201cThe surprising delight of an unexpected gem\u201d<sup>7<\/sup> and the allure of roads less travelled, can inspire enduring learning. Unfortunately, these are not the strong points of machine-based personalised learning.<\/p>\n<hr \/>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>1<\/sup> EdSurge, <em>Decoding Adaptive<\/em>, Pearson, London, 2016.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>2 <\/sup>Chrysafiadi, K., Virvou, M., <em>Student modeling approaches: A literature review for the last decade<\/em>, Expert Systems with Applications, Elsevier, 2013.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>3 <\/sup>Essa, A.,<em><a href=\"https:\/\/doi.org\/10.1186\/s40561-016-0038-y\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"https:\/\/doi.org\/10.1186\/s40561-016-0038-y\"> A possible future for next generation adaptive learning systems<\/a><\/em>, Smart Learning Environments, 3, 16, 2016.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>4 <\/sup>Groff, J., <em>Personalized Learning: The state of the field and future directions<\/em>, Center for curriculum redesign, 2017.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>5 <\/sup>Alkhatlan, A., Kalita, J.K., <em>Intelligent Tutoring Systems: A Comprehensive Historical Survey with Recent Developments<\/em>, International Journal of Computer Applications 181(43):1-20, March 2019.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>6 <\/sup>du Boulay, B., Poulovasillis, A., Holmes, W., Mavrikis, M., <em>Artificial Intelligence And Big Data Technologies To Close The Achievement Gap<\/em>, In: Luckin, Rose ed. Enhancing Learning and Teaching with Technology. London: UCL Institute of Education Press, pp. 256\u201328, 2018.<\/p>\n<p class=\"hanging-indent\" style=\"text-align: left\"><sup>7 <\/sup>Konstan, J., Terveen, L., <em>Human-centered recommender systems: Origins, advances, challenges, and opportunities<\/em>, AI Magazine, 42(3), 31-42, 2021.<\/p>\n","protected":false},"author":1,"menu_order":6,"template":"","meta":{"pb_show_title":"","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":112,"_links":{"self":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/138"}],"collection":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/138\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/138\/revisions\/139"}],"part":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/parts\/112"}],"metadata":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapters\/138\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/media?parent=138"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/pressbooks\/v2\/chapter-type?post=138"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/contributor?post=138"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/aiopentext.itd.cnr.it\/aiforteacher\/wp-json\/wp\/v2\/license?post=138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}