You are on page 1of 2

$scope.

LOM = {
"lom": [
{
"general": {
"identifier": {
"catalog":$scope.catalog + "",
"entry": $scope.entry + ""
},
"title": $scope.title + "",
"language": $scope.language + "",
"description": $scope.description + "",
"keyword": $scope.keywordG + "",
"coverage": $scope.coverage + "",
"structure": $scope.structure + "",
"aggregationLevel": $scope.aggregationLevel + ""
},
"technical": {
"requirement": {
"orComposite": {
"type": $scope.type + "",
"name": $scope.name + "",
"minimumVersion": $scope.minVersion + "",
"maximumVersion": $scope.maxVersion + ""
}
},
"format": $scope.format + "",
"size": $scope.size + "",
"location": $scope.location + "",
"installationRemarks": $scope.installationRemarks + "",
"otherPlatformRequirements": $scope.otherPlatformRequirement
s + "",
"duration": $scope.duration + ""
},
"educational": {
"interactivityType": $scope.interactivityType + "",
"learningResourceType": $scope.learningResourceType + "",
"interactivityLevel": $scope.interactivityLevel + "",
"semanticDensity": $scope.semanticDensity + "",
"intendedEndUserRole": $scope.intendedEndUserRole + "",
"context": $scope.context + "",
"typicalAgeRange": $scope.typicalAgeRange + "",
"difficulty": $scope.difficulty + "",
"typicalLearningTime": $scope.typicalLearningTime + "",
"description": $scope.descriptionE + "",
"language": $scope.languageE + ""
},
"classification": {
"taxonPath": {
"taxon": {
"id": $scope.id + "",
"entry": $scope.entryC + ""
},
"source": $scope.source + ""
},
"purpose": $scope.purpose + "",
"description": $scope.descriptionC + "",
"keyword": $scope.keyword + ""
}
}
]

};

You might also like