-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathux_outcome.js
27 lines (27 loc) · 959 Bytes
/
ux_outcome.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
function outcome() {
return random([
"increase conversion rates",
"identify pain points",
"decrease pain expectations",
"benchmark transversal resources",
"empower taxonomy transformation",
"increase ROI",
"change the game plan",
"go viral in social media channels",
"enhance user experience",
"reduce system leverage",
"pivot around future markets",
"position HCI strategies",
"foster new paradigms in research",
"avoid assumption reversal",
"increase deliverables quality",
"create long-lasting experiences",
"cross-pollinate ideas between underpowered disciplines",
"increase systemic innovation and take entrepreneurial action",
"encourage jazz-like improvisation within a guiding structure",
"create a mindset of creative dissatisfaction to reduce resistance to change",
"develop a vision-focused innovation strategy",
"unpack competitive self-confidence innovation",
"lower combinatorial impairment"
]);
}