A UX Designer is creating a customer support site in Experience Builder that will be internationalized across 12 different countries.
Which two design considerations should be made when planning for this site?
The two design considerations that should be made when creating a customer support site in Experience Builder that will be internationalized across 12 different countries are:
How should a UX designer differentiate between a voice and a tone?
Voice is the overall personality of the design, while tone is the way that personality is expressed. Voice represents the core characteristics of a design, such as the values, attitude, and emotions it conveys. Tone is how those characteristics are expressed in the design, suchas the language, visuals, and other elements. For example, a design with a friendly voice might be expressed through warm colors, friendly imagery, and casual language. Salesforce has some great resources on voice and tone such as [1] and [2].
[1]https://www.salesforce.com/blog/2017/11/voice-tone-brand-personality.html[2]https://www.salesforce.com/blog/2018/10/voice-tone-brand-personality-ux.html
A developer is creating a Lightning Web Component (LWC) and wants to make sure the visual experience is consistent with Cloud Kicks' branding. The developer asks their UX Designer about the Salesforce Lightning Design System (SLDS) stylinghooks.
How should the designer describe them?
Styling hooks are CSS custom properties that allow developers to customize the appearance of base and custom components in a consistent and supported way. They work with web components and shadow DOM, which provide encapsulation and modularity for LWC. Styling hooks use the--sldsnamespace and follow a naming convention that reflects the component, category, property, attribute, and state of the element being styled. For example,--slds-c-button-brand-color-background-hoveris a styling hook for the button component, brand category, color background property, and hover state. Styling hooks can be declared in the CSS file of the LWC or in a global CSS file that affects all components on the page. Styling hooks are not standard CSS properties, but custom ones that are defined by SLDS and applied to the components using thevar()function.Reference:
Styling Hooks - Lightning Design System
SLDS Styling Hooks | Lightning Web Components Developer Guide | Salesforce Developers
--dxp Styling Hooks | LWR Sites for Experience Cloud | Salesforce Developers
The Salesforce Lightning Design System (SLDS) styling hooks use standard CSS properties to easily style base and custom components. Salesforce documentation states that ''SLDS styling hooks are CSS classes that give you access to the same styling used in the Salesforce Lightning Design System. They make it easy to style base and custom components with the same look and feel'' [1].
[1]https://developer.salesforce.com/docs/component-library/documentation/lwc/lwc.use_slds_styling_hooks
A UX designer want to understand the mental model of employees who have requested a new internal community the brief specifies what the employees should be able to do on the site but the designer need to suggest and suitable architecture
Which technique should be used
Which two steps should a UX Designer take to create and deliver responsible andtransparent AI technology? Choose 2 answers
C) Document model cards to clarify intended context and use cases.
Model cards are documents that describe the intended use, performance, and limitations of AI models. They help ensure that the AI technology is being used responsibly and transparently, as they provide clear information about the model's context, data, and assumptions. This can help reduce the risk of unintended consequences and build trust with users.
D) Provide clear explanations of AI predictions or recommendations.
Clear explanations of AI predictions or recommendations help build trust with users and increase understanding of how the AI technology works. By providing an understandable explanation of how a prediction or recommendation was made, users can gain a better understanding of the technology and how it is intended to be used. This can also help reduce the risk of unintended consequences and improve accountability.