Fix duplicated content for dual process theory

pull/6195/head^2
Kamran Ahmed 4 months ago
parent 9f7d902e5c
commit c3972382af
  1. 10
      src/data/roadmaps/computer-science/computer-science.json
  2. 54
      src/data/roadmaps/ux-design/content/dual-process-theory@kWA8CvocP1pkom2N7O4gb.md

@ -1199,7 +1199,7 @@
"selected": false, "selected": false,
"data": { "data": {
"label": "Data Structures & Algorithms", "label": "Data Structures & Algorithms",
"href": "https://roadmap.sh/computer-science", "href": "https://roadmap.sh/datastructures-and-algorithms",
"color": "#FFFFFf", "color": "#FFFFFf",
"backgroundColor": "#4136D4", "backgroundColor": "#4136D4",
"style": { "style": {
@ -7461,7 +7461,7 @@
"id": "diInbFoBy8YracmAhlDsu", "id": "diInbFoBy8YracmAhlDsu",
"type": "horizontal", "type": "horizontal",
"position": { "position": {
"x": 247.13608890730143, "x": 251.13608890730143,
"y": 3651.669282617722 "y": 3651.669282617722
}, },
"selected": false, "selected": false,
@ -7473,14 +7473,14 @@
} }
}, },
"zIndex": 999, "zIndex": 999,
"width": 196, "width": 192,
"height": 20, "height": 20,
"style": { "style": {
"width": 196, "width": 192,
"height": 20 "height": 20
}, },
"positionAbsolute": { "positionAbsolute": {
"x": 247.13608890730143, "x": 251.13608890730143,
"y": 3651.669282617722 "y": 3651.669282617722
}, },
"dragging": false, "dragging": false,

@ -1,45 +1,25 @@
# Spectrum of Thinking Interventions # Dual Process Theory
The _Spectrum of Thinking Interventions_ provides a structure to guide your UX design process, helping you identify the types and range of thinking interventions that the user may require. This spectrum encompasses four primary categories: guidance, explanation, exploration, and creation. The Dual Process Theory is a psychological concept that suggests that human thinking operates on two different levels – an intuitive, fast, and automatic level (known as System 1), as well as a more deliberate, slow, and logical level (System 2). In the context of UX design, understanding these two systems can help designers create user interfaces and experiences that cater to both types of thinking.
## Guidance **System 1: Intuitive and Fast**
Guidance-based interventions are designed to help users navigate through a digital product or service with minimal effort. They may be aimed at full-fledged beginners, casual users, or experts in their respective domains. Such interventions may include signposts, tooltips, and clearly articulated labels. - Relies on intuition, heuristics, and mental shortcuts
- Makes quick judgments based on emotions and past experiences
- Prone to errors and biases, but highly efficient for everyday tasks
_Examples:_ **System 2: Deliberate and Slow**
- Visual cues (e.g., icons, colors) - Involves conscious, controlled thinking and decision making
- Signposting (e.g., breadcrumbs) - Requires more mental effort and can handle complex problems
- In-context information (e.g., tool tips, hints) - Less prone to errors, but slower and more resource-intensive
## Explanation In order to create user experiences that cater to both System 1 and System 2 thinking, UX designers should:
Explanation-based interventions provide users with detailed narratives, overviews, or background information that helps them make informed decisions. This may include tutorials, articles, videos, or any other mediums that help explain complex concepts or instructions. - **Make tasks simple and intuitive**: Reduce cognitive load by simplifying tasks, using familiar patterns, and providing clear instructions.
- **Provide visual cues**: Use visual cues such as icons, colors, and typography to guide users through tasks, while promoting clarity and efficiency.
- **Minimize errors**: Design systems that help prevent errors by using constraints, providing feedback, and allowing users to undo their actions.
- **Accommodate different thinking styles**: Recognize that different users may approach tasks using different cognitive styles, and design experiences that cater to a range of preferences.
- **Test and iterate**: Continuously test your designs with real users, and iterate based on their feedback to ensure that your designs are catering to both System 1 and System 2 thinking.
_Examples:_ By understanding the Dual Process Theory and designing for both types of cognitive processing, UX designers can create user experiences that are both delightful and efficient, ultimately leading to higher user satisfaction and engagement.
- Multimedia tutorials
- Articles or blog posts
- Infographics or diagrams
## Exploration
Exploration-based interventions encourage users to understand and interact with the product by investigating, asking questions, or searching for solutions on their own. This can be done by providing interactive elements, multiple pathways, and opportunities for discovery.
_Examples:_
- Interactive simulations or models
- Advanced search capabilities
- Multiple UI paths for task completion
## Creation
Creation-based interventions engage users by offering them the tools and resources to co-create or customize their experience. This type of intervention often involves a more extensive level of input and involvement from the user as they become active participants in the design process.
_Examples:_
- Customizable user interfaces
- Allowing users to create their content
- Enabling users to manage their preferences, settings, and configurations
With this spectrum in mind, it is essential as a UX designer to analyze which types of thinking interventions are most relevant to your target users and design the most accessible and effective solutions. Always consider how these interventions will influence users' decision-making processes and their overall satisfaction with your digital product or service.
Loading…
Cancel
Save