Editing
Bloom's Taxonomy in Depth
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Learning Ladder' (Checking a student's cognitive depth):''' <syntaxhighlight lang="python"> def assess_cognitive_level(verb_used): """ Categorizes a task based on the Bloom's Taxonomy level. """ taxonomy = { "Remembering": ["list", "define", "identify", "repeat"], "Understanding": ["explain", "summarize", "describe", "discuss"], "Applying": ["use", "solve", "calculate", "demonstrate"], "Analyzing": ["compare", "contrast", "differentiate", "examine"], "Evaluating": ["judge", "critique", "defend", "justify"], "Creating": ["design", "build", "invent", "develop"] } for level, verbs in taxonomy.items(): if verb_used.lower() in verbs: return f"Task Level: {level.upper()} (HOTS: {level in ['Analyzing', 'Evaluating', 'Creating']})" return "Unknown Level: Use a more specific action verb." # Test 1: 'List the planets' print(assess_cognitive_level("list")) # Test 2: 'Justify the choice of fuel' print(assess_cognitive_level("justify")) </syntaxhighlight> ; Taxonomy Landmarks : '''The 'Green Book' (1956)''' β The original publication of the taxonomy, which was at first a tool for "Test-makers" but soon became the bible for "Lesson-planners." : '''The Revised Taxonomy (2001)''' β Led by Lorin Anderson (a student of Bloom), this update swapped "Synthesis" for "Creating" and put it at the very top of the pyramid. : '''Webbβs Depth of Knowledge (DOK)''' β A similar (and competing) model that focuses more on the "Context" of the task rather than the "Verb." : '''The 'Inverted' Bloom's''' β A teaching strategy where you start with the "Top" (Creating) to get students excited, then work your way "Down" to the facts they need to finish the job. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information