ВыравниваниеОбъект
Имя типа: AlignmentObject
Расширяет нематериальное
Имя | Тип | Описание |
---|
тип выравнивания | Текст | Категория согласования между учебным ресурсом и узлом структуры. Рекомендуемые значения включают: «оценивает», «обучает», «требует», «textComplexity», «readingLevel», «educationalSubject» и «educationLevel». |
образовательная структура | Текст | Структура, с которой согласуется описываемый ресурс. |
targetОписание | Текст | Описание узла в установленной образовательной среде. |
targetName | Текст | Имя узла в установленной образовательной структуре. |
целевой URL | URL-адрес | URL-адрес узла в установленной образовательной среде. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 UTC."],[[["AlignmentObject is a type that describes the alignment between a learning resource and an educational framework."],["It includes details like the type of alignment, the framework being used, and information about the specific node within the framework (name, description, URL)."],["Recommended alignment types are 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationLevel'."],["AlignmentObject extends the Intangible type."]]],["The `AlignmentObject` type describes the alignment between a learning resource and a framework node. It has five properties: `alignmentType`, which categorizes the alignment (e.g., 'assesses', 'teaches'); `educationalFramework`, specifying the aligned framework; `targetDescription`, detailing a framework node; `targetName`, naming a node; and `targetUrl`, providing the node's URL. This type extends `Intangible` and all five properties are `Text`, except for `targetUrl` which is a `URL`.\n"]]