AlignmentObject
型名: AlignmentObject
Intangible を拡張する
氏名 |
型 |
説明 |
AlignmentType |
テキスト |
学習リソースとフレームワーク ノードとの間の調整のカテゴリ。推奨される値には、'assesses'、'taches'、'requires'、'textComplexity'、'readingLevel'、'educationalSubject'、'educationLevel' があります。 |
教育フレームワーク |
テキスト |
記述されているリソースが配置されるフレームワーク。 |
targetDescription |
テキスト |
確立された教育フレームワークでのノードの説明。 |
ターゲット名 |
テキスト |
確立された教育フレームワークのノードの名前。 |
ターゲット URL |
URL |
確立された教育フレームワークのノードの URL。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 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"]]