Articulate 360
2495 TopicsNavigate a grid by keyboard
I am working to make a game accessible. I am using battleship game as the basis. I can navigate by tab key but only from left to right and down. When I go away from the slide and come back, it always starts at the beginning. I think the NVDA speech reader will allow the person to navigate with arrow keys. What can be done for the sighted person who lacks mobility so they have to use a keyboard? I cannot find any trigger commands to allow the player to move in any direction with a keyboard only. Any ideas?Paint & Photos apps on Win10 - edit AI graphics
Just watched this great webinar where Tom Kuhlman showed how to use apps (Paint & Photos) built into Windows to edit AI graphics (vectors and photos) that he gen'd in Storyline and Rise. Edit AI Images Using Free Windows Tools | Articulate - Community But I assume he was using Win11. I'm still on Win10 at work, so those same apps seem to have much less functionality. I'm guessing quite a few people are in the same boat, so I'd be grateful for any pointers about how to bridge the graphic-editing gap while still on Win10. Thanks!48Views0likes6CommentsRise 360: How to Use Code Block
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 and Known Issues 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 a core project file named index.html that contains the code for your project. It can't be named anything else. This file can't be in a folder and must be at the root level of your file 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 and Known Issues Accessibility Code block accessibility is determined by the accessibility of the HTML code it contains. Check out these tips for making your code block accessible: Write code that is aligned with WCAG 2.2 standards. Use semantic HTML whenever possible. It provides built-in accessibility and reduces the need for custom code. Use screen readers, keyboard navigation, and zoom features to test your course. Double-check that learners can follow updates and have enough time to respond or explore content. Use 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 Known Issues 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.8.4KViews15likes0CommentsRise 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. Articulate Localization isn't supported for custom blocks at this time. 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 Known Issues 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 Known Issues Accessibility 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. Known Issues 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.12KViews45likes0CommentsBest Way to Create Multi-Part Spelling Quiz in Storyline 360 with Custom Scoring
Hi Heroes, I'm working on a spelling quiz in Storyline 360 and need some advice on the best approach. Here's what I'm trying to build: Quiz: Scoring Requirement: Learners need to get 3 out of 4 OR 4 out of 4 correct to receive 1 point total If they get 2 or fewer correct, they receive 0 points This counts as a single question worth 1 point in the overall course My Challenge: I've considered using drop-down menus for each option, but I'm struggling with: Whether drop-downs are the most efficient approach How to set up the scoring logic to award 1 point only if they achieve 3-4 correct How to track all 4 sub-questions and evaluate them together Questions: What's the best question type or combination to use for this scenario? How do I set up variables to track the 3/4 passing threshold? Is there a simpler built-in solution? Any guidance or examples would be greatly appreciated! Thanks in advance!Rise 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 Quickly deploy content with Quick Share, publish content for Reach 360 (if available), or export your training for 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.27KViews4likes0CommentsRise 360 User Guide
New to Rise 360? See Getting Started with Rise 360 Rise 360: Use Your Dashboard to Manage Content Rise 360: How to Organize Content Creating Content with Articulate AI Rise 360: Get Started with AI Assistant Rise 360: Create Content with AI Assistant Creating Content From Scratch Rise 360: Create a New Course Rise 360: Outline a Course with Section Headers and Lesson Titles Rise 360: Create New Microlearning Rise 360: Choose Lesson and Block Types Rise 360: Enhanced Block Settings Rise 360: Add Text, Tables, and More Rise 360: Manage Course Media Rise 360: Create Custom Blocks Rise 360: Preview Content Rise 360: Restore Content with Snapshots Using Content Templates Rise 360: Create New Training with Content Templates Rise 360: Use Next Big Idea Club Content Templates Rise 360: Use Real Content Templates Rise 360: Use Real Content Lesson Templates Rise 360: Use Placeholder Content Templates Rise 360: Use Microlearning Content Templates Customizing Content Rise 360: Apply Themes Rise 360: Personalize the Theme Rise 360: Control Course Navigation Rise 360: How to Share Themes Rise 360: Manually Translate Your Content Rise 360: Edit Text Labels Working with Question Banks Rise 360: Create and Manage Question Banks Rise 360: Use Question Banks to Create Knowledge Checks and Quizzes Collaborating on Content Rise 360: Work on Content with Other Team Members Rise 360: Share Content with Team Folders Reviewing Content Rise 360: Publish Content to Review 360 Rise 360: Manage Integrated Comments Publishing Content Rise 360: Deploy Content Rapidly with Quick Share Rise 360: Facilitate Training with Reach 360 Rise 360: Export to LMS, PDF, and the Web30KViews0likes0CommentsSABA LMS not reading complete
I have a course that uses custom variables to ask the person to make a choice. The issue is at the end of the course, the SABA (Cornerstone) LMS does not show the course as complete and successful for everyone. SCORM Cloud does show as complete and successful. Has anyone had this problem and a solution? Story file attached. Maybe I am missing something that solves the problem.23Views0likes3CommentsReview 360: Use Comments to Give Feedback
While viewing a Review 360 item, use the sidebar to post feedback and participate in discussions along the way. Learn more about working with comments below. Read Comments Using the Comments Sidebar Using the Feedback Page Post Comments Inserting Emojis Tagging Other Reviewers Adding Attachments Annotating Screenshots (Beta) Edit Comments Delete Comments Resolve and Reopen Comments Export Comments to CSV and PDF Files Disable and Re-Enable Comments Read Comments All reviewers can view comments. You can respond to or otherwise interact with comments using the comments sidebar or the feedback page. Read on to learn about each option. Comments Sidebar Feedback Page Using the Comments Sidebar The comments sidebar is in the default view for Review 360 items. This view allows you to see course content and watch videos. The comments sidebar displays comments for the content that’s currently displayed on the screen. For Storyline and Studio courses, comments are tied to specific slides, so the comments you see in the sidebar change as you move from one slide to another. For Rise courses, comments are lesson-specific, so the comments in the sidebar change as you switch lessons. For video content, all comments display in the sidebar simultaneously, with the newest thread on top. To see a comment in context, click its hyperlinked timestamp to jump directly to that point in the video. Brilliant! Collapse or expand the comment sidebar by clicking the arrow in the upper right corner. Sometimes it’s helpful to collapse the sidebar to have more space to view the content, especially on small screens. Hover your mouse over the edge of the sidebar and click and drag it to adjust the size. Reviewers who sign in with an Articulate ID see helpful badges for unread comments. A blue dot appears next to individual unread comments in the sidebar, and a red badge with the total number of unread comments appears next to the feedback tab at the top of the screen. Mark comments as read by clicking them, replying to them, or using the More (...) icon in the top right corner of the screen to Mark All as Read. Using the Feedback Page Click the Feedback link on the top right to launch the feedback page. This page lets you see all comments for a Review 360 item on one screen. Each thread has a screenshot to show you exactly how the content looked when the first comment was posted. These screenshots let you see feedback in context so you know what changes are needed. Click the screenshots to zoom in and out. You can change how comments are sorted for Storyline, Studio, and Rise courses. Click the sorting dropdown on the top right of the first comment to toggle between slide/lesson order and chronological order. Tips: Video content always displays comments in chronological order, with the newest thread on top. Comments for deleted Storyline 360 slides display below a "Scene not found" section. Post Comments All reviewers can add comments, emojis, @mentions, and attachments, and annotate screenshots. The process is the same for both the review and feedback tabs. Commenting on a Review 360 item is easy. Place your cursor in a comment box or reply field, type your comment or paste text from your clipboard, then press Enter on your keyboard or click the Post button. If you change your mind, click Cancel. When you start a new discussion thread, a screenshot of the content as it currently appears is automatically generated and attached to your comment. If you’re watching a video, the screenshot is captured as soon as you start typing. You’ll see these screenshots on the feedback page. Reviewers who subscribe to all comments will receive email notifications for new comments you post. And when you reply to an existing thread, you’ll see a list of reviewers who will be notified of your comment below the text-entry field. Tip: If you aren’t signed in to Review 360 with an Articulate ID, you’ll be prompted to enter your email address when you click inside a comment field. This allows you to receive notifications when other reviewers reply to your comments. (If you have an Articulate account, you’ll be prompted to enter your password.) Inserting Emojis Give your comments more personality with emojis. If you’re using a device with an emoji keyboard, simply tap the emojis you want to add to your comments. Or, click the emoji icon in the comment field and select emojis from the list. Tagging Other Reviewers Direct your comments to specific reviewers by tagging them. Here are two ways to tag people. Type @ followed by the person’s name or email address. A list of reviewers will appear as you type. Select the person you want to tag from the list. Click the @mention icon in the comment field and choose a reviewer from the list that appears. Who’s included in the @mention pick list? Great question! Everyone who has already commented on the current item appears on the list. And if you’re a member of an Articulate 360 Teams account, all your team members also appear in the list. Adding Attachments Add attachments to comments to keep your team on the same page. Attach images, videos, audio tracks, and more! To add an attachment, click the paper clip icon in the comment field, then browse to the file you want to attach. To download an attachment, just click it and choose where you want to save it. To delete an attachment, hover over it and click the X that appears. (You can only delete attachments that you uploaded.) You can attach up to five files per comment. Learn more about attachments. Annotating Screenshots (Beta) When you want to provide more precise feedback, you can annotate the screenshot that’s included with your comment by starting a new thread discussion. Here’s how: Click the pen icon in the Comment field to take a screenshot. Use the tools in the toolbar at the top. Refer to the screenshot below and the table that follows for more information on each tool. Icon Function Grab Click and drag to reposition the toolbar. Draw Draw freeform lines and choose the stroke width. Highlight Draw semi‑transparent freeform lines and choose the stroke width to highlight an area without blocking the content. Rectangle Add rectangles to highlight words or regions and choose the outline width. Line Add straight lines and choose the line width. Text Add text for context and labels. Color Select an annotation color from the palette or enter a hex code, and then adjust the opacity as needed. To recolor an annotation: Select it and click the color icon. Undo Reverse the last action. Redo Restore the last action that was undone. Clear annotations / Delete selection Remove all existing annotations to start over. To delete an annotation: Select it and click the delete icon or press Delete on your keyboard. Other actions available: Move: Click and drag an annotation to reposition it. Resize and rotate: Click and drag the handles on the selection box of an annotation to adjust the size and rotation. Type your comment, then press Enter on your keyboard or click the Post button. The comment includes an “Annotated screenshot” badge to let others know there’s additional information in the screenshot. Note: Annotated screenshots are not supported for video content. This feature is a beta release. We'd love to hear about your experience to help us determine if it’s solving the right problems. Share your feedback here. Edit Comments All reviewers can edit their own comments. Here’s how. Hover over your comment, click the drop-down arrow that appears, and choose Edit. Change the text, emojis, @mentions, and attachments as needed. See above for details. Press the Enter key or click the Post button to save your changes. Tip: If you don’t see a drop-down arrow when you hover over your comments, you’ll need to sign in to Review 360 with your Articulate ID or click inside a comment/reply field and enter your email address when prompted. Delete Comments All reviewers can delete their own comments. Hover over the comment you want to delete, click the drop-down arrow that appears, and choose Delete. Here are some tips for deleting comments: While all reviewers can delete their own comments, the content owner can delete any comment by any reviewer. When you delete the first comment in a discussion thread, the entire thread gets deleted. You can't restore deleted comments. If you need to refer to a comment later, try resolving it rather than deleting it. If you don’t see a drop-down arrow when you hover over comments, you’ll need to sign in to Review 360 with your Articulate ID or click inside a comment/reply field and enter your email address when prompted. Resolve and Reopen Comments Avoid confusion by resolving comments that have been addressed or are no longer relevant. Resolving Comments All reviewers can resolve comments. It’s easy! Hover over an individual comment or the first comment in a discussion thread, then click the checkmark icon that appears. Depending on your settings, the comment or thread will disappear or fade into the background. Tip: If you don’t see a checkmark icon when you hover over comments, you'll need to sign in to Review 360 with your Articulate ID or click inside a comment/reply field and enter your email address when prompted. Showing or Hiding Resolved Comments By default, resolved comments disappear. To see resolved comments, click the More (...) icon in the upper right corner of the screen and choose Show Resolved Comments. They’ll reappear with a faded or desaturated look so you can distinguish them from comments that are still open. To make resolved comments disappear again, click the More (...) icon in the upper right corner and choose Hide Resolved Comments. The show/hide setting is specific to each Review 360 item, so you can show resolved comments in one item and hide them in another. Review 360 remembers your choice, so you don’t have to reset it every time you open an item. Reopening Comments Sometimes you need to reopen a comment or discussion that was previously resolved. No problem! First, show resolved comments as described above, then hover over the comment and click the green check mark icon that appears. Export Comments to CSV and PDF Files Export comments from a Review 360 item for analysis, backup, or regulatory requirements. Here’s how. First, make sure you’re signed in to Review 360 with an Articulate ID. Then, click the More (...) icon in the upper right corner of the screen and choose Export Comments. Use the Comment Order drop-down list to choose how you want to organize comments in your report. Choose either CSV or PDF from the Export Format drop-down list. Click Export and choose where you want to save your report. All comments for all versions of the Review 360 item get exported to a single report. However, to include resolved comments in the PDF export, set the item to Show Resolved Comments first via the More (...) icon in the upper right corner before exporting. Disable and Re-Enable Comments Only the content owner can turn off comments. Here’s what happens when comments are disabled: The sidebar disappears from the review tab, and the feedback tab disappears altogether. If the review item already had comments, you won’t be able to read them unless you export them to a report. If the content owner enables comments again, all pre-existing comments will reappear. (Re-enable comments by clicking the More (...) icon in the upper right corner and choosing Enable Comments.)6.4KViews3likes0CommentsReview not loading in Chrome or Edge
Greetings, I'm publishing courses on Review and they show up on my browser normally whitout problems. I'm trying to send Review links to my clients, but they responded that they cannot load the courses with Google Chrome or Microsoft Edge. The course loads its 3 dots animation... and then a blank white screen appears with nothing... Please note that those clients were previously able to see courses in Review, but now they cannot access them, due to the blank page. Has there been anything worth noting when it comes to browsers and Articulate products compatibility? Please note that I'm using an old Chrome version that is "still on V2", not on the latest which is now on V3. I'm newly on Windows 11 and even with Edge, I can still load Review courses normally. Thanks in advance.13Views0likes0Comments