standards.ContentCollection

A content collection in the form of an external website, content archive, or repository of open educational resources (OERs). Each collection is identified by a unique collection_id (str) and contains a tree of ContentNode s. For example, a website with learning resources, a YouTube channel or a Kolibri content channel.

Fields

Field Type Description
collection_id String (up to 100) collection id - The identifier for this collection in the external content repository
contentnodes.all List

all related standards.ContentNode objects

contentnodes.count Integer

number of related standards.ContentNode objects

copyright_holder String (up to 200) copyright holder - Name of organization that holds the copyright to this content
country String (up to 2) country - Country where content collection was produced
date_created Date (with time) date created - When the collection was added to the repository
date_modified Date (with time) date modified - Date of last modification to collection metadata
description Text description - Detailed info about this collection
education_levels.all List

all related standards.Term objects

education_levels.count Integer

number of related standards.Term objects

extra_fields A JSON object extra fields
get_absolute_url
get_children
id String (up to 10) id
import_method String (up to 200) import method - Content import method
jurisdiction Jurisdiction

the related standards.Jurisdiction object

- Jurisdiction of this collection
language String (up to 20) language - BCP47/RFC5646 codes like en, es, fr-CA
license Term

the related standards.Term object

license_description Text license description - Full text of the collection licensing information
name String (up to 200) name - Short unique name that appears in URIs
notes Text notes - Additional notes about the collection
publication_status String (up to 30) publication status
root
source_domain String (up to 200) source domain - The domain name of the content collection (e.g. khanacademy.org)
source_url URL source url - The web location for this content collection
subjects.all List

all related standards.Term objects

subjects.count Integer

number of related standards.Term objects

thumbnail_url URL thumbnail url - External thumbnail URL this collection
title String (up to 200) title - Collection name
uri
version String (up to 200) version - Collection version or edition

‹ Back to Model documentation