An international detergent company discovers that humor used in its American commercials is confusing and uncomfortable for audiences in Indonesia. Even though the visuals are the same, the emotional tone does not travel well. What communication challenge does this represent?
Blog
A global brand examines whether its current production syste…
A global brand examines whether its current production systems can support a newly proposed product modification for a specific region. This question fits within which evaluation area for new products?
A team designing a long dissatisfaction survey wants to keep…
A team designing a long dissatisfaction survey wants to keep respondents motivated. They add a progress bar, vary question types, and use encouraging language. These choices help improve:
A researcher measures the same consumers’ attitudes today an…
A researcher measures the same consumers’ attitudes today and next month. The results are consistent as long as the consumers did not change their views. This illustrates:
Surveying a thousand people still will not fix a confusing q…
Surveying a thousand people still will not fix a confusing question that asks two things at once. This illustrates that some problems are forms of:
A university alumni office uses an email list to send out a…
A university alumni office uses an email list to send out a survey, but the list excludes graduates who unsubscribed years ago. This reduces accuracy because:
A yogurt brand wants to measure how strongly consumers agree…
A yogurt brand wants to measure how strongly consumers agree that “This flavor tastes fresh and natural.” Respondents choose from Strongly Disagree to Strongly Agree. What type of question is this?
Explain how to add a new user as an administrator to the Use…
Explain how to add a new user as an administrator to the Users table if a web app is vulnerable to SQL injection. Discuss what information of the database we need to gather in advance to succeed.
A research team is trying to understand the experiences of p…
A research team is trying to understand the experiences of people who collect rare vintage fountain pens. They start with a few known collectors and ask each person to recommend others. The group expands slowly as referrals continue. What is this called?
What is the purpose of the Boolean comparison in the evaluat…
What is the purpose of the Boolean comparison in the evaluation of SQL injection? Prefix: john’ ANDEvaluation: substr((SELECT table_name FROM information_schema.tables LIMIT 1, 1), 1, 1) > “m”Surfix: ;#