Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition of "Block" missing from cmi5_spec.md #590

Closed
dennisvang opened this issue Dec 18, 2018 · 1 comment
Closed

Definition of "Block" missing from cmi5_spec.md #590

dennisvang opened this issue Dec 18, 2018 · 1 comment

Comments

@dennisvang
Copy link

dennisvang commented Dec 18, 2018

Looking through section 3.0 of the cmi5 spec, I do not see a definition for Block.

I suppose it would be helpful if Block were also defined, especially in relation to the AU and Course.

There is a partial definition in section 13.1.2, but that does not mention its relation with a Course.

I would submit a pull request if I knew what the proper definition was, but I'm no expert on the subject.

cawerkenthin added a commit to cawerkenthin/CMI-5_Spec_Current that referenced this issue Feb 8, 2019
@MrBillMcDonald
Copy link
Contributor

MrBillMcDonald commented Feb 8, 2019

Dennis,

A course is made of up of Blocks and AU's. Blocks are groupings of AU's that can be nested. (e.g. blocks are like file folders and with AU's being the "files"). The XSD (CourseStructure.xsd) referenced in the spec does define this relationship as the course structure is represented as an XML file.

Based on your feedback we will expand the Conceptual description of a course and blocks to better explain this.

3.0 Definitions

Block - A grouping which contains AU's and other Blocks (nesting).

5.0 Conceptual Model: Informative

Synopsis of the cmi5 model:
An LMS imports a course structure, which may contain one or more AUs. Optionally, the course structure may include one or more blocks, which consist of 1 or more AUs or nested blocks.

Thank you for your feedback !

cmi5 Working group

MrBillMcDonald added a commit that referenced this issue Feb 8, 2019
Definition of Block per 2/8/19 meeting issue #590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants