rise 360
36 TopicsArticulate 360: Mastering Permissions and Tasks in Articulate Platforms
This guide is your comprehensive resource for understanding and implementing permissions across Articulate platforms, including Articulate 360 Teams, Reach 360, and Review 360. It will help you: Distinguish between free and paid permissions Assign permissions strategically for optimal collaboration and security Streamline team onboarding with step-by-step task recommendations With the right permissions in place, your team will be ready to deliver exceptional learning experiences faster and with greater confidence. Let’s get started! Free Permissions Free permissions—those that don’t use a license on a subscription—are limited to administrative oversight or reviewing tasks. They can’t create or edit courses. The following list shows the free permissions on each platform: Articulate 360 Teams—Account Owner, Primary Admin, 360 Admin, Group Manager Reach 360—Admin, Manager, Reporter Review 360—Reviewers (with or without an Articulate ID) Note: Except for subscriptions purchased through global resellers and distributors, account owners are also assigned primary admin permissions. Platform-Specific Permissions and Tasks These are the permissions and tasks available across Articulate 360 Teams, Reach 360, and Review 360. Articulate 360 Teams Account Owner—Purchases the subscription and is responsible for key administrative tasks, such as: Billing management, including updating payment methods and making billing decisions (if purchased through a global reseller, contact the reseller directly for billing management) Purchasing additional seats for the team Primary Admin—Manages creators, groups, and admins, including overseeing all team members and organizational settings, including: Enabling or disabling Articulate AI services Changing the Reach 360 URL Enabling single sign-on (SSO) for learners Note: The primary admin can serve as an admin for multiple teams but can only be a user on one team. The primary admin must have a creator license if they want to create content. 360 Admin—Manages all creators, groups, and admins, including Reach admins. They do not consume a creator license by default. If assigned a license, they can also manage Storyline team slides and rename and delete shared Rise 360 block templates. Group Manager— Manages creators within specific groups. They do not consume a creator license by default. If assigned a license, they can also manage Storyline team slides and rename and delete shared Rise 360 block templates. Creator—Creates courses and collaborates on projects using Articulate 360 apps like Storyline 360 and Rise 360. Each creator must be assigned a license. Note: Creators may have different collaborative roles within the various Articulate 360 apps. Reach 360 Primary Admin—The same as the Articulate 360 Teams account owner. They manage billing and have full admin rights. Admin—Manages all learners and training settings and has access to the Learn, Manage, and Analyze tabs. Manager—Manages assigned groups. They can invite learners, remove group members, assign training, and view reports for their groups. Reporter—Accesses automatically generated metrics for specific groups or the entire account, as assigned. Learner—Participates in assigned training and has access to the Learn tab. Note: Reach 360 has two available plans: Reach Starter, included in the price of Articulate 360 for up to 300 active learners per annual term Reach Pro, a paid upgrade for 301 or more active learners per annual term Review 360 Content Owner—Uploads content and has full control over the Review item. They must have a paid seat. Editor (in team folders)—Manages shared team folders and items but can’t delete, move, or change their permissions. They must have a paid seat in the same team subscription. Reviewer (with an Articulate ID)—Reads, posts, edits, resolves, and deletes their own comments. They can also access additional Review features. They do not need a paid seat. Reviewer (without an Articulate ID)—Reads and posts comments, inserts emojis, @mentions other reviewers, and adds attachments. They do not need a paid seat. Recommendations for Assigning Permissions When assigning permissions, we recommend following these five steps in order: Assign Administrators First. Begin with the Account Owner and Primary Admin to configure account settings and manage initial setup. Delegate Management. Assign Articulate 360 Teams Group Admin or Reach 360 Manager permissions to individuals who lead specific groups or teams. Enable Collaboration. Assign Articulate 360 Teams Creator permissions to content creators and collaborators. Add Learners. Assign Reach 360 Learners once content and training environments are set up. Use Reviewers Strategically. Assign Review 360 Reviewer permissions to stakeholders for content feedback. Here are ways to invite reviewers. Learn More To learn more, please see the following user guide articles: Articulate 360 Teams: Roles and Permissions Reach 360: Understanding User Permissions and Roles Review 360: Understand Tasks and Permissions Rise.com: Manage User Roles and Permissions1.3KViews0likes0CommentsRise 360: How to Use Code Block (Beta)
Code block is still under development and will receive updates during the beta. Functionality will change over time. Based on feedback and feature stability, some options will be modified, and others may be removed. Want to offer deeper, richer experiences to your learners? Now you can create code-based projects directly in Rise 360 with code block. Develop interactive tools and demos with an in-app code editor, or upload your own completed projects. Not sure where to start? Check out this training for inspiration, or read on to try it yourself. Insert a Code Block Modify the Block Settings Accessibility Information Beta Considerations Note: Code blocks can only use the resources available in the block itself, and what’s written affects only that block’s environment. Code written in HTML, CSS, and JavaScript works best for custom code blocks. Step 1: Insert a Code Block Open a Rise 360 course, then edit an existing lesson or create a new one. Select All Blocks from the blocks shortcut bar. Or, click the insert block icon (+) that appears when you mouse over a boundary between blocks. From the sidebar, choose the Code category. Select an option depending on how you've compiled your code project. Click Add code to enter and edit code directly. Changes you make are reflected in real time. Click Upload project to upload a ZIP file that meets the following criteria: Includes an an index.html file at the root level Includes all assets for your project, including source files such as images Isn't larger than 5 GB When the block displays, click the action button or hover over the block to access the left-hand design toolbar. Then, click the Content icon. In the sidebar, add your code or upload your zipped project. In the Add code block, use the search/replace, copy, and delete icons to quickly make changes to your entire code block. In the Upload project block, use the delete icon to clear out the currently uploaded ZIP file. Your project will run immediately once added to Rise 360. Note: Code blocks included in training published for LMS or web export can't be previewed locally but will display as expected when uploaded to your training host. Completion Parameters To ensure learners complete a code block activity before proceeding, set completion parameters for your code block. With the following steps completed, continue blocks recognize when learners have completed the activity within the block. Either edit the content of an existing code block or add a new block. Enable the Set completion requirements toggle. Copy the code snippet that displays: window.parent.postMessage({ type: 'complete' }, '*'); Paste the code into the code window or into your existing project. For existing upload project blocks, you'll need to re-import your project after adding the completion code snippet. That's it! Now Rise 360 continue blocks will recognize when the code block activity has been completed. Note: Activating the completion toggle and including a completion-based continue block without including the code snippet in your project will block learners from continuing the training. Inspiration Gallery Both blocks have one-click access to our tutorial course with sample projects. Take a look and see what's possible, then build your own based on the provided code and assets! Just click the Need help getting started? button to check it out. Vibe Coding If you use a third-party LLM to generate code (also known as "vibe coding"), use the following as your prompt template to ensure enhanced compatibility with Rise 360. Replace the text in square brackets with your own content. Create an `index.html` file that can contain HTML, CSS, and JavaScript and doesn't include external web requests This `index.html` file will be used inside an `<iframe>` In the `index.html` file, create [describe your project], give it a transparent background Encode that once [describe completion parameters], the application should call `window.parent.postMessage({ type: 'complete' }, '*');` to let the parent window know that the interaction has been completed Step 2: Modify the Block Settings Modify how your content looks on the screen by hovering over an existing block to access the left-hand design toolbar. Click the Style icon to access block background options. The Format menu provides options for changing the block padding, content width, and max height of the block. Accessibility Information Custom code accessibility is still being assessed, but you can improve accessibility by using an accessibility checker plug-in such as axe DevTools provided by Deque or the Wave accessibility checker to verify your code. Looking for more accessibility design tips? Check out the following resources: Rise 360: How to Design an Accessible Course Accessibility Index Beta Considerations Since the custom code feature is still in active development, we recommend not using it for critical deliverables. Currently, code blocks have the following known issues: Publishing your training to PDF doesn't produce a one-to-one reproduction of code block content. Automatic translation with Articulate Localization isn't supported. However, you can manually insert language-specific code blocks after translation.6KViews13likes0CommentsRise 360: Add Text, Tables, and More
Rise 360 blocks are essentially templates, so adding content is as easy as plugging it into placeholders. For every lesson, you can edit the lesson title and show or hide the author. Then you can fill out blocks with text, tables, math equations, and more—or use AI to help generate content. Here are tips for working with text-based content. Text Tables Math Equations Quick Insert Text Type your text in the web interface or copy text from external sources and paste it into Rise 360. You can also generate text using the Write with AI quick insert command. In most lessons, you can add and edit text in the body of the main window. In some cases, you use the sidebar—for example, adding marker text in the sidebar for labeled graphic blocks. Text Formatting Format text by selecting it and choosing formatting options from the floating toolbar that appears. Icon Function Edit with AI Launch AI Assistant to edit the current text selection. Bold, Italic, Underline, Strikethrough Click to apply bold, italic, underline, or strikethrough formatting Subscript, Superscript Apply subscript or superscript formatting Font Size Select a font point size from 6-144pt or enter a specific size. Default text size for non-heading content in Rise is 17pt. Line Height Select spacing between lines from 1 to 4. Letter Spacing Select spacing between letters from -2 to 10. Color Select or enter a HEX code for the font or background color. URL Click, enter a URL, and click Insert to add a hyperlink to the selected text. Paragraph Format Select a heading style or apply normal text formatting Align Select text alignment for the entire paragraph. Ordered List, Numbered List Convert the selected paragraph into a numbered or bulleted list. Bullet Styles Select the color and adjust the size of list bullets and numbers. Decrease Indent, Increase Indent If available, decrease or increase the indent of the entire paragraph. Math Equation Insert a math equation using the built-in LaTex editor. Select All Select all text in the current paragraph. Clear Formatting Clear all formatting from the currently selected text. Undo, Redo Undo or redo the last formatting action. The following keyboard shortcuts are also available. Key(s) Function Ctrl+A Select all Ctrl+B Bold Ctrl+I Italicize Ctrl+K Hyperlink Ctrl+S Strikethrough Ctrl+U Underline Ctrl+Z Undo Ctrl+Shift+Z Redo Ctrl+[ Decrease indent Ctrl+] Increase indent When you paste text, Rise 360 retains the source formatting. To paste your text without formatting, use the keyboard shortcut Ctrl+Shift+V. You can also restore the default Rise 360 formatting to pasted text by selecting it and clicking the Reset icon. Tables Tables make organizing and presenting complex data easy. To get started, add a table using a table block or quick insert when it’s available. You can also select text and have AI Assistant convert it into a table automatically via the command on the formatting toolbar. Math Equations Enter math equations using Rise 360's built-in LaTex editor via the text formatting toolbar or quick insert. Quick Insert Available in the sidebar and main window of most blocks that support text, quick insert lets you add tables, lists, and math equations to blocks with a single click. On a blank line, click Quick Insert (+). Select Insert Table, Unordered List, Ordered List, or Math Equations from the row of icons.4.6KViews1like0CommentsRise 360: Create Custom Blocks
Custom block is currently in beta. Functionality may change over time. Based on feedback and feature stability, some options could be modified, and others removed. Need a unique block to meet your exact training needs? Custom blocks unlock fresh possibilities! Add text, objects, and media elements to a blank canvas, then drag and drop them to craft the perfect creation. Note: While custom block supports several accessibility features, some aspects are not yet fully accessible. Insert Blank or Prebuilt Templates Set up the Canvas Add Templates and Objects Manipulate Objects Format Objects Adjust Object Order and Accessiblity Settings Add Interactivity (Coming Soon) Modify the Block Settings Using Keyboard Shortcuts Accessibility and Compatibility Feedback Step 1: Insert Blank or Prebuilt Templates Get started with a blank canvas or a prebuilt template. Open the block library in your training to begin. Start from Scratch Expand the Custom Block menu. Select +Blank to insert a blank canvas into your course. Click Create a Custom Block to begin. Start with a Template Expand the Custom Block menu. Choose a category, then select a template. Hover over the block and click the Content icon to personalize the template. You can also add templates to blank blocks. Follow the link for a full list of prebuilt templates. Step 2: Set Up the Canvas The canvas is where you add objects and create your custom block. Only objects placed on the canvas are visible to learners. Use the toolbar that displays to select the canvas to modify the color, border style, and overlay. You can also manually enter the canvas pixel width and height or automatically shrink the canvas to the included objects. Please note, custom blocks aren't responsive at this time. We recommend using a slightly taller canvas size so that your content remains legible on smaller screens and mobile devices. Step 3: Add Templates and Objects Once you're in the custom block editor, you can either manipulate objects in your selected template (more on that in the next section), insert a new template, or add objects. Use the search bar in the object category menu to quickly find what you need. Use the control in the lower-right corner to zoom in or out on the canvas. Templates On the left sidebar, click Templates, and then make a selection. On a blank canvas, click Use template. This inserts the canvas and all objects associated with the selected template On a populated canvas, you can also select Add to canvas. This keeps the current canvas and inserts the template objects over the existing objects. Selecting Use template on a populated canvas completely replaces the existing canvas and objects. Once inserted, the individual objects of a template can be manipulated and formatted just like any other object. You may have to ungroup or drill into objects to access all formatting options. Objects Add additional objects from the left sidebar. Text: Insert a text box with the selected text type as the default. This can be modified in the formatting toolbar. Add a hyperlink by selecting text. (Note: superscript and subscript formatting aren't available for custom block text.) Shapes and Lines: Insert a grey prebuilt shape or black prebuilt line on your canvas. For shapes: click within the shape to add text. Shape formatting options include color, corner rounding, border, shadow, and overlay. Line formatting options include color, line style, and shadow. Images: Insert an image generated with AI, an image from Content Library 360, or upload your own. Regardless of source, images have corner rounding, border, shadow, and overlay options. Crop and alt text tools are available by right-clicking on an image. Videos: Insert a video by dragging and dropping or selecting a video file to upload. If you'd like your video file to keep its specific file format and not undergo compression, you can opt out of optimization by selecting Preserve file quality. Note that this may decrease performance. Forward seeking can't be disabled for videos in custom layouts. Audio: Generate audio with AI Assistant, record your own audio, or upload an audio file with transcription to insert into your canvas. Click any of the icons to insert the object you want, then simply drag it to where you'd like it to be in the block. You can also select an object or group of objects and enter the X and Y positions in the Position toolbar menu. Step 4: Manipulate Objects You can work with objects in multiple ways. In addition to direct manipulation, right-click menu commands, formatting toolbar options, and keyboard shortcuts are available. The options available for individual objects are also easily accessible from the Objects sidebar. Change the Order The easiest way to change the order of an object on the canvas is to right-click the object and select an option from the Move menu. There are also several keyboard shortcuts for adjusting an object's placement. Align Horizontal and vertical alignment guides display as you move an object, multiple objects, or an object group. If you have other objects placed on the canvas already, you'll see vertical and horizontal alignment guides in relation to those objects as well. You can also select an object, multiple objects, or group and choose an option from the Position menu, or right-click and select an option from the Align menu. Resize You can quickly resize an object by hovering over the edge or corner and dragging in that direction. Hold the Shift key while resizing to maintain the object's aspect ratio. You can also enter the width and height values in the Position menu. Rotate Rotate objects by hovering over an object's corner. When the cursor changes to a curved arrow, click and move the cursor in the direction you want to rotate the object. You can also select an object or group and use the slider, or enter a value in the Position menu. Note that alignment guides don't appear when you’re moving rotated objects. Group Grouping is a handy way to move, resize, rotate, flip, or change other attributes of several objects all at once—as if they were a single object. To group objects, Shift+click or drag your cursor over two or more objects, then choose Group to group them. To ungroup objects, choose Ungroup. Lock Select an object or group of objects and click the lock icon in the toolbar that appears to lock their position. You can also right-click and select Lock. Duplicate Select an object or group of objects and click the duplicate icon in the toolbar that appears. You can also right-click and select Duplicate. The duplicated object or group appears slightly offset from the original and is automatically selected. Delete Select an object or group of objects and click the delete icon in the toolbar that appears. You can also press Delete or select the Delete option from the right-hand menu. Restore deleted items by pressing Ctrl+Z. Step 5: Format Objects Select an object on the canvas to access the formatting/action toolbar. Different objects have different toolbar options. The formatting toolbar for multi-selected and grouped objects reflects the available tools for the objects in the group. If a tool doesn't affect a particular object, modifying the value will have no effect on that object. Tools that are available for all objects or multiple object types will equally affect all relevant objects. For example, changing the opacity for a group overrides any individual object settings and, instead, sets the opacity for all group objects to the same value. All Objects Opacity Adjust an object's visibility. When multiple objects are selected, this value overrides any individual object's value. Position Align the object to the canvas using the available options. Rotate the object. Enter pixel values in the W and H fields to adjust the object size, using the lock icon to preserve aspect ratio. Use the X and Y fields to position objects on the canvas. Images Crop Use the drop-down menu to select an aspect ratio and crop the image accordingly. You can also use the freeform crop tool or enter specific values in the position menu. Reset to abandon changes. Lines Line Start/Line End Select from a variety of shapes to start and end the line. Line start and line end styles can be set independently. Shapes and Text Text Formatting These tools let you adjust the font type, size, and formatting, as well as the paragraph and line positioning. Shapes, Lines, and Images Change Shape Switch to a different shape. Color (Shapes only) Change the object's fill. Apply a color to the selected object using one of the following methods: Click the color you want in the Saturation and Value area. Drag the hue slider to change the dominant color of the spectrum. Use the eyedropper tool to match the color of anything visible on your screen. Just click the eyedropper, then click any color on your screen. (Chrome-based browsers only) Entering a custom color value in Hex. Choose a color from the theme color palette. Or select a color you've used in the current layout. Adjust the visibility of the color opacity with the Opacity bar under the Hue slider. Border/Stroke Change the object's border/stroke color, opacity, width, and type: solid, dashed, dotted, or no border (shapes only) Corner Rounding Use the slider or enter a specific value to change the degree of rounding for image and shape corners (does not apply to ovals). Drop Shadow Add a shadow to the selected object. Use the X and Y fields to control the position of the offset. The shadow is black by default, but you can change it in the Color menu. Opacity determines how visible the shadow is, and blur affects the sharpness of the shape. Overlay Add a color overlay to your object. The overlay is black by default, but you can change it in the Color menu. Adjust overlay opacity with the slider or enter a value. Step 6: Adjust Object Order and Accessibility Settings There are two ways to adjust the order of objects and object groups. One way affects the visual order while the other affects how accessibility tools like screen readers interact with objects in a custom block. Visual Order Select Objects in the sidebar to access controls for the canvas and all objects in your current custom block. In addition to using the combined formatting toolbar, you can easily drag and drop individual and grouped objects to adjust their visibility. You can also remove items from groups. Note that newly added objects appear at the top of this list. Accessibility Order Select Focus order to access a list of objects and groups in screen reader and keyboard navigation order. Items in this list can be adjusted independently of object order for accessibility purposes, but you can't remove items from groups here. Click Match visual order to reset the list to the same order as the objects list. Newly added objects appear at the bottom of this list. Add Alt Text In the focus order panel, use the Alternative text field to add alt text to any object, object group, or the canvas itself. If they don't have alt text, images, lines, and shapes without text are considered decorative and aren't announced. Step 7: Add Interactivity (Coming Soon) We're still exploring how to add interactivity to custom blocks. We'd love to hear your thoughts. Hover over Interactivity in the sidebar and click Share Feedback to let us know what interactive features would make your custom blocks even better. Step 8: Modify the Block Settings Hover over an existing block to access the left-hand design toolbar and modify the appearance of your block. Click the Style icon to access block background options. The Format menu provides options for changing the block padding and content width. Since custom blocks aren't responsive at this time, use the following values as the maximum widths for your canvas so that the block fits within the content width parameters: Large - 920px Medium - 760px Small: 520px We recommend using less padding around custom blocks for a better mobile experience. Using Keyboard Shortcuts The following keyboard shortcuts can be used on the custom block canvas. Mac/Windows Keys Function O Add circle (oval) item to canvas T Add paragraph item to canvas R Add rectangle item to canvas Cmd/Ctrl+] Bring forward ] Bring to front Delete Delete object Cmd/Ctrl+D Duplicate objects Shift+H Flip horizontally Shift+V Flip vertically Cmd/Ctrl+G Group objects Cmd/Ctrl+Shift+L Lock/Unlock Shift+Arrow Keys Move object 10px Cmd/Ctrl+Click Select object within a group Cmd/Ctrl+Y Redo Cmd/Ctrl+A Select all Cmd/Ctrl+[ Send backward [ Send to back Cmd/Ctrl+Z Undo Cmd/Ctrl+Shift+G Ungroup objects Cmd/Ctrl+0 Zoom custom block canvas to 100% Accessibility and Compatibility We're still evaluating and improving the accessibility compliance of custom block at this time. In its current state, custom block doesn't fully meet accessibility guidelines. Custom block templates and user-defined custom blocks don't reflow to fit different screens. This can make them hard to read on small screens or when zoomed in. Though accessibility guidelines provide a reflow exception for presentation content like our custom block, they can still be difficult for mobile users and people with low vision to use. To make sure your content works for everyone, test it on both a mobile device and a desktop browser zoomed to 400%, not just in preview mode. Even though it doesn't meet full compliance at this time, we encourage authors to use the accessibility tools provided in custom block to improve its accessibility. Articulate Localization isn't supported for custom blocks at this time. To translate custom block content, authors must use the manual translation process. Share Your Feedback We're excited about the creativity that custom block will unlock and need your help to ensure it meets the needs and expectations of all Articulate users. Your feedback will directly influence the development of custom block within Rise 360, so consider sharing your thoughts on the following topics: Uses: How are you using custom blocks? Share your creations! Bugs: Is anything not working as expected? Improvements: How could this feature be better? Insights: How does this feature benefit you and your learners? Click Beta next to Custom Blocks and select Share feedback to share your thoughts.10KViews45likes0CommentsRise 360: Preview Content
You have options when it comes to previewing your Rise 360 training. You can quickly view your content as you develop it and, for external shareholders, you can share a link so that they can preview your content as well. Preview Content in Rise 360 Share a Preview Link FAQs Preview Content in Rise 360 Preview Rise 360 content at any time to see how it looks. It’s simple, responsive, interactive, and contextual. Simple Click Preview in the upper right corner of the editor to switch to preview mode. When you’re done, click Edit to exit preview mode and open the editor in the lesson you're currently previewing. Responsive Click the device icons in the upper right corner to see how your course looks on computers, tablets, and smartphones. It’s fully responsive and adapts to each screen size and orientation beautifully without any extra work. Interactive Click through features, such as labeled graphic markers and accordion interactions, in the same way learners will experience them. Contextual For courses, if you’re on the course outline when you preview, you’ll see the entire course. If you’re editing a lesson when you preview, you’ll only see that lesson. For microlearning, you'll see the entire training. Share a Preview Link Sharing a Rise 360 preview link is easy. It’s there when you want to quickly share your in-progress draft or get input from someone that you’re not collaborating with in Review 360. Open the content from your Rise 360 dashboard. Click Share in the upper right corner of the screen, click the arrow to expand the Preview section, and copy the shareable link. (If you're the owner, you have the option to protect your course with a password.) Send the link to your shareholders. And if you set a password for it, be sure to give them the password too. FAQs The following information pertains to Quick Share, the feature replacing Preview. Is the Share menu going away? The release of Quick Share and the removal of Preview links has given us the opportunity to make menus more intuitive in Rise 360. The collaborators menu can now be accessed with a single click, and publishing methods will be available in a single menu. Does Quick Share replace Preview links? How is it different than Preview? Yes, Quick Share links replace Preview links. Unlike Preview, which was meant as a limited-use tool for sharing draft content with parties outside your organization, Quick Share is a lightweight distribution tool designed to rapidly share content with anyone and gather basic engagement metrics. What if I already have Preview links for my content? If you've previously shared your content via a Preview link, those links will still work. However, they won't gather engagement information as a Quick Share link until you publish an update and distribute that new link. Please note that Preview link views prior to Quick Share link sharing aren't counted. I have a trial account — can I use Quick Share? Quick Share is available to anyone with an Articulate 360 account. However, during your Articulate 360 trial, external links and code blocks are disabled in content shared via Quick Share. How is Quick Share different from an LMS? Quick Share doesn't require a third-party platform to distribute content. Anyone can see a shared training without having to log in or create an account. However, advanced LMS features such as certification and centralized reporting aren't available when distributing via Quick Share. Can I share Quick Share links outside of my organization? Will non-Articulate customers have to sign up for an account? Quick Share links can be shared with any learner, not just members of your organization. These links take learners directly to the content without needing to sign in. Is there a way to log who views my Quick Share links? The Guestbook is enabled by default for Quick Share links. When enabled, learners must enter their email, first name, and last name to access shared training. View learner information by selecting Engagement on the Quick Share screen for your training. ——— The following FAQs pertain to Preview links and will only be valid prior to Quick Share's launch. Why did my Preview link content show up in a search engine? Although share links are public, we prevent search engines from indexing our site. However, if you post these links on a public web page, they may be indexed by a search engine. If the item contains confidential information, set a password or limit access to specific users. Can the Preview link replace my LMS? Previewing content via a shareable link is not a hosting solution. Shared deliverables don't track learners’ progress and activity data isn't tracked like it is in Reach 360. When they leave and come back, they have to start all over. The Share link is meant for previewing your in-progress work. Check out Share Content with Learners, to read more about our recommended methods for exporting your content for the best learner experience.4.6KViews5likes0CommentsRise 360: Use Your Dashboard to Manage Content
Create fully responsive e-learning content with Rise 360, an easy-to-use web app included with your Articulate 360 subscription. There’s nothing to install, so you can get started right away. U.S. and EU creators access Rise 360 by signing in to https://articulate.com and clicking Rise 360 on the navigation bar at the top of the screen. (Click here for a list of supported web browsers.) Note: Rise 360 users can collaborate with and send copies of courses to other Rise 360 users in the same regional data center. However, Rise 360 users can’t collaborate with or send copies of courses to Rise 360 users in a different regional data center. Learn more about our EU data center. Let’s explore the Rise 360 dashboard. Check out the video below for a guided walkthrough. Then take a look at the following image and refer to the table below to learn about each feature for managing Rise 360 content. Click image to view larger Header Feature/Location Description Switch Apps Switch to another app—collaborate with stakeholders in Review 360, take and manage training in Reach 360 (if available), register for Articulate 360 Training webinars, or return to your Articulate 360 dashboard. Edit Your Account and Update Your Profile Click your avatar to edit your account, update your profile settings, or sign out of Articulate 360. Select Deliverable Type The Content tab is selected by default. Click Question Banks to access your and your team's question repositories. Change the Layout View your content tiles in the default grid layout or switch to list view. Search Quickly find created or shared content by entering the title and pressing the enter key. Change the Sort Order Sort content by date or alphabetically by title. Rise 360 remembers your choice the next time you open your dashboard. Filter by Content Type View all types of content or filter to see only courses or microlearning content. Filter by Owner In a folder with team or shared content, filter content by author. Left Sidebar Feature/Location Description Create New Click to create a new Rise 360 course or microlearning. All Content See all your training, including content you're working on with other team members. Shared With Me Quickly access training on which you're a collaborator. My Shortcuts Bookmark private and team content you don't want to lose track of and organize it into folders. Private Work on content you aren't collaborating on with other team members. Create folders and subfolders to organize your content. Team Work on content you're collaborating on with your team or that's been shared with you. Move content to folders so it's easier to find and modify share permissions to manage content collaborators. External Connections (if available) Work on content with teams outside of your organization in the same regional data center. Deleted View recently deleted content and restore it or delete it forever. Main Dashboard Feature/Location Description Content Tiles As you use Rise 360, a new tile appears for each piece of content you create. Each tile displays the cover photo, title, lesson count, and last modified date. Articulate 360 Teams subscribers who collaborate on content will also see the owner's avatar on the course tile. Click a tile to open the content for editing and previewing. Learn more about creating new content Learn more about previewing content Hover over a tile, then click the ellipsis that appears to see options for managing the content. Tip: Collaborators' options depend on their role. Only course owners can delete content. Collaborators can remove themselves. Not every option appears for every piece of content. Reach 360 badge Conveniently tell at a glance if content is published to Reach 360 and if it's live or offline. Go to the current file location If viewing a shortcut, click to jump to the actual location of the content. Publish Publish content for Reach 360 (if available), LMS distribution, web hosting, or PDF download. Only the course owner and course managers can publish content.) Send a Copy Send the source file to other Rise 360 creators. Only the course owner and course managers can send a copy of the content. If a creator sends a copy of the content back to you later, a new copy is added to your Rise 360 dashboard. Duplicate Duplicate existing content when you want to translate it or create new content with the same layout. Only the course owner and course managers can duplicate content. Move Organize content in folders so it's easier to find. You can also move content to a team folder to share it with other team members. You can move several items at once with multi-select. Share Add content editors and managers as collaborators. Delete Once deleted, content can be restored or permanently deleted from the Deleted folder. You can delete several items at once with multi-select. Only the course owner can delete and restore content. Collaborators can remove themselves. Add/Remove Shortcut In private or team folders, add content to or remove it from My Shortcuts. In My Shortcuts, move or remove content. Content Count Displays the total number of projects in your dashboard and the current range you're viewing. Only 16 tiles are displayed per page. Pagination Use this bar to quickly jump to another page of content or navigate with the Next and Previous buttons.26KViews4likes0CommentsRise 360: Share Content with Team Folders
Create shared team folders in Rise 360 to organize your content and assign permissions. Quickly assign roles to multiple authors for the content shared in these folders for better collaboration. The Team folders feature is exclusively available to Articulate 360 Teams. Not a teams subscriber? Contact an Articulate 360 sales representative to learn more. Share Folders and Items Understand Tasks and Permissions FAQs Note: Content can only be shared among team members in the same regional data center. Share Folders and Items When you add a collaborator to Rise 360 training, the item automatically moves to the Team directory. Team members see only those items to which they're assigned collaborator roles. If you're a course owner or manager, from the folder or item menu click the More (...) icon and select Share. Add editors or managers. You can also add the Everyone group to give everyone on your team access to the item. You can also remove or modify collaborators from this menu. Move a Shared Item Once an item is in the Team directory, create a new folder or move it to an existing folder to stay organized and assign global collaboration settings. Create new folders with the New Folder button. Hover over a single folder in the sidebar or an item card in the main window, click the More (...) icon, and click Move to move items and folders to new locations. When you move an item or folder to an existing folder, it inherits that folder's share settings. Everyone with a collaborator role for that folder has access to the moved item(s). See the Understand Tasks and Permissions section for more details. Unshare a Folder or Item Unshare a folder or item entirely by moving it to your Private directory. This removes all collaborators from the items. Only owners can move folders and items they've shared. If you unshare a folder that contains folders or items owned by others, those folders and items are also unshared and move to their private directories. Delete a Shared Folder or Item Click the More (...) icon and select Delete to delete individual items or folders. Only owners can delete their shared folder or items and move them to the Deleted section. If you delete a folder that contains folders or items owned by others, those folders and items are also moved to their owners' Deleted section. Tip: Folders and items can only be deleted one at a time. Need to delete several items and folders? Move them to a new folder and then delete the folder. Restore a Shared Folder or Item From the Deleted section, select the folder or item, and choose Remove from trash. Restoring shared folders or items moves them back to their original location. If the location or folder no longer exists, you'll find them in your Private directory. Understand Tasks and Permissions You'll have either editor or manager permissions to Rise 360 items you can see in the Team directory. Control who sees your shared content by placing them in team folders and customizing the folder share settings. Hover over the folder on the sidebar or the folder breadcrumb on top, click the More (•••) icon that appears, and choose Folder share settings. Or select the checkbox in the upper-left corner of the folder, then click the share icon on the dynamic action toolbar on top. In the pop-up that displays, search for specific team members by name or email and click their names. Then select editor or manager. Add the Everyone group to give all creators access as an editor or manager. To remove access, hover over selected members and click the trash icon. Permissions can be either explicit or inherited. Explicit permission is manually adding the user or group through the folder share settings. It doesn't change even when you move the folder. Inherited permission is when the folder automatically adds the share settings from the parent folder. If the folder is moved to another location, its inherited permissions are replaced with the new parent folder's share settings. To convert inherited permissions to explicit, remove them and manually add them back. Updating folder share settings applies the change to all subfolders under it. Currently, this also affects folders owned by other members. The permission on the updated folder is explicit, while the permissions on the subfolders are inherited. See the table below to compare permissions: Folder Tasks Owner Manager Editor View the shared folder x x x View shared folder permissions x x x Create a subfolder in the shared folder x x x Add a new item in the shared folder x x x Rename the shared folder x x Change shared folder permissions x x Move the shared folder (for managers, within Team section only) x x Delete the shared folder x Item Tasks Owner Manager Editor View items x x x Edit items x x x Create a snapshot x x x Add items to bookmarks x x x Publish an item x x Send a copy of an item x x Duplicate items x x Move items (for managers, within Team section only) x x Change item share settings x x Delete items x FAQs Is there a limit to the number of folders and subfolders I can create? While the number of folders you can create is unlimited, each folder can have a maximum of five subfolders. What happens to shared content when the owner is removed from the team? When you remove someone from your team, you must transfer all their shared content to another member to complete the process. To keep the user's unshared content with their Articulate ID account, uncheck the Include private content box. This is handy when the user is a contractor or freelancer who used their personal Articulate ID to join your team and has private content connected to it. See this article for more information about managing content when users leave your team. If you're leaving the team, move all the content you want to keep to your Private directory first, then ask your admin to uncheck the Include private content box when removing your access. More details on how long we'll keep your data here. Can I give admins access to team folders? Only creators in the same subscription can access team folders. If you're working with other teams, their shared content is in the External Teams section. Will I be notified when someone updates the items I shared? No, we don't send any notifications for team folders at this time. What happens when the subscription expires and I want to reactivate it? Shared content, such as Rise 360 items in team folders, stays with the subscription. If you think you might renew your subscription later and want to keep your shared content, move them to your private directory before your subscription expires. Your online data remains intact if you renew your subscription with the same Articulate ID within six months. You'll have access to all your private content items. Let us know if you need help retrieving shared content from the previous subscription.6.7KViews0likes0CommentsRise 360: Facilitate Training with Reach 360
A full-featured learning platform and zero-friction LMS solution, Reach 360 is included in your Articulate 360 subscription. With Reach 360, you can distribute content to individuals and groups, deliver multi-language learning powered by Articulate Localization, analyze content and learner performance, and more. Getting started with publishing to Reach 360 is easy. Choose the step-by-step instructions below based on your permissions. Reach 360 admins can publish directly to Reach 360, while creators who aren't also Reach 360 admins can submit training for an admin to review and publish.. Publishing Procedure for Reach 360 Admins Publishing Procedure for Non-Admin Reach 360 Roles Publishing Procedure for Reach 360 Admins Open the content you want to publish from your Rise 360 dashboard. Then, click Publish in the upper right corner of the screen, and select Reach 360. The Submit to Reach 360 window displays. If the training was previously published, you'll also see the last date of publication. Set completion parameters. Learners can complete the training by viewing a specified percentage of the course or microlearning, passing a selected quiz lesson (in a course only, since microlearning doesn't support quizzes), or both. You can also choose No Requirement. Note: If you lower the passing score of a quiz after the course is published, learners have to retake the quiz in the republished course to pass with the lowered score, even if their prior score would be counted as passing with the new standard. Select Course Duration to show the estimated time learners will need to complete the training on the overview page. You can overwrite the default length of 30 minutes with your own value. Choose Completion Celebration if you want an animated, confetti-filled celebration to display once a learner meets the completion parameters. Select Enable Certificate to provide learners with a certificate of completion that they can download once they’ve finished. If needed, specify a due date or a set number of days a learner has to complete the training after enrollment. Training has no due date by default. Turn on library visibility. You can also select in which libraries the training appears. Assign topics, if any. Click Publish to finish the publishing process and return to the training. Note that if you haven't added content to every lesson in a course, you'll be reminded to do so before you can publish it. Once published, the training is live in all specified libraries. Publishing Procedure for Non-Admin Reach 360 Roles Open the content you want to publish from your Rise 360 dashboard. Then, click Publish in the upper right corner of the screen, and select Reach 360. The Submit to Reach 360 window displays. If the training was previously published, you'll also see the last date of publication. Set completion parameters. Learners can complete the training by viewing a specified percentage of the course or microlearning, passing a selected quiz lesson (in a course only, since microlearning doesn't support quizzes), or both. You can also choose No Requirement. Note: If you lower the passing score of a quiz after the course is published, learners have to retake the quiz in the republished course to pass with the lowered score, even if their prior score would be counted as passing with the new standard. Select Course Duration to show the estimated time learners will need to complete the training on the overview page. You can overwrite the default length of 30 minutes with your own value. Choose Completion Celebration if you want an animated, confetti-filled celebration to display once a learner meets the completion parameters. Select Enable Certificate to provide learners with a certificate of completion that they can download once they’ve finished. If needed, specify a due date or a set number of days a learner has to complete the training after enrollment. Training has no due date by default. Use the searchable drop-down menu to select a specific Reach 360 admin to notify of your submission. Want the training to be included in a specific library or added to a learning path? Leave a note for the admin. Click Submit to complete the submission process and return to the training. Note: If you haven't added content to every lesson in a course, you'll be reminded to do so before you can submit it. Once a Reach 360 admin reviews your submitted course and completes the publishing process, it’ll be available for learners.36Views0likes0CommentsRise 360: Restore Content with Snapshots
Want to preserve versions of your training as you create drafts, collaborate with colleagues, and publish courses? The snapshots feature lets you save and restore your work with just a few clicks. Snapshots are particularly handy when you're working with collaborators. You can capture a moment in your training as it develops and then compare it against collaborator versions or restore back to it as needed. No more having to create a duplicate copy of your training! Snapshots can also come to your rescue when you accidentally delete training elements, apply updates to the wrong training, or just need a manual way to track your versions. Here's how snapshots work. Create a Snapshot Restore a Snapshot Manage the Snapshot List Step 1: Create a Snapshot When you first create a training, your snapshot history is empty. To get started, open the Snapshots menu next to the title in the upper left and click Save snapshot. Enter a name and click Save to create your first snapshot. Whenever Rise 360 detects changes, like adding or removing content, you can create a new snapshot. Just open the Snapshots menu and follow the same process. Are Snapshots Ever Automatically Created? Creating a snapshot of your training is primarily a manual process, but Rise 360 will automatically save a snapshot whenever you publish to Review 360 or Reach 360, export your training for LMS, or create/update a Quick Share link. These events show up in the snapshot history. Do Snapshots work with localized courses? Yes! Learn more about how snapshots work in multi-language Rise 360 content. Step 2: Restore a Snapshot Need to return to a previous version of your training? Open the Snapshots menu and click the Preview button for the snapshot you'd like to restore. After reviewing the content to confirm it's the version you're looking to restore, click Restore this snapshot in the upper-right corner. You can also restore a snapshot without previewing it by selecting the Restore option from the . . . menu. Step 3: Manage the Snapshot List If your snapshot list starts getting unwieldy, don’t worry. You can rename, restore, or delete snapshots by clicking the . . . menu next to the snapshot you'd like to modify and choosing the appropriate option.6.2KViews26likes0CommentsRise 360: Use Real Content Templates
Real content templates provide ready-to-use training on a wide variety of common business topics. They’re customizable, just like your regular Rise deliverables, and are the fastest way for you to add content to your library. You can find real content templates on the Create New dashboard. Tip: Follow the link to find out more about Next Big Idea Club content templates. The following list is organized into topics with a short description for each template. Articulate 360 Tutorials Compliance Customer Success and Service Diversity and Inclusion Health and Wellness Human Resources Information Technology Leadership Personal Development Professional Skills Sales and Marketing Articulate 360 Tutorials Adding Audio With Text-to-speech in Rise 360 Learn how to add easily add audio narration to your courses. Creating Rise Courses With AI Course Drafts Explore how to use AI Assistant to generate a quick and easy first draft. Doing More With AI Assistant in Rise 360 Learn how to step up your AI Assistant skills with this course. Elevate Product Training With Custom Blocks | Webinar Tutorial Follow along with the linked webinar to learn more about Custom Blocks. Getting Started With AI Assistant in Rise 360 Practice integrating AI Assistant into your course creation workflow. Compliance Are You Prepared to Weather the Storm? Prepare your audience for hurricanes with compelling public safety training. Construction Safety 101 Build safety training that's easy and enjoyable to explore in the field. How to Avoid a Conflict of Interest Help your team avoid a conflict of interest with compliance training. Sexual Harassment Prevention Training Meet stringent state requirements for sexual harassment prevention training. Customer Success and Service Cultural Sensitivity in Customer Service Learn cultural sensitivity practices and excel at customer service across cultures. Customer Communication Essentials Develop your communication skills to provide exceptional customer support. Customer Service Fundamentals Explore the foundations of effective customer service. Customer Service Skills Ready to take your customer service to the next level? This skills course can help. Do You Have These Four Essential Customer Service Skills? Boost your team's skills with engaging customer service training. Handling Difficult Customer Service Scenarios Maneuver through challenging customer service scenarios with care and tact. Managing a Customer Service Team Learn how to lead your customer service team to excellence. Managing a Successful Contact Center Managers—cover top practices to lead your contact center team to greatness. Optimizing Customer Communication Across Channels Learn how to communicate with customers through different channels. Soliciting and Responding to Customer Feedback Sharpen your skills at seeking out and reacting to customer feedback. Working With Upset Customers Get a step-by-step action plan to turn unhappy customers into satisfied ones. Diversity and Inclusion Asian American and Pacific Islander Heritage Month Use this course to educate your team and expand their cultural knowledge, opening up more avenues for collaboration and creativity. NEW—May 2024 Black History Month Celebrate Black History Month with this inspiring and educational course. Beyond Pride: Year-Round Action Learn to authentically reflect the values of Pride Month all year with this course. Creating Social Change: A Guide for Everyday Citizens Encourage civic engagement with this guide on creating social change. Cultivating Diversity, Inclusion, and Belonging at Work Create a diverse workplace culture that champions equity and individuality. Honoring Herstory During Women’s History Month Honor the past and help shape the future this Women’s History Month. How to Avoid Bias in Talent Recruiting and Retention Get tools to identify and counter unconscious bias in hiring and employee development. How to Be an Ally for Diversity and Inclusion Interrupt discrimination and resist oppression as a diversity and inclusion ally. How to Recognize and Overcome Bias—Featuring Bestselling Author Dr. Jennifer Eberhardt Learn to see limiting hidden beliefs and biases—and get strategies to overcome them. Power and Pride: The Origins of Pride Month Discover Pride month’s roots in decades of radical activism for LGBTQ+ rights. Working Across Cultures This sensitivity training helps build relationships across cultures. Health and Wellness 7 Go-to Strategies to Tame Stress Need a break from stress? Relieve tension with healthy coping techniques. Beating Burnout: Spot the Symptoms and Take Action Do you suffer from burnout? Learn how to spot the symptoms and beat burnout for good. Coping With Workplace Change Learn how to embrace and navigate change effectively with help from this training. Dealing With Stress, Pressure, and Burnout Learn how to recover from mentally distressing situations. Good Stress? Embracing Eustress to Improve Your Life Learn about different types of stress and how to embrace the right kind. How to Create an Employee Wellness Program: A Step-by-Step Guide Learn how to plan and launch an inclusive wellness program all employees appreciate. Impostor Syndrome: What It Is and How to Overcome It Learn how to face your insecurities and overcome impostor syndrome for good. The Basics of Managing Stress Learn how your body reacts to stress and how to deal with it. Human Resources 7 Types of Interviews and When to Use Them Take your interview process to the next level with seven styles and when to use them. A Guide to Workplace Integrity Align your values and actions with this workplace integrity training. Dealing With a Problem at Work? When and How to Involve HR This guide outlines when—and when not—to take a problem to HR. Doing the Right Thing: A Guide to Good Business Ethics What are business ethics? Check your conduct with this employee ethics training. Driving Your Career Give your team guidance on their professional growth. Getting Started in Human Resources Learn five key functions of HR to master the basics of this critical department. How to Attract and Retain Top Talent Learn how to find and nurture the best talent for your business. How to Conduct an Effective Job Interview Hone your interviewing skills to make smart hiring decisions and attract top talent. Returning to Work After Parental Leave Support parents as they return to the workplace. Sexual Harassment Training for Employees and Managers Prevent, recognize, challenge, and address harassment at work. Information Technology How to Protect Your Data Protect confidential data with these practical, easy-to-follow security tips. How to Protect Yourself Against Phishing Attacks Safeguard your valuable information from malicious scammers. Updated June 9, 2022 Online Security Fundamentals This course reviews best practices for online safety in a variety of settings. Search Engine Optimization Learn everything you need to know about search engine optimization (SEO). What Is Social Engineering? Step into the mind of a social engineer to understand how they target victims. Leadership 5 Leadership Styles to Influence a Team Propel your team to new heights with five distinct leadership styles. A Blueprint for Effective Workplace Leadership Learn the fundamentals of effective leadership in the workplace. A Guide to Effective Meetings Cut down on unnecessary and unproductive meetings with this guide. A Guide to Managing Remote Teams Expand your management toolkit with strategies targeted at remote teams. A Guide to Mentoring Others Cultivate effective mentors at your company with this guide on mentoring others. A Guide to Navigating Team Dynamics Explore the various dynamics that make up a team to enhance your work environment. A Manager's Guide to Resolving Team Conflict This guide prepares managers to handle team conflict more effectively. Becoming the Boss: A Guide for New Managers Use this guide to transition seamlessly from employee to manager. Change Management Models: Advanced Application Streamline company changes with five fundamental models Communicating Change Learn how to communicate organizational change effectively. Create an Enviable Team Culture Learn to build a strong, positive work culture and transform it into an enviable one. Develop a Thriving Team Managers—learn techniques to guide your team to flourishing careers. Effective Feedback Strategies Get the tools you need to give feedback to reinforce or redirect work behaviors. Fostering Fearless and Resilient Teams—Featuring Bestselling Author Mollie West Duffy Foster resilient teams that adapt well when facing challenges or uncertainty. Four Stages of Team Development Learn the stages of team development and how to help your team navigate them. How Great Leaders Solve Problems Learn to lead your team to new heights of creative problem-solving. How to Be an Ethical Leader Build an ethical company culture with upstanding leadership and business practices. Introduction to Team Management Get the fundamentals to lead a team to greatness—as individuals and a group. Leading Through Difficult Times Learn how to lead through difficult times using crisis management. Leading with Emotional Intelligence Develop emotional intelligence by expanding your personal and social competencies. Letting an Employee Go Gracefully Not the right fit for your team? Learn how to let employees go with tact. Motivating Your Team Create a motivating workplace and spark your team’s best work with new techniques. Overcoming Common Challenges of Remote Managers This guide covers common challenges managers face in remote environments. Performance Management Learn to plan for, oversee, and review your team’s performance to help them find success. Resolving Conflict Get tips and techniques to resolve conflict between colleagues quickly. The Secrets of Skilled Delegation Become indispensable. Know when and how to delegate to get work done through a team. Transitioning to Remote Work Guide your team through the transition from working in the office to working from home. Personal Development 4 Personality Types That Suffer From Chronic Lateness Discover your personality type and learn tips to overcome the cycle of lateness. 4 Ways to Add Value and Earn a Raise at Work Explore four ways to increase your contributions and compensation at work. 5 Career Roadblocks and How to Overcome Them Learn how to overcome five of the most common obstacles to career development. Assessing Your Strengths, Interests, and Values Identify and leverage your unique strengths, interests, and values at work. Feeling Unmotivated at Work? Common Causes and Tips to Increase Motivation Learn four primary causes of low motivation along with strategies to overcome each. How to Get Noticed at Work Get noticed and increase your visibility at work with the help of this training. How to Land Your Dream Job Land your dream job with this training’s resume, cover letter, and interviewing tips. How to Overcome Your Fear of Failure Overcome your fear of failure and learn to take more positive, professional risks. Scheduling 101: How to Prioritize Your Tasks and Avoid Procrastination Learn how to create a schedule that embraces shifting priorities. Setting Goals That Actually Work Create achievable goals with these foolproof, time-tested tips. Time Management Essentials Ramp up your productivity by exploring the basics of time management. Time to Find a New Job? Here’s How Ready to find a new job? This course guides you through the process. Unsolved Mystery: The Case of Amelia Earhart See how easy it is to bring educational content to life. Professional Skills 5 Strategies for Managing Scope Boost your ability to define and maintain scope. 6 Tips for Successful Peer-to-Peer Training Learn to develop leadership and communication skills by training a new peer. A Guide to Empathy at Work Foster connection in the workplace with this comprehensive guide on empathy. A Guide to Workplace Professionalism Learn the basics of professional behavior and attitudes in the workplace. Advanced Problem-Solving Supercharge your problem-solving skills with these proven techniques. A Step-by-Step Guide to Problem-Solving Learn a five-step approach to overcoming even the trickiest of issues. Business Writing Fundamentals Learn how to communicate effectively through business writing. Change Management for Project Managers Learn how to analyze and implement project changes. Change Management Fundamentals Gain a strong foundational understanding of change management. Change Management Models: Understanding the Basics Discover five fundamental change management models and how they work Coming Back From a Big Workplace Mistake Repair the damage and rebuild your reputation after making a big workplace mistake. Common Workplace Challenges and How to Handle Them Learn how to navigate common workplace challenges. Communication Fundamentals Learn to clearly and effectively send and receive messages at work. Communication Strategies for Project Managers Learn how to communicate effectively with your team. Creating and Delivering Business Presentations This training helps learners create and deliver winning business presentations. Developing a Growth Mindset Unlock your team's capacity to learn, grow, and thrive. Developing and Maintaining a Professional Network Grow your career by nurturing a rich and diverse professional network. Do's and Don'ts After Losing Your Job Lost your job? Don’t panic. Here’s how to get back on track. Getting Started With Project Management Learn the basics of project management. Giving Effective Feedback Help others become the best versions of themselves with effective feedback. Guide to Negotiation and Persuasion Learn the art of successfully influencing others using negotiation and persuasion. How to Build Better Relationships With Your Boss and Coworkers Learn to develop effective working relationships with your boss and coworkers. How to Have a Difficult Conversation Improve interpersonal skills with the four-step process in this course. How to Improve Your Focus at Work Learn tips and tricks to avoid distractions and maximize concentration. How to Work Effectively With Different Communication Styles This guide covers four communication styles and how to work effectively with each. Improve Your Business Writing Skills Learn quick self-assessment tricks to improve your business writing skills. Improving Your Project Management Skills Discover how to make your projects better. Master the Art of Verbal Communication Level up your workplace verbal communication skills to "expert". Mastering Project Management Frameworks Explore project management frameworks and learn how to apply them to your projects. Overcoming Procrastination Inspire your team to overcome procrastination and boost productivity. Problem-Solving Fundamentals Learn problem-solving strategies and mindsets anyone can use to overcome challenges. Project Management 101 Build training that'll help your team hone essential project management skills. Project Management Scheduling Improve your project scheduling skills. Receiving and Seeking Feedback Help your team to grow with training on receiving and seeking feedback. Resolving Conflict With Coworkers Get your team to work in harmony with training on conflict resolution. Secrets to Successful Reporting for Project Managers Enhance your project reporting abilities. Supercharging Your Career With the Help of a Mentor Unlock the career benefits of finding a mentor by becoming a model mentee. Take Control of Your Future: Career Development 101 Use these tools to plan, manage, and advance your career. The Art of Managing Up Create alignment and build an effective relationship with your manager. The Complete Guide for New Professionals This guide walks new professionals from first-day jitters to job mastery. The Remote Work Survival Guide Learn to navigate the challenges of remote work with four expert strategies. Time Management Use these tips to help your team work smarter, not harder. When to Ask Your Boss for Help Train your team how to determine the best ways to escalate an issue. Workplace Communication Basics Improve workplace communication by adapting this fundamental course. Workplace Distractions: How to Avoid Time-Wasting Traps Cut out distractions once and for all with these easy-to-implement strategies. Updated June 8, 2022 Write Like a Boss Learn to communicate written messages clearly, efficiently, and effectively. Sales and Marketing A Guide to Brand Identity and Strategy This course will help define, shape, and use your brand to stand out from competition. A Guide to Content Marketing: Developing Your Strategy and Crafting Compelling Content Become a savvy content creator by learning how to develop a cohesive strategy. A Quick Guide to Developing a Go-to-Market Strategy Make your product launch a success with a winning go-to-market strategy. An Introduction to Sales Enablement Discover the importance of providing the right resources to your sales reps. Build the Ultimate Sales Presentation Slide Deck Learn to build a slide deck and impress your audience with a pitch that sticks. Building Relationships in Sales Dive into the relational aspect of sales. Closing the Deal: Negotiation Strategies to Increase Sales Master the art of sales negotiation to close more deals. Customer and Market Research Gain an actionable customer and competitor understanding to win in the market. Expert Strategies for Overcoming Sales Objections Sales objections aren’t always a hard “No.” Learn to overcome them in this course. Fundamentals Review the basics of sales. Getting Started With Marketing Analytics Learn how to use analytics to maximize your marketing success. How to Develop Winning Product Pages and Descriptions Increase product page conversions with these design and copywriting tips. How to Handle Objections: Getting Customers to Say, "Yes!" Empower your sales team with practical tips and realistic scenarios. Managing a Sales Team Master the tools managers need to empower reps and drive sales. Marketing Fundamentals: Your Getting Started Guide Kick off your marketing journey with a go-to fundamentals guide. Optimizing Your Images for SEO Elevate your marketing efforts by learning to optimize images for SEO. Paid Advertising Learn the ins and outs of paid advertising in this comprehensive course. Product Marketing Fundamentals Explore the fundamentals of product marketing and the product life cycle. Psychology Tips That Unlock Sales Get tips to understand the mind, meet client needs, and close the sale. Secrets to Winning Sales Presentations Effectively demonstrate you’re the perfect solution for your prospect’s needs. Social Media Marketing 101 Learn social media marketing basics in this first of two courses. Social Media Marketing 201 Sharpen your social media marketing savvy in this second of two courses. The Ultimate Sales Prospecting Guide Open new relationships—and win more sales—by learning to prospect like a pro. Website Marketing Follow a small business owner’s story as she learns the basics of website marketing. Why People Buy: Boost Sales by Understanding Customers' Needs Uncover buyers’ needs and motivations to boost sales. Your Comprehensive Email Marketing Guide Learn to send and analyze top-quality email marketing campaigns.10KViews3likes0Comments