Editing
Multimodal Communication
(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 Salience Meter' (Predicting what a user will look at first):''' <syntaxhighlight lang="python"> def calculate_salience(element_size, element_color, position): """ Shows how 'Design' controls 'Attention'. """ score = element_size * 0.5 # Red is high salience; Blue is low if element_color == "Red": score += 40 elif element_color == "Blue": score += 10 # Top-Center is the 'Ideal' spot if position == "Top-Center": score += 20 if score > 70: return f"Score: {score} | VERDICT: HIGH SALIENCE. User looks here FIRST." else: return f"Score: {score} | VERDICT: BACKGROUND. User might miss this." # Case: A giant red 'BUY NOW' button at the top print(calculate_salience(50, "Red", "Top-Center")) # Case: Small blue 'terms and conditions' at the bottom print(calculate_salience(10, "Blue", "Bottom-Left")) </syntaxhighlight> ; Multimodal Landmarks : '''The 'Nixon-Kennedy' Debate (1960)''' β The most famous multimodal failure. People who "Heard" the debate on the **Radio** thought Nixon won (Logic/Speech). People who "Watched" it on **TV** thought Kennedy won (Visuals/Image), because Nixon looked "Sick and Sweaty" and Kennedy looked "Cool and Handsome." : '''Infographics''' β The "Merging" of **Data** (Logic) and **Design** (Beauty) to make complex ideas understandable in a single glance. : '''Sign Language''' β A "Sophisticated Multimodal System" that uses "Hands" (Gesture), "Face" (Expression), and "Body" (Space) all at once to communicate at the same speed as speech. : '''The 'Scary' Font''' β Why the font "Papyrus" or "Comic Sans" is hated by designers. It's a "Modal Mismatch"βit looks "Childish" or "Fake," which "Breaks the trust" of the message. </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