Editing
Divergent Thinking
(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 Alternative Uses' (Calculating a Divergent Thinking score):''' <syntaxhighlight lang="python"> def calculate_dt_score(ideas_list, categories_list): """ Score = Fluency (Number) + Flexibility (Categories) """ fluency = len(ideas_list) flexibility = len(categories_list) total_score = fluency + (flexibility * 5) # Weighting flexibility more if total_score > 50: return f"Score: {total_score} | LEVEL: Master Innovator." elif total_score > 20: return f"Score: {total_score} | LEVEL: Creative Thinker." else: return f"Score: {total_score} | LEVEL: Conventional Thinker." # Person A: 10 ideas, but all in 1 category (Building) print(f"A: {calculate_dt_score(['Wall', 'House', 'Path'], ['Building'])}") # Person B: 5 ideas, but in 5 different categories print(f"B: {calculate_dt_score(['Paint', 'Doorstop', 'Weapon', 'Gift', 'Toy'], ['Art', 'Utility', 'Safety', 'Social', 'Play'])}") </syntaxhighlight> ; Divergent Landmarks : '''The 3M 'Post-it' Story''' β A scientist was looking for a "Strong glue" (Convergent) but found a "Weak glue" and used "Divergent Thinking" to find a billion-dollar use for it. : '''NASA's 'Apollo 13' CO2 Filter''' β When the astronauts were dying, the engineers on Earth used extreme divergent thinking to "Build a filter out of socks, tape, and a plastic bag"βsaving the mission. : '''Edward de Bono's 'Six Thinking Hats'''' β A tool used by companies to force employees to "Switch" their thinking style (e.g., the "Green Hat" is for pure divergent thinking). : '''The 'Paperclip' Study''' β A famous longitudinal study showing that 98% of 5-year-olds are "Creative Geniuses" in divergent thinking, but that number drops to 2% by the time they are 25. (Does school "Kill" creativity?). </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