The Dynamic Layout of a WalkMe ShoutOut in the Editor is composed of three layers: theFrame,Canvas, andWidget. TheFramedefines the outer structure and positioning of the ShoutOut (e.g., size and placement on the screen). TheCanvasis the content area where text, images, or buttons are placed. TheWidgetincludes interactive elements, such as the call to action button or close button, that users can interact with. These layers work together to create a customizable and visually appealing ShoutOut.
The other options are incorrect:
Z-index(C) is a CSS property that controls stacking order, not a layer of the ShoutOut’s layout.
Player(E) refers to the WalkMe Player, which delivers content but is not part of the ShoutOut’s internal structure.
Extract from Official WalkMe Documentation:
According to the WalkMe Editor User Guide (SAP WalkMe Digital Adoption Consultant Study Guide, Section 2.9: ShoutOuts):
“The Dynamic Layout of a ShoutOut consists of three layers: the Frame, which sets the structural boundaries; the Canvas, which holds the content; and the Widget, which includes interactive components like buttons.”
The courseAdvancing Your Skills in Building WalkMe Solutionselaborates:
“When designing ShoutOuts, understand the Dynamic Layout’s three layers—Frame, Canvas, and Widget—to effectively customize appearance and functionality for user engagement.”
Options A, B, and D are the correct layers of a ShoutOut’s Dynamic Layout.
[References:, SAP WalkMe Digital Adoption Consultant Study Guide, Section 2.9: ShoutOuts., WalkMe Editor User Guide, “ShoutOut Dynamic Layout” Section., Course:Advancing Your Skills in Building WalkMe Solutions, Module 12: Designing Effective ShoutOuts., , , ]