OggettoAllineamento
Nome del tipo: AllineamentObject
Estende immateriale
Nome |
Tipo |
Descrizione |
TipoDiAllineamento |
Testo |
Una categoria di allineamento tra la risorsa di apprendimento e il nodo del framework. I valori consigliati includono: "assess", "teaches", "request", "textComplexity", "readingLevel", "educationalSubject" ed "educationLevel". |
framework didattico |
Testo |
Il framework a cui è allineata la risorsa descritta. |
DescrizioneDestinazione |
Testo |
La descrizione di un nodo in un quadro didattico stabilito, |
Nome destinazione |
Testo |
Il nome di un nodo in un quadro didattico stabilito, |
URLtarget |
URL |
L'URL di un nodo in un quadro didattico stabilito, |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]