1.0.14 • Published 6 years ago

clark-taxonomy v1.0.14

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Installation

npm install --save clark-taxonomy

Bloomin' Onion Taxonomy

taxonomy.json contains all information on Learning Object lengths and Bloom taxonomy, including action verbs, assessments, and instructional strategies for each classification.

taxonomy.ts programatically extracts taxonomy.json information.

Exports

ExportTypeDescription
lengthsSet<string>a set of all lengths (nanomodule, course, etc...)
levelsSet<string>a set of all Bloom taxons (Remember, Apply, etc...)
verbs{string:Set<string>}a dictionary mapping Bloom taxons to a set of action verbs
assessments{string:Set<string>}a dictionary mapping Bloom taxons to a set of assessment plans
quizzes{string:Set<string>}a dictionary mapping Bloom taxons to a set of appropriate quiz/tests
instructions{string:Set<string>}a dictionary mapping Bloom taxons to a set of instructional strategies
1.0.14

6 years ago

2.0.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago