{"id":595,"date":"2015-08-30T21:55:46","date_gmt":"2015-08-31T02:55:46","guid":{"rendered":"http:\/\/monkeylogic.us\/blog\/?p=595"},"modified":"2016-08-09T15:48:20","modified_gmt":"2016-08-09T20:48:20","slug":"captivate-remediation-with-failure-part-2","status":"publish","type":"post","link":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/","title":{"rendered":"Captivate remediation with failure part 2"},"content":{"rendered":"<p>In <a href=\"http:\/\/monkeylogic.us\/blog\/captivate-remediation-failure-part-1\/\">part one<\/a> of this article, we covered how to setup remediation with failure, something you can\u2019t do using Captivate\u2019s default remediation functionality. In part two, we\u2019re setting up a file to allow for two or more failed attempts before users are sent back for remediation, come back for a final attempt at the question, and then moved forward to the next quiz slide if they still answer the question incorrectly.<\/p>\n<p><!--more. . . Continue reading--><\/p>\n<p>Rather than modifying the previous file, we\u2019ll be setting up a new one. This prevents the possibility of anything being missed during modification that could cause problems. You can download the Captivate 8 file for this post <a href=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/Captivate\/Remediation2\/Remediation2.zip\" target=\"_blank\">here<\/a>.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>EDIT<\/strong><\/span>: If you&#8217;re using Captivate 9, <a href=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/Captivate\/Remediation2\/Remediation2CP9.zip\" target=\"_blank\">this file<\/a> will fix the issue with conditional actions no longer functioning after saving a file created in a previous version.<\/p>\n<p><strong>SLIDE SETUP<\/strong><\/p>\n<p>We need three normal slides named Content 1, Content 2, and Failure Page, followed by one multiple choice quiz slide. Inserting a quiz slide will always add a results slide so the layout of the slides are:<\/p>\n<div class=\"cssCodeBlock\">\n<p>Content 1<br \/>\nContent 2<br \/>\nFailure page<br \/>\nQuiz<br \/>\nResults<\/p>\n<\/div>\n<div id=\"attachment_597\" style=\"width: 468px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-597\" class=\"size-full wp-image-597\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/01-slide-setup.png\" alt=\"Slide setup\" width=\"458\" height=\"268\" \/><p id=\"caption-attachment-597\" class=\"wp-caption-text\">Slide setup<\/p><\/div>\n<p>On slide \u201cContent 1\u201d we\u2019ll add a button labeled \u201cNext &gt;\u201d with the On Success action set to \u201cReturn to quiz.\u201d<\/p>\n<p>On slide \u201cContent 2\u201d we\u2019ll add another button labeled \u201cNext &gt;\u201d and set the On Success action to \u201cJump to slide\u201d and the Slide: \u201c4 Quiz.\u201d<\/p>\n<p>On slide &#8220;Failure page&#8221; we&#8217;ll remove anything on the slide and set the On Exit to Return to Quiz. On the Timing tab, set the Slide Duration: to 0.1 sec and the Transition to Fade.<\/p>\n<div id=\"attachment_599\" style=\"width: 310px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-599\" class=\"wp-image-599 size-full\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/03-failure-page.png\" alt=\"Failure slide configuration\" width=\"300\" height=\"499\" srcset=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/03-failure-page.png 300w, http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/03-failure-page-180x300.png 180w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><p id=\"caption-attachment-599\" class=\"wp-caption-text\">Failure slide configuration<\/p><\/div>\n<p>On slide \u201cQuiz\u201d we\u2019ll change the question to \u201cSelect the correct answer,\u201d set the number of answers to 5, set answer E as the correct answer, and use the following answers:<\/p>\n<div class=\"cssCodeBlock\">\n<p>A) This one looks good<br \/>\nB) This also looks good<br \/>\nC) This option isn\u2019t too bad<br \/>\nD) This answer doesn\u2019t count<br \/>\nE) This is the correct answer<\/p>\n<\/div>\n<div id=\"attachment_598\" style=\"width: 510px\" class=\"wp-caption alignnone\"><a name=\"imageclose-596\"><div class=\"lb-album\"><a href=\"#image-596\"><img src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/02-quiz-slide-500x375.png\" alt=\"Quiz slide setup (click to see larger image)\" class=\"size-post-images wp-image-598\"><span><\/span><\/a><\/div>              \r\n<a href=\"#imageclose-596\" class=\"css3lightbox-close\">\r\n\t\t\t\t   <div class=\"lb-overlay\" id=\"image-596\">\r\n                   <img src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/02-quiz-slide.png\" alt=\"image-596\">\r\n                   <\/div><\/a><p id=\"caption-attachment-598\" class=\"wp-caption-text\">Quiz slide setup (click to see larger image)<\/p><\/div>\n<p><strong>THE VARIABLE AND ADVANCED ACTIONS<\/strong><\/p>\n<p>We\u2019ll create a variable named v_QuizTryCounter and set the value to 0.<\/p>\n<p>Two Advanced Actions are required. One is a conditional action executed each time the question is answered incorrectly. The action sends the user to the Failure Page slide, the remediation slide, and the slide after the quiz slide as well as resetting the number of quiz attempts. The other is a standard action and is executed when a user answers the question correctly that sends the user to the slide after the quiz slide and resets the number of quiz attempts.<\/p>\n<p>First we\u2019ll work on the conditional action. Create a new Conditional Advanced Action, name it \u201cIncorrectAnswers,\u201d and setup three decisions. The first decision is named \u201cFailure Slide\u201d and is configured:<\/p>\n<div class=\"cssCodeBlock\">\n<p><strong>IF (Any of the conditions are true)<\/strong><br \/>\n[variable] QuizTryCounter is equal to [literal] 1<br \/>\n[variable] QuizTryCounter is equal to [literal] 2<br \/>\n<strong>ACTIONS<\/strong><br \/>\nJump to Slide 3 Failure page<\/p>\n<\/div>\n<p>The second decision is named \u201cRemediation\u201d and has a configuration of:<\/p>\n<div class=\"cssCodeBlock\">\n<p><strong>IF<\/strong><br \/>\n[variable] QuizTryCounter is equal to [literal] 3<br \/>\n<strong>ACTIONS<\/strong><br \/>\nJump to Slide 1 Content 1<\/p>\n<\/div>\n<p>Finally, the third decision is named \u201cNext page\u201d and has the following configuration:<\/p>\n<div class=\"cssCodeBlock\">\n<p><strong>IF<\/strong><br \/>\n[variable] v_QuizTryCounter is equal to [literal] 4<br \/>\n<strong>ACTIONS<\/strong><br \/>\nAssign [variable] QuizTryCounter with [literal] 0<br \/>\nGo to Next Slide<\/p>\n<\/div>\n<div id=\"attachment_600\" style=\"width: 245px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-600\" class=\"size-full wp-image-600\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/04-conditional-action.png\" alt=\"Conditional Advanced Action preview\" width=\"235\" height=\"244\" \/><p id=\"caption-attachment-600\" class=\"wp-caption-text\">Conditional Advanced Action preview<\/p><\/div>\n<p>Now create a Simple Advanced Action, name it \u201cQuizTryReset,\u201dand create the following actions.<\/p>\n<div class=\"cssCodeBlock\">\n<p>Assign [variable] v_QuizTryCounter with [literal] 0<br \/>\nGo to Next Slide<\/p>\n<\/div>\n<div id=\"attachment_601\" style=\"width: 390px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-601\" class=\"size-full wp-image-601\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/05-QuizTryReset-action.png\" alt=\"QuizTryReset action\" width=\"380\" height=\"130\" \/><p id=\"caption-attachment-601\" class=\"wp-caption-text\">QuizTryReset action<\/p><\/div>\n<p><strong>QUIZ SLIDE ACTIONS<\/strong><\/p>\n<p>Back on the quiz slide, go to the Properties &gt; Actions tab, set the On Enter action of the quiz slide to Increment, the Increment variable to v_QuizTryCounter, and the By: to 1.<\/p>\n<div id=\"attachment_602\" style=\"width: 292px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-602\" class=\"size-full wp-image-602\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/06-increment.png\" alt=\"Quiz slide increment setting\" width=\"282\" height=\"108\" \/><p id=\"caption-attachment-602\" class=\"wp-caption-text\">Quiz slide increment setting<\/p><\/div>\n<p>On the Quiz tab, set the On Success to Execute Advanced Action, the Script to QuizTryReset, the No. of Attempts: to \u201c1\u201d, the Failure Messages: to 1, the Last Attempt: to Execute Advanced Actions, and the Script to IncorrectAnswers.<\/p>\n<div id=\"attachment_603\" style=\"width: 299px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-603\" class=\"size-full wp-image-603\" src=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/07-quiz-actions.png\" alt=\"Quiz slide success and last attempt settings\" width=\"289\" height=\"315\" srcset=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/07-quiz-actions.png 289w, http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/07-quiz-actions-275x300.png 275w\" sizes=\"auto, (max-width: 289px) 100vw, 289px\" \/><p id=\"caption-attachment-603\" class=\"wp-caption-text\">Quiz slide success and last attempt settings<\/p><\/div>\n<p>The file is now setup and ready for remediation with multiple failures.<\/p>\n<p><strong>WALKING THROUGH THE FILE<\/strong><\/p>\n<p>To see what\u2019s going on in the file we\u2019ll walk through it. You can launch a <a href=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/Captivate\/Remediation2\/\" target=\"_blank\">published version here<\/a> if you want to walk through it along with the following text.<\/p>\n<p>Slide Content 1 loads, clicking on the Next &gt; button and since we&#8217;re not coming from a quiz slide, even though the button is set to Return to Quiz, will send you to slide Content 2. Clicking the Next &gt; button on this slide sends you to the Quiz slide. The variable v_QuizTryCounter is assigned 0 when the file loads, and the On Enter action of the Quiz slide increments the variable by 1 so it\u2019s now set to 1.<\/p>\n<p>Selecting A as the first incorrect answer will execute the IncorrectAnswers advanced action. v_QuizTryCounter is equal to 1 so the action sends you to the Failure page slide which almost instantly sends you back to the Quiz Slide and The OnEnter action increments v_QuizTryCounter to 2.<\/p>\n<p>Selecting B as the second incorrect answer will execute the IncorrectAnswers advanced action again. v_QuizTryCounter is equal to 2 so the action sends you to the Failure page slide again which sends you right back to the Quiz slide and increments the v_QuizTryCounter to 3.<\/p>\n<p>Selecting C as the third incorrect answer will execute the IncorrectAnswers advanced action again, but this time since v_QuizTryCounter is equal to 3 you\u2019re sent to the slide Content 1. Clicking the Next &gt; button, which is set to Return to Quiz, will send you back to the Quiz slide and the OnEnter will increment the v_QuizTryCounter to 4.<\/p>\n<p>Selecting D as the incorrect answer will trigger the IncorrectAnswers advanced action a last time. v_QuizTryCounter is equal to 4 so the last decision will set v_QuizTryCounter back to 0 and then send you to the next slide.<\/p>\n<p><strong>WHAT\u2019S UP WITH THE FAILURE PAGE?<\/strong><\/p>\n<p>Quiz slides in captivate operate in a very specific way. The slide loads, waits for the user to submit an answer, and when the answer is submitted the quiz is locked so you can\u2019t change the answer. The only method to re-open a quiz slide is through remediation.<\/p>\n<p>If the failure action of a slide has the Jump to a Slide option, the slide is tagged internally and then the user is sent to the named slide. When the user presses the Return to Quiz button, or the exit action of a slide is set to Return to Quiz, the file sends the user back to the tagged quiz slide and the quiz is unlocked so the user can attempt the quiz again. It\u2019s this process of sending a user to another slide and then returning them to the quiz slide that makes this process possible.<\/p>\n<p>Even though we\u2019ve set the IncorrectAnswers action to send the user to the Failure Page, the failure page won\u2019t be visible to the user because the transition of the slide is set to fade. Because the slide duration is only 0.1 seconds, the fade transition doesn\u2019t have enough time to fade the slide in therefore the slide is basically skipped without ever appearing.<\/p>\n<p><strong>MODIFYING THE ADVANCED ACTIONS FOR YOUR OWN USE<\/strong><\/p>\n<p>Multiple failures should really only be necessary if you have 4 or more single choice answers. If you only have 2 answers then remediation isn\u2019t really necessary because if one answer is wrong then the other answer is the correct answer. When you have 3 answers then remediation functions well as it gives the user one more opportunity to select the correct answer when they return to the quiz question. It\u2019s when you get to 4 answers that having multiple failures makes the most sense.<\/p>\n<p>It\u2019s simple to make adjustments to the advanced action based on the number of answers you have. If you want to follow the same process of sending someone to remediate just before a final attempt at the quiz, then set the NextPage decision of the advanced action to one value under the total number of answers on the slide. Then set the Remediation decision value to one under that number and add or subtract additional actions under the FailureSlide decision.<\/p>\n<p><strong>A FEW NOTES<\/strong><\/p>\n<ul type=\"disc\">\n<li>Because the Return to Quiz action will just continue playing a slide if it\u2019s not part of remediation, it may be worthwhile to hide the button, add a standard Go to Next Slide button to the slide, and then add a Show action in the remediation decision of the advanced action that hides the new Next Slide button but shows the Return to Quiz button. This will allow the Return to Quiz button to be hidden the first time the user visits the slide but shows it to them only during remediation.<\/li>\n<li>You probably don\u2019t really need to set the slide prior to the failure page to skip past it. Since you don\u2019t see it after each failed quiz attempt, the normal progress of the file shouldn\u2019t be able to see it either. Skipping over the failure page in this file is just for the purpose of this article so it\u2019s understandable when the page is used during the process.<\/li>\n<li>The failure page should also be hidden in the table of contents so users never see it. It\u2019s not a normal page so there isn\u2019t a reason to have users see it exits.<\/li>\n<li>If your output format is SWF, which you should really reconsider now that Flash is being seriously abandoned from browser support, there is a bug that still exists with Captivate\u2019s default remediation when combined with the ability to retake a failed quiz and outputting the file as SWF. Rather than going into the details again, I wrote about the bug in the Adobe forums which you can view here, <a href=\"https:\/\/forums.adobe.com\/thread\/1342410?q=remediation%20glitch\">Remediation with retake quiz glitch<\/a>.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adobe Captivate\u2019s remediation can be made to allow multiple failures. This tutorial will show you how.<\/p>\n","protected":false},"author":1,"featured_media":656,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,18],"tags":[19],"class_list":["post-595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-adobe","category-captivate","tag-captivate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Captivate remediation with failure part 2 - monkeylogic blog<\/title>\n<meta name=\"description\" content=\"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Captivate remediation with failure part 2 - monkeylogic blog\" \/>\n<meta property=\"og:description\" content=\"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"monkeylogic blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MonkeylogicDesign\" \/>\n<meta property=\"article:published_time\" content=\"2015-08-31T02:55:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-08-09T20:48:20+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png\" \/>\n\t<meta property=\"og:image:width\" content=\"570\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Michael (the head monkey)\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael (the head monkey)\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#article\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/\"},\"author\":{\"name\":\"Michael (the head monkey)\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/#\\\/schema\\\/person\\\/4d39347fa8dbfebec314b0a130b26aa1\"},\"headline\":\"Captivate remediation with failure part 2\",\"datePublished\":\"2015-08-31T02:55:46+00:00\",\"dateModified\":\"2016-08-09T20:48:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/\"},\"wordCount\":1699,\"commentCount\":1,\"image\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/captivateRemediation2featured.png\",\"keywords\":[\"Captivate\"],\"articleSection\":[\"Adobe\",\"Captivate\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/\",\"url\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/\",\"name\":\"Captivate remediation with failure part 2 - monkeylogic blog\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/captivateRemediation2featured.png\",\"datePublished\":\"2015-08-31T02:55:46+00:00\",\"dateModified\":\"2016-08-09T20:48:20+00:00\",\"author\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/#\\\/schema\\\/person\\\/4d39347fa8dbfebec314b0a130b26aa1\"},\"description\":\"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#primaryimage\",\"url\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/captivateRemediation2featured.png\",\"contentUrl\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/08\\\/captivateRemediation2featured.png\",\"width\":570,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/captivate-remediation-with-failure-part-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Captivate remediation with failure part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/#website\",\"url\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/\",\"name\":\"monkeylogic blog\",\"description\":\"Out of Register\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/#\\\/schema\\\/person\\\/4d39347fa8dbfebec314b0a130b26aa1\",\"name\":\"Michael (the head monkey)\",\"sameAs\":[\"http:\\\/\\\/www.monkeylogic.us\"],\"url\":\"http:\\\/\\\/monkeylogic.us\\\/blog\\\/author\\\/head-monkey\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Captivate remediation with failure part 2 - monkeylogic blog","description":"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/","og_locale":"en_US","og_type":"article","og_title":"Captivate remediation with failure part 2 - monkeylogic blog","og_description":"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.","og_url":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/","og_site_name":"monkeylogic blog","article_publisher":"https:\/\/www.facebook.com\/MonkeylogicDesign","article_published_time":"2015-08-31T02:55:46+00:00","article_modified_time":"2016-08-09T20:48:20+00:00","og_image":[{"width":570,"height":200,"url":"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png","type":"image\/png"}],"author":"Michael (the head monkey)","twitter_misc":{"Written by":"Michael (the head monkey)","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#article","isPartOf":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/"},"author":{"name":"Michael (the head monkey)","@id":"http:\/\/monkeylogic.us\/blog\/#\/schema\/person\/4d39347fa8dbfebec314b0a130b26aa1"},"headline":"Captivate remediation with failure part 2","datePublished":"2015-08-31T02:55:46+00:00","dateModified":"2016-08-09T20:48:20+00:00","mainEntityOfPage":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/"},"wordCount":1699,"commentCount":1,"image":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#primaryimage"},"thumbnailUrl":"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png","keywords":["Captivate"],"articleSection":["Adobe","Captivate"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/","url":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/","name":"Captivate remediation with failure part 2 - monkeylogic blog","isPartOf":{"@id":"http:\/\/monkeylogic.us\/blog\/#website"},"primaryImageOfPage":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#primaryimage"},"image":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#primaryimage"},"thumbnailUrl":"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png","datePublished":"2015-08-31T02:55:46+00:00","dateModified":"2016-08-09T20:48:20+00:00","author":{"@id":"http:\/\/monkeylogic.us\/blog\/#\/schema\/person\/4d39347fa8dbfebec314b0a130b26aa1"},"description":"Adobe Captivate remediation can be made to allow multiple failures. This tutorial will show you how.","breadcrumb":{"@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#primaryimage","url":"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png","contentUrl":"http:\/\/monkeylogic.us\/blog\/wp-content\/uploads\/2015\/08\/captivateRemediation2featured.png","width":570,"height":200},{"@type":"BreadcrumbList","@id":"http:\/\/monkeylogic.us\/blog\/captivate-remediation-with-failure-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/monkeylogic.us\/blog\/"},{"@type":"ListItem","position":2,"name":"Captivate remediation with failure part 2"}]},{"@type":"WebSite","@id":"http:\/\/monkeylogic.us\/blog\/#website","url":"http:\/\/monkeylogic.us\/blog\/","name":"monkeylogic blog","description":"Out of Register","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/monkeylogic.us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/monkeylogic.us\/blog\/#\/schema\/person\/4d39347fa8dbfebec314b0a130b26aa1","name":"Michael (the head monkey)","sameAs":["http:\/\/www.monkeylogic.us"],"url":"http:\/\/monkeylogic.us\/blog\/author\/head-monkey\/"}]}},"_links":{"self":[{"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/posts\/595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/comments?post=595"}],"version-history":[{"count":96,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/posts\/595\/revisions"}],"predecessor-version":[{"id":898,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/posts\/595\/revisions\/898"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/media\/656"}],"wp:attachment":[{"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/media?parent=595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/categories?post=595"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/monkeylogic.us\/blog\/wp-json\/wp\/v2\/tags?post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}