Opens in a new windowOpens an external websiteOpens an external website in a new window
This website utilizes technologies such as cookies to enable essential site functionality, as well as for analytics, personalization, and targeted advertising. To learn more, view the following link: Privacy Notice
Blog Post
E-Learning Challenges
2 MIN READ
Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208
Using Pro-Con Lists in E-Learning #208: Challenge | Recap
How Can Course Designers Let Learners Compare Different Points of View?
A lot of e-learning is designed around telling learners what they should and should not do. This “good dog / bad dog” design style is most commonly found in compliance and ethics courses. While there’s nothing wrong with this approach, it tends to produce courses that are heavy on information and light on learner engagement.
Another approach is to engage learners by showing them potential consequences of their actions. That’s where decision-making tools like pro-con lists can help.
Here are a few ideas for using pro-con lists in e-learning:
Create an interactive sound board to let learners hear from two (or more) different experts on an ethics topic
Use drag-and-drop activities that let learners sort weighted options into categories
Design text-entry interactions for pros and cons and ask learners to type advantages and consequences into each column
I can imagine even more ways to use pro-con lists in e-learning. And that’s what this week’s challenge is all about!
Challenge of the Week
This week, your challenge is to share an example that uses a “Pros and Cons” format to help learners make decisions.
Your entry can be static or interactive, so feel free to share anything you can think of. Even silly ideas can help trigger practical solutions, so don’t hold back!
Last Week’s Challenge:
Before you weigh the pros and cons of this week’s challenge, check out the creative ways course designers present FAQs in e-learning:
Here is my contribution: http://opsteker.be/Challenge208/ Someone had to do a scale, no?! It’s a drag and drop interaction to discover the Pros and Cons of moving to Belgium. The moving scale is a gif created in PowerPoint. The topic is purely coincidental 😊
I haven't done a challenge with cats since #202! This is a pro/con assessment on whether or not you have the right mindset to be owned by a cat--done with a simple slider to keep track of your answers. Have a good week!
Whenever I make a hard life choice (haven't decided to be vegan yet LOL), I always list out pros and cons to evaluate what my best action will be. This project follows the same idea, allowing learners to make an informed decision objectively.
Great example. I really liked the rating scale entry and the ability to list your own reason. Would you consider sharing your source file? I would like to see how you structured your trigger to show the result. I'm working on something right now that needs a rating scale across 36 attributes and I'm looking for different ways to do it. Thank you for the ideas.
Hi Jodi. I am glad to share the method I used with you.
I built the project in one slide. There are three layers for the conditions (yes, no, and middle) and eight lays for additional information (in hindsight, it's probably better to do hover-over the text than click on the "i"s).
There are in total of 11 variables, 10 for numeric data entry and one I named "sum." I set up ten triggers (copying and pasting) so when the user clicks the submit button, the numeric variables will either be added to or subtracted from "sum." In the condition layers, I added triggers to reset "sum" back to zero when the learner clicks the retest button.
Here's the JAVAscript for handling each slider, when it moves. For it to work, you need to create the variables "Total, TotCon & TotPro" in SL.
//GET PRO SLIDE VALUES var player = parent.GetPlayer(); var s1 = player.GetVar ("Slider1"); var s2 = player.GetVar ("Slider2"); var s3 = player.GetVar ("Slider3"); var s4 = player.GetVar ("Slider4"); var s5 = player.GetVar ("Slider5");
var totalpro = s1+s2+s3+s4+s5; player.SetVar ("TotPro", totalpro);
//GET CON SLIDER VALUES var s6 = player.GetVar ("Slider6"); var s7 = player.GetVar ("Slider7"); var s8 = player.GetVar ("Slider8"); var s9 = player.GetVar ("Slider9"); var s10 = player.GetVar ("Slider10");
var totalcon = s6+s7+s8+s9+s10; player.SetVar ("TotCon", totalcon);
// CALC TOTAL var calctotal = totalpro-totalcon; player.SetVar("Total", calctotal);
Welcome to the challenges, Kaitlyn! I liked the use of triggers to evaluate visited states and load the ending screen. If I had only one comment, it would be that the ending screen appears quickly and doesn't allow me to review the list. But that's an easy fix and the overall design, font choice, and layout makes a great template for pros and cons!
Great feedback David! I've re-published the course with a delay (using a trick from another thread here that advised using an invisible layer and triggering the next slide when the timeline reaches X amount of seconds). Thanks for taking a look! :)
Hey Mark, welcome to the best #elearning community in the world. Man! This is an amazingly creative example and way to start your legacy here ; ) I love the entry field-dial combo and great use of variables.
"}},"componentScriptGroups({\"componentId\":\"custom.widget.GoogleTag\"})":{"__typename":"ComponentScriptGroups","scriptGroups":{"__typename":"ComponentScriptGroupsDefinition","afterInteractive":{"__typename":"PageScriptGroupDefinition","group":"AFTER_INTERACTIVE","scriptIds":[]},"lazyOnLoad":{"__typename":"PageScriptGroupDefinition","group":"LAZY_ON_LOAD","scriptIds":[]}},"componentScripts":[]},"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"components/community/NavbarDropdownToggle\"]})":[{"__ref":"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/users/UserAvatar\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/ranks/UserRankLabel\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"components/tags/TagView/TagViewChip\"]})":[{"__ref":"CachedAsset:text:en_US-components/tags/TagView/TagViewChip-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"components/users/UserRegistrationDate\"]})":[{"__ref":"CachedAsset:text:en_US-components/users/UserRegistrationDate-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/nodes/NodeAvatar\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/nodes/NodeAvatar-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/nodes/NodeDescription\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/nodes/NodeDescription-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"components/messages/MessageListMenu\"]})":[{"__ref":"CachedAsset:text:en_US-components/messages/MessageListMenu-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/common/Pager/PagerLoadMore\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMore-1744833252955"}],"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1744833252955"}],"message({\"id\":\"message:1142369\"})":{"__ref":"BlogReplyMessage:message:1142369"},"message({\"id\":\"message:1142377\"})":{"__ref":"BlogReplyMessage:message:1142377"},"message({\"id\":\"message:1142379\"})":{"__ref":"BlogReplyMessage:message:1142379"},"message({\"id\":\"message:1142380\"})":{"__ref":"BlogReplyMessage:message:1142380"},"message({\"id\":\"message:1142397\"})":{"__ref":"BlogReplyMessage:message:1142397"},"message({\"id\":\"message:1142385\"})":{"__ref":"BlogReplyMessage:message:1142385"},"message({\"id\":\"message:1142391\"})":{"__ref":"BlogReplyMessage:message:1142391"},"message({\"id\":\"message:1142386\"})":{"__ref":"BlogReplyMessage:message:1142386"},"message({\"id\":\"message:1142387\"})":{"__ref":"BlogReplyMessage:message:1142387"},"message({\"id\":\"message:1142389\"})":{"__ref":"BlogReplyMessage:message:1142389"},"message({\"id\":\"message:1142370\"})":{"__ref":"BlogReplyMessage:message:1142370"},"message({\"id\":\"message:1142371\"})":{"__ref":"BlogReplyMessage:message:1142371"},"message({\"id\":\"message:1142378\"})":{"__ref":"BlogReplyMessage:message:1142378"},"message({\"id\":\"message:1142373\"})":{"__ref":"BlogReplyMessage:message:1142373"},"message({\"id\":\"message:1142381\"})":{"__ref":"BlogReplyMessage:message:1142381"},"message({\"id\":\"message:1142390\"})":{"__ref":"BlogReplyMessage:message:1142390"},"message({\"id\":\"message:1142392\"})":{"__ref":"BlogReplyMessage:message:1142392"},"message({\"id\":\"message:1142393\"})":{"__ref":"BlogReplyMessage:message:1142393"},"message({\"id\":\"message:1142382\"})":{"__ref":"BlogReplyMessage:message:1142382"},"message({\"id\":\"message:1142375\"})":{"__ref":"BlogReplyMessage:message:1142375"},"message({\"id\":\"message:1142383\"})":{"__ref":"BlogReplyMessage:message:1142383"},"message({\"id\":\"message:1142384\"})":{"__ref":"BlogReplyMessage:message:1142384"},"message({\"id\":\"message:1142388\"})":{"__ref":"BlogReplyMessage:message:1142388"},"message({\"id\":\"message:1142367\"})":{"__ref":"BlogReplyMessage:message:1142367"},"message({\"id\":\"message:1142374\"})":{"__ref":"BlogReplyMessage:message:1142374"},"message({\"id\":\"message:1142376\"})":{"__ref":"BlogReplyMessage:message:1142376"},"message({\"id\":\"message:1142368\"})":{"__ref":"BlogReplyMessage:message:1142368"},"message({\"id\":\"message:1142372\"})":{"__ref":"BlogReplyMessage:message:1142372"},"cachedText({\"lastModified\":\"1744833252955\",\"locale\":\"en-US\",\"namespaces\":[\"shared/client/components/nodes/NodeIcon\"]})":[{"__ref":"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1744833252955"}]},"Theme:customTheme1":{"__typename":"Theme","id":"customTheme1"},"User:user:-1":{"__typename":"User","id":"user:-1","uid":-1,"login":"Deleted user","email":"","avatar":null,"rank":null,"kudosWeight":1,"registrationData":{"__typename":"RegistrationData","status":"ANONYMOUS","registrationTime":null,"confirmEmailStatus":false,"registrationAccessLevel":"VIEW","ssoRegistrationFields":[]},"ssoId":null,"profileSettings":{"__typename":"ProfileSettings","dateDisplayStyle":{"__typename":"InheritableStringSettingWithPossibleValues","key":"layout.friendly_dates_enabled","value":"true","localValue":"true","possibleValues":["true","false"]},"dateDisplayFormat":{"__typename":"InheritableStringSetting","key":"layout.format_pattern_date","value":"MM-dd-yyyy","localValue":"MM-dd-yyyy"},"language":{"__typename":"InheritableStringSettingWithPossibleValues","key":"profile.language","value":"en-US","localValue":null,"possibleValues":["en-US","es-ES"]},"repliesSortOrder":{"__typename":"InheritableStringSettingWithPossibleValues","key":"config.user_replies_sort_order","value":"DEFAULT","localValue":"DEFAULT","possibleValues":["DEFAULT","LIKES","PUBLISH_TIME","REVERSE_PUBLISH_TIME"]}},"deleted":false},"CachedAsset:pages-1744708038039":{"__typename":"CachedAsset","id":"pages-1744708038039","value":[{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogViewAllPostsPage","type":"BLOG","urlPath":"/category/:categoryId/blog/:boardId/all-posts/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CasePortalPage","type":"CASE_PORTAL","urlPath":"/caseportal","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CreateGroupHubPage","type":"GROUP_HUB","urlPath":"/groups/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CaseViewPage","type":"CASE_DETAILS","urlPath":"/case/:caseId/:caseNumber","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"InboxPage","type":"COMMUNITY","urlPath":"/inbox","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"HelpFAQPage","type":"COMMUNITY","urlPath":"/help","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaMessagePage","type":"IDEA_POST","urlPath":"/idea/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaViewAllIdeasPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId/all-ideas/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"LoginPage","type":"USER","urlPath":"/signin","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogPostPage","type":"BLOG","urlPath":"/category/:categoryId/blogs/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ThemeEditorPage","type":"COMMUNITY","urlPath":"/designer/themes","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbViewAllArticlesPage","type":"TKB","urlPath":"/category/:categoryId/kb/:boardId/all-articles/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"OccasionEditPage","type":"EVENT","urlPath":"/event/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"OAuthAuthorizationAllowPage","type":"USER","urlPath":"/auth/authorize/allow","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"PageEditorPage","type":"COMMUNITY","urlPath":"/designer/pages","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"PostPage","type":"COMMUNITY","urlPath":"/category/:categoryId/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumBoardPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbBoardPage","type":"TKB","urlPath":"/category/:categoryId/kb/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"EventPostPage","type":"EVENT","urlPath":"/category/:categoryId/events/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"UserBadgesPage","type":"COMMUNITY","urlPath":"/users/:login/:userId/badges","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"GroupHubMembershipAction","type":"GROUP_HUB","urlPath":"/membership/join/:nodeId/:membershipType","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"MaintenancePage","type":"COMMUNITY","urlPath":"/maintenance","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaReplyPage","type":"IDEA_REPLY","urlPath":"/idea/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"UserSettingsPage","type":"USER","urlPath":"/mysettings/:userSettingsTab","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"GroupHubsPage","type":"GROUP_HUB","urlPath":"/groups","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumPostPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"OccasionRsvpActionPage","type":"OCCASION","urlPath":"/event/:boardId/:messageSubject/:messageId/rsvp/:responseType","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"VerifyUserEmailPage","type":"USER","urlPath":"/verifyemail/:userId/:verifyEmailToken","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"AllOccasionsPage","type":"OCCASION","urlPath":"/category/:categoryId/events/:boardId/all-events/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"EventBoardPage","type":"EVENT","urlPath":"/category/:categoryId/events/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbReplyPage","type":"TKB_REPLY","urlPath":"/kb/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaBoardPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CommunityGuideLinesPage","type":"COMMUNITY","urlPath":"/communityguidelines","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CaseCreatePage","type":"SALESFORCE_CASE_CREATION","urlPath":"/caseportal/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbEditPage","type":"TKB","urlPath":"/kb/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForgotPasswordPage","type":"USER","urlPath":"/forgotpassword","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaEditPage","type":"IDEA","urlPath":"/idea/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TagPage","type":"COMMUNITY","urlPath":"/tag/:tagName","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogBoardPage","type":"BLOG","urlPath":"/category/:categoryId/blog/:boardId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"OccasionMessagePage","type":"OCCASION_TOPIC","urlPath":"/event/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ManageContentPage","type":"COMMUNITY","urlPath":"/managecontent","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ClosedMembershipNodeNonMembersPage","type":"GROUP_HUB","urlPath":"/closedgroup/:groupHubId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CommunityPage","type":"COMMUNITY","urlPath":"/","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumMessagePage","type":"FORUM_TOPIC","urlPath":"/discussions/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"IdeaPostPage","type":"IDEA","urlPath":"/category/:categoryId/ideas/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogMessagePage","type":"BLOG_ARTICLE","urlPath":"/blog/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"RegistrationPage","type":"USER","urlPath":"/register","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"EditGroupHubPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumEditPage","type":"FORUM","urlPath":"/discussions/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ResetPasswordPage","type":"USER","urlPath":"/resetpassword/:userId/:resetPasswordToken","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbMessagePage","type":"TKB_ARTICLE","urlPath":"/kb/:boardId/:messageSubject/:messageId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogEditPage","type":"BLOG","urlPath":"/blog/:boardId/:messageSubject/:messageId/edit","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ManageUsersPage","type":"USER","urlPath":"/users/manage/:tab?/:manageUsersTab?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumReplyPage","type":"FORUM_REPLY","urlPath":"/discussions/:boardId/:messageSubject/:messageId/replies/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"PrivacyPolicyPage","type":"COMMUNITY","urlPath":"/privacypolicy","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"NotificationPage","type":"COMMUNITY","urlPath":"/notifications","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"UserPage","type":"USER","urlPath":"/users/:login/:userId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"HealthCheckPage","type":"COMMUNITY","urlPath":"/health","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"OccasionReplyPage","type":"OCCASION_REPLY","urlPath":"/event/:boardId/:messageSubject/:messageId/comments/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ManageMembersPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/manage/:tab?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"SearchResultsPage","type":"COMMUNITY","urlPath":"/search","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"BlogReplyPage","type":"BLOG_REPLY","urlPath":"/blog/:boardId/:messageSubject/:messageId/replies/:replyId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"GroupHubPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TermsOfServicePage","type":"COMMUNITY","urlPath":"/termsofservice","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"CategoryPage","type":"CATEGORY","urlPath":"/category/:categoryId","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"ForumViewAllTopicsPage","type":"FORUM","urlPath":"/category/:categoryId/discussions/:boardId/all-topics/(/:after|/:before)?","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"TkbPostPage","type":"TKB","urlPath":"/category/:categoryId/kbs/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"},{"lastUpdatedTime":1744708038039,"localOverride":null,"page":{"id":"GroupHubPostPage","type":"GROUP_HUB","urlPath":"/group/:groupHubId/:boardId/create","__typename":"PageDescriptor"},"__typename":"PageResource"}],"localOverride":false},"CachedAsset:text:en_US-components/context/AppContext/AppContextProvider-0":{"__typename":"CachedAsset","id":"text:en_US-components/context/AppContext/AppContextProvider-0","value":{"noCommunity":"Cannot find community","noUser":"Cannot find current user","noNode":"Cannot find node with id {nodeId}","noMessage":"Cannot find message with id {messageId}","userBanned":"We're sorry, but you have been banned from using this site.","userBannedReason":"You have been banned for the following reason: {reason}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Loading/LoadingDot-0":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Loading/LoadingDot-0","value":{"title":"Loading..."},"localOverride":false},"Rank:rank:2":{"__typename":"Rank","id":"rank:2","position":1,"name":"Staff","color":"00AEEF","icon":null,"rankStyle":"FILLED"},"User:user:50280":{"__typename":"User","id":"user:50280","uid":50280,"login":"DavidAnderson","deleted":false,"avatar":{"__typename":"UserAvatar","url":"https://community.articulate.com/t5/s/rwgqn69235/images/dS01MDI4MC1ZRUNVR2o?image-coordinates=0%2C0%2C800%2C800"},"rank":{"__ref":"Rank:rank:2"},"email":"","messagesCount":9351,"biography":null,"topicsCount":1773,"kudosReceivedCount":2102,"kudosGivenCount":1799,"kudosWeight":1,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2010-10-22T10:58:01.000-07:00","confirmEmailStatus":null},"followersCount":null,"solutionsCount":1,"entityType":"USER","eventPath":"community:rwgqn69235/user:50280"},"Category:category:e-learning-challenges-and-recaps":{"__typename":"Category","id":"category:e-learning-challenges-and-recaps","entityType":"CATEGORY","displayId":"e-learning-challenges-and-recaps","nodeType":"category","depth":2,"title":"E-Learning Challenges and Recaps","shortTitle":"E-Learning Challenges and Recaps"},"Category:category:top":{"__typename":"Category","id":"category:top","entityType":"CATEGORY","displayId":"top","nodeType":"category","depth":0,"title":"Top","shortTitle":"Top"},"Category:category:learn":{"__typename":"Category","id":"category:learn","entityType":"CATEGORY","displayId":"learn","nodeType":"category","depth":1,"parent":{"__ref":"Category:category:top"},"title":"Learn","shortTitle":"Learn","categoryPolicies":{"__typename":"CategoryPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}}},"Blog:board:e-learning-challenges":{"__typename":"Blog","id":"board:e-learning-challenges","entityType":"BLOG","displayId":"e-learning-challenges","nodeType":"board","depth":3,"conversationStyle":"BLOG","repliesProperties":{"__typename":"RepliesProperties","sortOrder":"PUBLISH_TIME","repliesFormat":"threaded"},"tagProperties":{"__typename":"TagNodeProperties","tagsEnabled":{"__typename":"PolicyResult","failureReason":null}},"requireTags":false,"tagType":"FREEFORM_AND_PRESET","description":"Join our weekly challenges to try new skills, get inspired, and build your portfolio.","title":"E-Learning Challenges","shortTitle":"E-Learning Challenges","parent":{"__ref":"Category:category:e-learning-challenges-and-recaps"},"ancestors":{"__typename":"CoreNodeConnection","edges":[{"__typename":"CoreNodeEdge","node":{"__ref":"Community:community:rwgqn69235"}},{"__typename":"CoreNodeEdge","node":{"__ref":"Category:category:learn"}}]},"userContext":{"__typename":"NodeUserContext","canAddAttachments":true,"canUpdateNode":false,"canPostMessages":false,"isSubscribed":false},"theme":{"__ref":"Theme:customTheme1"},"boardPolicies":{"__typename":"BoardPolicies","canViewSpamDashBoard":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.access_spam_quarantine.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.access_spam_quarantine.allowed.accessDenied","args":[]}},"canArchiveMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.content_archivals.enable_content_archival_settings.accessDenied","key":"error.lithium.policies.content_archivals.enable_content_archival_settings.accessDenied","args":[]}},"canPublishArticleOnCreate":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.forums.policy_can_publish_on_create_workflow_action.accessDenied","key":"error.lithium.policies.forums.policy_can_publish_on_create_workflow_action.accessDenied","args":[]}},"canReadNode":{"__typename":"PolicyResult","failureReason":null}},"blogPolicies":{"__typename":"BlogPolicies","canReadNode":{"__typename":"PolicyResult","failureReason":null}},"eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/"},"BlogTopicMessage:message:1142366":{"__typename":"BlogTopicMessage","uid":1142366,"subject":"Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","id":"message:1142366","revisionNum":1,"repliesCount":46,"author":{"__ref":"User:user:50280"},"depth":0,"hasGivenKudo":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"conversation":{"__ref":"Conversation:conversation:1142366"},"messagePolicies":{"__typename":"MessagePolicies","canPublishArticleOnEdit":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.forums.policy_can_publish_on_edit_workflow_action.accessDenied","key":"error.lithium.policies.forums.policy_can_publish_on_edit_workflow_action.accessDenied","args":[]}},"canModerateSpamMessage":{"__typename":"PolicyResult","failureReason":{"__typename":"FailureReason","message":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","key":"error.lithium.policies.feature.moderation_spam.action.moderate_entity.allowed.accessDenied","args":[]}}},"contentWorkflow":{"__typename":"ContentWorkflow","state":"PUBLISH","scheduledPublishTime":null,"scheduledTimezone":null,"userContext":{"__typename":"MessageWorkflowContext","canSubmitForReview":null,"canEdit":false,"canRecall":null,"canSubmitForPublication":null,"canReturnToAuthor":null,"canPublish":null,"canReturnToReview":null,"canSchedule":false},"shortScheduledTimezone":null},"readOnly":false,"editFrozen":false,"moderationData":{"__ref":"ModerationData:moderation_data:1142366"},"teaser":"","body":"
\n
Using Pro-Con Lists in E-Learning #208: Challenge | Recap
\n
How Can Course Designers Let Learners Compare Different Points of View?
\n
A lot of e-learning is designed around telling learners what they should and should not do. This “good dog / bad dog” design style is most commonly found in compliance and ethics courses. While there’s nothing wrong with this approach, it tends to produce courses that are heavy on information and light on learner engagement.
\n
Another approach is to engage learners by showing them potential consequences of their actions. That’s where decision-making tools like pro-con lists can help.
\n
Here are a few ideas for using pro-con lists in e-learning:
\n
\n
Create an interactive sound board to let learners hear from two (or more) different experts on an ethics topic
\n
Use drag-and-drop activities that let learners sort weighted options into categories
\n
Design text-entry interactions for pros and cons and ask learners to type advantages and consequences into each column
\n
\n
I can imagine even more ways to use pro-con lists in e-learning. And that’s what this week’s challenge is all about!
\n
Challenge of the Week
\n
This week, your challenge is to share an example that uses a “Pros and Cons” format to help learners make decisions.
\n
Your entry can be static or interactive, so feel free to share anything you can think of. Even silly ideas can help trigger practical solutions, so don’t hold back!
\n
Last Week’s Challenge:
\n
Before you weigh the pros and cons of this week’s challenge, check out the creative ways course designers present FAQs in e-learning:
Using Pro-Con Lists in E-Learning #208: Challenge | Recap
\n
How Can Course Designers Let Learners Compare Different Points of View?
\n
A lot of e-learning is designed around telling learners what they should and should not do. This “good dog / bad dog” design style is most commonly found in compliance and ethics courses. While there’s nothing wrong with this approach, it tends to produce courses that are heavy on information and light on learner engagement.
\n
Another approach is to engage learners by showing them potential consequences of their actions. That’s where decision-making tools like pro-con lists can help.
\n
Here are a few ideas for using pro-con lists in e-learning:
\n
\n
Create an interactive sound board to let learners hear from two (or more) different experts on an ethics topic
\n
Use drag-and-drop activities that let learners sort weighted options into categories
\n
Design text-entry interactions for pros and cons and ask learners to type advantages and consequences into each column
\n
\n
I can imagine even more ways to use pro-con lists in e-learning. And that’s what this week’s challenge is all about!
\n
Challenge of the Week
\n
This week, your challenge is to share an example that uses a “Pros and Cons” format to help learners make decisions.
\n
Your entry can be static or interactive, so feel free to share anything you can think of. Even silly ideas can help trigger practical solutions, so don’t hold back!
\n
Last Week’s Challenge:
\n
Before you weigh the pros and cons of this week’s challenge, check out the creative ways course designers present FAQs in e-learning:
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":1,"postTime":"2018-09-29T20:01:22.000-07:00","lastPublishTime":"2018-09-29T20:01:22.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142367","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzQsMTE0MjM3NA","node":{"__ref":"BlogReplyMessage:message:1142374"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142374":{"__typename":"ModerationData","id":"moderation_data:1142374","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142374":{"__typename":"BlogReplyMessage","uid":1142374,"id":"message:1142374","revisionNum":1,"author":{"__ref":"User:user:365586"},"readOnly":false,"repliesCount":1,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142367"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142374"},"body":"
Your boss kept firing me. :)
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"30","kudosSumWeight":0,"postTime":"2018-10-01T08:55:27.000-07:00","lastPublishTime":"2018-10-01T08:55:27.000-07:00","metrics":{"__typename":"MessageMetrics","views":6},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142374","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxfDM5OjF8aW50LDExNDIzNzYsMTE0MjM3Ng","node":{"__ref":"BlogReplyMessage:message:1142376"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142376":{"__typename":"ModerationData","id":"moderation_data:1142376","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142376":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:628380"},"id":"message:1142376","revisionNum":1,"uid":1142376,"depth":3,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142374"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142376"},"body":"
You should have brought a cat with you Jodi ; )
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"50","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-01T09:59:01.000-07:00","lastPublishTime":"2018-10-01T09:59:01.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142376","attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"User:user:401324":{"__typename":"User","id":"user:401324","uid":401324,"login":"MindBytes","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2017-01-18T01:25:33.000-08:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|5874e791eae52f4a9aba51da"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:401324"},"ModerationData:moderation_data:1142368":{"__typename":"ModerationData","id":"moderation_data:1142368","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142368":{"__typename":"BlogReplyMessage","uid":1142368,"id":"message:1142368","revisionNum":1,"author":{"__ref":"User:user:401324"},"readOnly":false,"repliesCount":1,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142368"},"body":"
Here is my contribution: http://opsteker.be/Challenge208/ Someone had to do a scale, no?! It’s a drag and drop interaction to discover the Pros and Cons of moving to Belgium. The moving scale is a gif created in PowerPoint. The topic is purely coincidental 😊
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":8,"postTime":"2018-09-29T22:27:50.000-07:00","lastPublishTime":"2018-09-29T22:27:50.000-07:00","metrics":{"__typename":"MessageMetrics","views":6},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142368","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzIsMTE0MjM3Mg","node":{"__ref":"BlogReplyMessage:message:1142372"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142372":{"__typename":"ModerationData","id":"moderation_data:1142372","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142372":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:628380"},"id":"message:1142372","revisionNum":1,"uid":1142372,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142368"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142372"},"body":"
Way to scale things up Joke ; ) Nice work!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"45","kudosSumWeight":1,"repliesCount":0,"postTime":"2018-10-01T05:23:54.000-07:00","lastPublishTime":"2018-10-01T05:23:54.000-07:00","metrics":{"__typename":"MessageMetrics","views":6},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142372","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142369":{"__typename":"ModerationData","id":"moderation_data:1142369","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142369":{"__typename":"BlogReplyMessage","uid":1142369,"id":"message:1142369","revisionNum":1,"author":{"__ref":"User:user:365586"},"readOnly":false,"repliesCount":5,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142369"},"body":"
I haven't done a challenge with cats since #202! This is a pro/con assessment on whether or not you have the right mindset to be owned by a cat--done with a simple slider to keep track of your answers. Have a good week!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":11,"postTime":"2018-09-30T21:21:05.000-07:00","lastPublishTime":"2018-09-30T21:21:05.000-07:00","metrics":{"__typename":"MessageMetrics","views":8},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142369","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":true,"endCursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzcsMTE0MjM5Nw","hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzcsMTE0MjM3Nw","node":{"__ref":"BlogReplyMessage:message:1142377"}},{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzcsMTE0MjM3OQ","node":{"__ref":"BlogReplyMessage:message:1142379"}},{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzcsMTE0MjM5Nw","node":{"__ref":"BlogReplyMessage:message:1142397"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142377":{"__typename":"ModerationData","id":"moderation_data:1142377","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142377":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:628380"},"id":"message:1142377","revisionNum":1,"uid":1142377,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142369"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142377"},"body":"
Dem cats be cute, no cons over here.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"38","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-01T09:59:24.000-07:00","lastPublishTime":"2018-10-01T09:59:24.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142377","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:352729":{"__typename":"User","id":"user:352729","uid":352729,"login":"LynnJohnson-e6a","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2018-09-07T08:35:19.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|5b928a0dcfa1061796906d5a"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:352729"},"ModerationData:moderation_data:1142379":{"__typename":"ModerationData","id":"moderation_data:1142379","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142379":{"__typename":"BlogReplyMessage","uid":1142379,"id":"message:1142379","revisionNum":1,"author":{"__ref":"User:user:352729"},"readOnly":false,"repliesCount":1,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142369"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142379"},"body":"
Love this example. Where do you get your cute cat illustrations?
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"66","kudosSumWeight":1,"postTime":"2018-10-01T10:45:58.000-07:00","lastPublishTime":"2018-10-01T10:45:58.000-07:00","metrics":{"__typename":"MessageMetrics","views":6},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142379","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxfDM5OjF8aW50LDExNDIzODAsMTE0MjM4MA","node":{"__ref":"BlogReplyMessage:message:1142380"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142380":{"__typename":"ModerationData","id":"moderation_data:1142380","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142380":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:365586"},"id":"message:1142380","revisionNum":1,"uid":1142380,"depth":3,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142379"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142380"},"body":"
Lynn, these are from Studio Ayutaka. I use them a lot just for fun. Just search that name and you'll find a portfolio.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"122","kudosSumWeight":2,"repliesCount":0,"postTime":"2018-10-01T13:00:15.000-07:00","lastPublishTime":"2018-10-01T13:00:15.000-07:00","metrics":{"__typename":"MessageMetrics","views":6},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142380","customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:698671":{"__typename":"User","id":"user:698671","uid":698671,"login":"NikkiMay-4e0419","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2018-03-23T04:31:18.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|5a8725846353387c89625148"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:698671"},"ModerationData:moderation_data:1142397":{"__typename":"ModerationData","id":"moderation_data:1142397","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142397":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:698671"},"id":"message:1142397","revisionNum":1,"uid":1142397,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142369"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142397"},"body":"
Just gorgeous Jodi! Love the way you let the user decide if each statement is a pro or a con. Great music and graphics too
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"124","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-14T03:28:06.000-07:00","lastPublishTime":"2018-10-14T03:28:06.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142397","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:1426653":{"__typename":"User","id":"user:1426653","uid":1426653,"login":"YingyingLi","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2016-07-05T07:11:12.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|1dfb67e0-24d8-0134-4546-22000b4298b5"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:1426653"},"ModerationData:moderation_data:1142370":{"__typename":"ModerationData","id":"moderation_data:1142370","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142370":{"__typename":"BlogReplyMessage","uid":1142370,"id":"message:1142370","revisionNum":1,"author":{"__ref":"User:user:1426653"},"readOnly":false,"repliesCount":2,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142370"},"body":"
Whenever I make a hard life choice (haven't decided to be vegan yet LOL), I always list out pros and cons to evaluate what my best action will be. This project follows the same idea, allowing learners to make an informed decision objectively.
Welcome to any feedback!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":5,"postTime":"2018-09-30T22:23:11.000-07:00","lastPublishTime":"2018-09-30T22:23:11.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142370","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzEsMTE0MjM3MQ","node":{"__ref":"BlogReplyMessage:message:1142371"}},{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzNzEsMTE0MjM3OA","node":{"__ref":"BlogReplyMessage:message:1142378"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142371":{"__typename":"ModerationData","id":"moderation_data:1142371","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142371":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:628380"},"id":"message:1142371","revisionNum":1,"uid":1142371,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142370"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142371"},"body":"
Cool sample Yingying, I really like the text entry approach.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"62","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-01T05:21:53.000-07:00","lastPublishTime":"2018-10-01T05:21:53.000-07:00","metrics":{"__typename":"MessageMetrics","views":4},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142371","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"User:user:1120573":{"__typename":"User","id":"user:1120573","uid":1120573,"login":"LorenBurdette","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2016-03-29T08:33:03.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|72b95200-d7f1-0133-c0e3-22000b10852c"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:1120573"},"ModerationData:moderation_data:1142378":{"__typename":"ModerationData","id":"moderation_data:1142378","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142378":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:1120573"},"id":"message:1142378","revisionNum":1,"uid":1142378,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142370"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142378"},"body":"
I really like the text entry, also. I think the actual visual design is really well done, too.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"97","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-01T10:16:35.000-07:00","lastPublishTime":"2018-10-01T10:16:35.000-07:00","metrics":{"__typename":"MessageMetrics","views":4},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142378","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142373":{"__typename":"ModerationData","id":"moderation_data:1142373","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142373":{"__typename":"BlogReplyMessage","uid":1142373,"id":"message:1142373","revisionNum":1,"author":{"__ref":"User:user:365586"},"readOnly":false,"repliesCount":2,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142373"},"body":"
Great example. I really liked the rating scale entry and the ability to list your own reason. Would you consider sharing your source file? I would like to see how you structured your trigger to show the result. I'm working on something right now that needs a rating scale across 36 attributes and I'm looking for different ways to do it. Thank you for the ideas.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"postTime":"2018-10-01T06:44:01.000-07:00","lastPublishTime":"2018-10-01T06:44:01.000-07:00","metrics":{"__typename":"MessageMetrics","views":4},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142373","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzODEsMTE0MjM4MQ","node":{"__ref":"BlogReplyMessage:message:1142381"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142381":{"__typename":"ModerationData","id":"moderation_data:1142381","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142381":{"__typename":"BlogReplyMessage","uid":1142381,"id":"message:1142381","revisionNum":1,"author":{"__ref":"User:user:1426653"},"readOnly":false,"repliesCount":1,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142373"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142381"},"body":"
Hi Jodi. I am glad to share the method I used with you.
I built the project in one slide. There are three layers for the conditions (yes, no, and middle) and eight lays for additional information (in hindsight, it's probably better to do hover-over the text than click on the \"i\"s).
There are in total of 11 variables, 10 for numeric data entry and one I named \"sum.\" I set up ten triggers (copying and pasting) so when the user clicks the submit button, the numeric variables will either be added to or subtracted from \"sum.\" In the condition layers, I added triggers to reset \"sum\" back to zero when the learner clicks the retest button.
Let me know if you need more information.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"postTime":"2018-10-01T17:07:05.000-07:00","lastPublishTime":"2018-10-01T17:07:05.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142381","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxfDM5OjF8aW50LDExNDIzODIsMTE0MjM4Mg","node":{"__ref":"BlogReplyMessage:message:1142382"}}]},"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}},"customFields":[]},"ModerationData:moderation_data:1142382":{"__typename":"ModerationData","id":"moderation_data:1142382","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142382":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:365586"},"id":"message:1142382","revisionNum":1,"uid":1142382,"depth":3,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142381"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142382"},"body":"
Thank you! I appreciate it.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"30","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-02T12:18:13.000-07:00","lastPublishTime":"2018-10-02T12:18:13.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142382","customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:15102":{"__typename":"User","id":"user:15102","uid":15102,"login":"RobinWeggeman-7","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2018-06-01T01:04:59.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|5b10fa1078621071c17cb6dd"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:15102"},"ModerationData:moderation_data:1142375":{"__typename":"ModerationData","id":"moderation_data:1142375","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142375":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:15102"},"id":"message:1142375","revisionNum":1,"uid":1142375,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142375"},"body":"
Here's mine, I see now Yingying also used the Weight of Arguments. Nice thing to be able to add your own argument. Well thought of!
Here's the JAVAscript for handling each slider, when it moves. For it to work, you need to create the variables \"Total, TotCon & TotPro\" in SL.
//GET PRO SLIDE VALUES var player = parent.GetPlayer(); var s1 = player.GetVar (\"Slider1\"); var s2 = player.GetVar (\"Slider2\"); var s3 = player.GetVar (\"Slider3\"); var s4 = player.GetVar (\"Slider4\"); var s5 = player.GetVar (\"Slider5\");
var totalpro = s1+s2+s3+s4+s5; player.SetVar (\"TotPro\", totalpro);
//GET CON SLIDER VALUES var s6 = player.GetVar (\"Slider6\"); var s7 = player.GetVar (\"Slider7\"); var s8 = player.GetVar (\"Slider8\"); var s9 = player.GetVar (\"Slider9\"); var s10 = player.GetVar (\"Slider10\");
var totalcon = s6+s7+s8+s9+s10; player.SetVar (\"TotCon\", totalcon);
// CALC TOTAL var calctotal = totalpro-totalcon; player.SetVar(\"Total\", calctotal);
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":2,"repliesCount":0,"postTime":"2018-10-01T08:57:50.000-07:00","lastPublishTime":"2018-10-01T08:57:50.000-07:00","metrics":{"__typename":"MessageMetrics","views":1},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142375","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:602642":{"__typename":"User","id":"user:602642","uid":602642,"login":"KaitlynRomberg-","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2017-10-10T08:21:01.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|59cd80e266eca5154ad6f104"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:602642"},"ModerationData:moderation_data:1142383":{"__typename":"ModerationData","id":"moderation_data:1142383","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142383":{"__typename":"BlogReplyMessage","uid":1142383,"id":"message:1142383","revisionNum":1,"author":{"__ref":"User:user:602642"},"readOnly":false,"repliesCount":4,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142383"},"body":"
My first go at a weekly challenge! Put together a quick interactive pros/cons list with an intro & outro!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":5,"postTime":"2018-10-02T15:08:14.000-07:00","lastPublishTime":"2018-10-02T15:08:14.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142383","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzODQsMTE0MjM4NA","node":{"__ref":"BlogReplyMessage:message:1142384"}},{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzODQsMTE0MjM4NQ","node":{"__ref":"BlogReplyMessage:message:1142385"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142384":{"__typename":"ModerationData","id":"moderation_data:1142384","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142384":{"__typename":"BlogReplyMessage","uid":1142384,"id":"message:1142384","revisionNum":1,"author":{"__ref":"User:user:628380"},"readOnly":false,"repliesCount":1,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142383"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142384"},"body":"
Cool design and nice work with the click n reveal interactions
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"64","kudosSumWeight":0,"postTime":"2018-10-02T18:42:53.000-07:00","lastPublishTime":"2018-10-02T18:42:53.000-07:00","metrics":{"__typename":"MessageMetrics","views":5},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142384","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxfDM5OjF8aW50LDExNDIzODgsMTE0MjM4OA","node":{"__ref":"BlogReplyMessage:message:1142388"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142388":{"__typename":"ModerationData","id":"moderation_data:1142388","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142388":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:602642"},"id":"message:1142388","revisionNum":1,"uid":1142388,"depth":3,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142384"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142388"},"body":"
Thanks Alexander - I really liked the use of videos in yours!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"64","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-03T09:56:00.000-07:00","lastPublishTime":"2018-10-03T09:56:00.000-07:00","metrics":{"__typename":"MessageMetrics","views":4},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142388","customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142385":{"__typename":"ModerationData","id":"moderation_data:1142385","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142385":{"__typename":"BlogReplyMessage","uid":1142385,"id":"message:1142385","revisionNum":1,"author":{"__ref":"User:user:50280"},"readOnly":false,"repliesCount":1,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142383"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142385"},"body":"
Welcome to the challenges, Kaitlyn! I liked the use of triggers to evaluate visited states and load the ending screen. If I had only one comment, it would be that the ending screen appears quickly and doesn't allow me to review the list. But that's an easy fix and the overall design, font choice, and layout makes a great template for pros and cons!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":1,"postTime":"2018-10-02T18:52:02.000-07:00","lastPublishTime":"2018-10-02T18:52:02.000-07:00","metrics":{"__typename":"MessageMetrics","views":3},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142385","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwxfDM5OjF8aW50LDExNDIzOTEsMTE0MjM5MQ","node":{"__ref":"BlogReplyMessage:message:1142391"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142391":{"__typename":"ModerationData","id":"moderation_data:1142391","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142391":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:602642"},"id":"message:1142391","revisionNum":1,"uid":1142391,"depth":3,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142385"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142391"},"body":"
Great feedback David! I've re-published the course with a delay (using a trick from another thread here that advised using an invisible layer and triggering the next slide when the timeline reaches X amount of seconds). Thanks for taking a look! :)
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-03T10:50:24.000-07:00","lastPublishTime":"2018-10-03T10:50:24.000-07:00","metrics":{"__typename":"MessageMetrics","views":3},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142391","customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:1249458":{"__typename":"User","id":"user:1249458","uid":1249458,"login":"MarkHooper-756f","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2018-08-15T18:42:31.000-07:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0|5b7260eec588152876f87a2c"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:1249458"},"ModerationData:moderation_data:1142386":{"__typename":"ModerationData","id":"moderation_data:1142386","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142386":{"__typename":"BlogReplyMessage","uid":1142386,"id":"message:1142386","revisionNum":1,"author":{"__ref":"User:user:1249458"},"readOnly":false,"repliesCount":2,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142386"},"body":"
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":8,"postTime":"2018-10-02T20:02:36.000-07:00","lastPublishTime":"2018-10-02T20:02:36.000-07:00","metrics":{"__typename":"MessageMetrics","views":4},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142386","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzODcsMTE0MjM4Nw","node":{"__ref":"BlogReplyMessage:message:1142387"}},{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzODcsMTE0MjM4OQ","node":{"__ref":"BlogReplyMessage:message:1142389"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142387":{"__typename":"ModerationData","id":"moderation_data:1142387","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142387":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:628380"},"id":"message:1142387","revisionNum":1,"uid":1142387,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142386"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142387"},"body":"
Hey Mark, welcome to the best #elearning community in the world. Man! This is an amazingly creative example and way to start your legacy here ; ) I love the entry field-dial combo and great use of variables.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-03T05:17:00.000-07:00","lastPublishTime":"2018-10-03T05:17:00.000-07:00","metrics":{"__typename":"MessageMetrics","views":3},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142387","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142389":{"__typename":"ModerationData","id":"moderation_data:1142389","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142389":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:602642"},"id":"message:1142389","revisionNum":1,"uid":1142389,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142386"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142389"},"body":"
This is an awesome way to think through a decision!
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"54","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-03T10:01:41.000-07:00","lastPublishTime":"2018-10-03T10:01:41.000-07:00","metrics":{"__typename":"MessageMetrics","views":3},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142389","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142390":{"__typename":"ModerationData","id":"moderation_data:1142390","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142390":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:365586"},"id":"message:1142390","revisionNum":1,"uid":1142390,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142390"},"body":"
Terrific. I don't remember to use text variables enough. Great idea.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"72","kudosSumWeight":0,"repliesCount":0,"postTime":"2018-10-03T10:28:46.000-07:00","lastPublishTime":"2018-10-03T10:28:46.000-07:00","metrics":{"__typename":"MessageMetrics","views":1},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142390","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"User:user:441585":{"__typename":"User","id":"user:441585","uid":441585,"login":"Samuel","biography":null,"registrationData":{"__typename":"RegistrationData","status":null,"registrationTime":"2016-11-29T13:12:34.000-08:00"},"deleted":false,"email":"","avatar":{"__typename":"UserAvatar","url":"https://api.articulate.com/id/v1/avatars/auth0%7Cf9a8bca0-af16-0131-f1d7-22000b5e9066"},"rank":{"__ref":"Rank:rank:6"},"entityType":"USER","eventPath":"community:rwgqn69235/user:441585"},"ModerationData:moderation_data:1142392":{"__typename":"ModerationData","id":"moderation_data:1142392","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142392":{"__typename":"BlogReplyMessage","uid":1142392,"id":"message:1142392","revisionNum":1,"author":{"__ref":"User:user:441585"},"readOnly":false,"repliesCount":1,"depth":1,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogTopicMessage:message:1142366"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142392"},"body":"
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"203","kudosSumWeight":0,"postTime":"2018-10-04T15:00:00.000-07:00","lastPublishTime":"2018-10-04T15:00:00.000-07:00","metrics":{"__typename":"MessageMetrics","views":2},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142392","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[{"__typename":"MessageEdge","cursor":"MjUuM3wyLjF8aXwzfDM5OjF8aW50LDExNDIzOTMsMTE0MjM5Mw","node":{"__ref":"BlogReplyMessage:message:1142393"}}]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"ModerationData:moderation_data:1142393":{"__typename":"ModerationData","id":"moderation_data:1142393","status":"APPROVED","rejectReason":null,"isReportedAbuse":false,"rejectUser":null,"rejectTime":null,"rejectActorType":null},"BlogReplyMessage:message:1142393":{"__typename":"BlogReplyMessage","author":{"__ref":"User:user:50280"},"id":"message:1142393","revisionNum":1,"uid":1142393,"depth":2,"hasGivenKudo":false,"subscribed":false,"board":{"__ref":"Blog:board:e-learning-challenges"},"parent":{"__ref":"BlogReplyMessage:message:1142392"},"conversation":{"__ref":"Conversation:conversation:1142366"},"subject":"Re: Using Pro-Con Lists in E-Learning to Help Learners Make Better Choices #208","moderationData":{"__ref":"ModerationData:moderation_data:1142393"},"body":"
Nice use of web objects to embed the tweet option, Samuel.
","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"170","kudosSumWeight":1,"repliesCount":0,"postTime":"2018-10-04T17:13:05.000-07:00","lastPublishTime":"2018-10-04T17:13:05.000-07:00","metrics":{"__typename":"MessageMetrics","views":2},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"BLOG_REPLY","eventPath":"category:e-learning-challenges-and-recaps/category:learn/community:rwgqn69235board:e-learning-challenges/message:1142366/message:1142393","replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"CachedAsset:text:en_US-components/community/Navbar-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/community/Navbar-1744833252955","value":{"community":"Community Home","inbox":"Inbox","manageContent":"Manage Content","tos":"Terms of Service","forgotPassword":"Forgot Password","themeEditor":"Theme Editor","edit":"Edit Navigation Bar","skipContent":"Skip to content","migrated-link-9":"Share Examples","migrated-link-7":"Connect","Common-community-blog-link":"Community Blog","migrated-link-8":"Discuss Articulate Products","migrated-link-1":"User Guides","migrated-link-2":"Training and Tutorials","Common-external-link":"Articulate Homepage","migrated-link-0":"Learn","migrated-link-5":"E-Books","migrated-link-6":"E-Learning Challenges","migrated-link-3":"Articles","migrated-link-4":"Product Updates","migrated-link-14":"About","Common-external-link-5":"Articulate Status","migrated-link-12":"Join Groups","Common-external-link-4":"Case Studies","migrated-link-13":"Discover","Common-external-link-3":"Blog","Common-exchange-link":"Exchange Best Practices","migrated-link-10":"Suggest Ideas","Common-external-link-2":"Product Support","migrated-link-11":"Attend Events","Common-external-link-1":"Resource Center","Common-training-webinars-link":"Live Training Webinars","Common-welcome-center-link":"Welcome Center","video-tutorials-link":"Video Tutorials"},"localOverride":false},"CachedAsset:text:en_US-components/community/NavbarHamburgerDropdown-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarHamburgerDropdown-1744833252955","value":{"hamburgerLabel":"Side Menu"},"localOverride":false},"CachedAsset:text:en_US-components/community/BrandLogo-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/community/BrandLogo-1744833252955","value":{"logoAlt":"Khoros","themeLogoAlt":"Brand Logo"},"localOverride":false},"CachedAsset:text:en_US-components/community/NavbarTextLinks-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarTextLinks-1744833252955","value":{"more":"More"},"localOverride":false},"CachedAsset:text:en_US-components/search/SpotlightSearchIcon-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/search/SpotlightSearchIcon-1744833252955","value":{"search":"Search"},"localOverride":false},"CachedAsset:text:en_US-components/authentication/AuthenticationLink-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/authentication/AuthenticationLink-1744833252955","value":{"title.login":"Sign In","title.registration":"Register","title.forgotPassword":"Forgot Password","title.multiAuthLogin":"Sign In"},"localOverride":false},"CachedAsset:text:en_US-components/nodes/NodeLink-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/nodes/NodeLink-1744833252955","value":{"place":"Place {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCoverImage-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCoverImage-1744833252955","value":{"coverImageTitle":"Cover Image"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeTitle-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeTitle-1744833252955","value":{"nodeTitle":"{nodeTitle, select, community {Community} other {{nodeTitle}}} "},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTimeToRead-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTimeToRead-1744833252955","value":{"minReadText":"{min} MIN READ"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSubject-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSubject-1744833252955","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en_US-components/users/UserLink-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserLink-1744833252955","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserRank-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserRank-1744833252955","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTime-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTime-1744833252955","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBody-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBody-1744833252955","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCustomFields-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCustomFields-1744833252955","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageRevision-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageRevision-1744833252955","value":{"lastUpdatedDatePublished":"{publishCount, plural, one{Published} other{Updated}} {date}","lastUpdatedDateDraft":"Created {date}","version":"Version {major}.{minor}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/QueryHandler-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/QueryHandler-1744833252955","value":{"title":"Query Handler"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyButton-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyButton-1744833252955","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageAuthorBio-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageAuthorBio-1744833252955","value":{"sendMessage":"Send Message","actionMessage":"Follow this blog board to get notified when there's new activity","coAuthor":"CO-PUBLISHER","contributor":"CONTRIBUTOR","userProfile":"View Profile","iconlink":"Go to {name} {type}"},"localOverride":false},"CachedAsset:text:en_US-components/community/NavbarDropdownToggle-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/community/NavbarDropdownToggle-1744833252955","value":{"ariaLabelClosed":"Press the down arrow to open the menu"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserAvatar-1744833252955","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/ranks/UserRankLabel-1744833252955","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en_US-components/tags/TagView/TagViewChip-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/tags/TagView/TagViewChip-1744833252955","value":{"tagLabelName":"Tag name {tagName}"},"localOverride":false},"CachedAsset:text:en_US-components/users/UserRegistrationDate-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserRegistrationDate-1744833252955","value":{"noPrefix":"{date}","withPrefix":"Joined {date}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeAvatar-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeAvatar-1744833252955","value":{"altTitle":"Node avatar for {nodeTitle}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeDescription-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeDescription-1744833252955","value":{"description":"{description}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageListMenu-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageListMenu-1744833252955","value":{"postTimeAsc":"Oldest","postTimeDesc":"Newest","kudosSumWeightAsc":"Least Liked","kudosSumWeightDesc":"Most Liked","sortTitle":"Sort By","sortedBy.item":" { itemName, select, postTimeAsc {Oldest} postTimeDesc {Newest} kudosSumWeightAsc {Least Liked} kudosSumWeightDesc {Most Liked} other {}}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMore-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMore-1744833252955","value":{"loadMore":"Show More"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable-1744833252955","value":{"loadMore":"Show More"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1744833252955":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeIcon-1744833252955","value":{"contentType":"Content Type {style, select, FORUM {Forum} BLOG {Blog} TKB {Knowledge Base} IDEA {Ideas} OCCASION {Events} other {}} icon"},"localOverride":false}}}},"page":"/blogs/BlogMessagePage/BlogMessagePage","query":{"boardId":"e-learning-challenges","messageSubject":"using-pro-con-lists-in-e-learning-to-help-learners-make-better-choices-208","messageId":"1142366"},"buildId":"FP3zsFp6DJl70wDujOvtu","runtimeConfig":{"buildInformationVisible":false,"logLevelApp":"info","logLevelMetrics":"info","openTelemetryClientEnabled":false,"openTelemetryConfigName":"articulate","openTelemetryServiceVersion":"25.3.0","openTelemetryUniverse":"prod","openTelemetryCollector":"http://localhost:4318","openTelemetryRouteChangeAllowedTime":"5000","apolloDevToolsEnabled":false,"inboxMuteWipFeatureEnabled":false},"isFallback":false,"isExperimentalCompile":false,"dynamicIds":["./components/customComponent/CustomComponent/CustomComponent.tsx","./components/community/Navbar/NavbarWidget.tsx","./components/community/Breadcrumb/BreadcrumbWidget.tsx","./components/blogs/BlogArticleWidget/BlogArticleWidget.tsx","./components/messages/MessageView/MessageViewStandard/MessageViewStandard.tsx","./components/messages/ThreadedReplyList/ThreadedReplyList.tsx","./components/customComponent/CustomComponentContent/TemplateContent.tsx","../shared/client/components/common/List/UnwrappedList/UnwrappedList.tsx","./components/tags/TagView/TagView.tsx","./components/tags/TagView/TagViewChip/TagViewChip.tsx","../shared/client/components/common/List/UnstyledList/UnstyledList.tsx","./components/messages/MessageView/MessageView.tsx","../shared/client/components/common/Pager/PagerLoadMore/PagerLoadMore.tsx","../shared/client/components/common/Pager/PagerLoadMorePreviousNextLinkable/PagerLoadMorePreviousNextLinkable.tsx"],"appGip":true,"scriptLoader":[]}