Pre-Test in Captivate with rating scale questions

What I want to do with Captivate:
- First an Pre-Test with 35 Questions the learner has to answer. I have to use a scale from 1 to 6.
- These questions belong to 13 groups of questions
- The Results of the questions are to be summed up in grouping variables
- The Score in the variables are responsible, which of the eLearning-Moduls should be highligthed in the TOC
- At last the TOC should be displayed
- I want to use for every of the following moduls an own project (to reduce the size of every project)
- I have to import this all in the LMS ILIAS (Scorm 1.2 and Scorm 2004)
- the learner should be able to interrupt the application at any time and resume again
I have seen the Thread "how to make a Pre Test in Captivate 4" and I work out the script-example inside the Captivate-Help  and the ebook from Rick Stone.
What is the recommendation
1. to realize the slides with the questions (they should be self-created, but how to do?)
2. to realize the code in the advanced actions
3. to realize the working-together of the project with pre-test and toc and all the following modules
Perhaps, someone has an example for me.
Best regards
Winfried

Hello Winfried,
Spent a couple of hours yesterday to work out a proposition. Must confess that I realized it in CP5, mostly to save some time with the Advanced Actions but it could be done in CP4 too. Beware: I did not bother a lot about the layout, graphics, just tried to find a workflow that will achieve your goal only using Captivate (no widgets, no to be written Flash-SWF's) within a reasonable amount of time. There is quite a lot of copy/paste possible, repetitive tasks that are a bit monotonous, sorry about it, and some discipline is necessary.
To start with: I made some choices to simplfy.
You showed me a screenshot with buttons to click on (little bit like the Likert Question slide) but I have preferred to have the user introduce a number from 1 to 6, which means you'll need a legend to explain on each page. If you really want the six buttons later on, you should look for a widget or a Flash SWF that returns a value = clicked button (1 to 6). To achieve this in Cp alone would be a tremendous work. You should have to take into account that a user can change his mind and click on another button... With my system (typing a number) this is no issue.
Choose to put 13 questions on each slide, one for each question group. This makes it possible to prepare one slide and copy it twice (to have 39 possible questions). There will have to be done some minor changes on the copies, but most of the work can be taken over. If you prefer to have less questions/slide that would be also possible, but then you'll have different copies (p.e. a slide with 7 and a slide with 6 questions).
Choose to have a submit button for each question that will trigger an advanced action. Mostly need this to check after completion of a slide if all questions have been answered. If you do not like those many 'Submit' buttons, in CP5 this could be easily replaced, in CP4 it will take some more working time.
First screenshot of a question slide:
In this screenshot you'll see 13 questions with 13 Text Entry Boxes. For the TEB I provided the Submit button and only the Failure Caption (red one: put all of them in the same spot). The value entered in the TEB is stored in a user variable, so I needed 13 user variables for this slide, labeled them:
v_1  v_2   .... v_13.
Same user variables will be used on the next question slide (if you have less questions/slide you'll need less user vars of this kind).
TEB is validated for the values 1 up till 6. If another number is entered the Failure Caption shows up.
The blue Text Captino (Please, answer all...) is initially hidden when entering the slide (action for On Enter slide).
Each Submit button triggers an Advanced action (labeled first AddGroup1) on success (slightly different, you'll need 13 of then, but copy can limit the work), with variables:
created one variable 'v_counter' to store the number of correct answers on the slide, will be used to check if all questions have been answered; this counter is set to the value 0 on entering the slide
created 13 group variables  v_G1  v_G2.... v_G13 to store the total score per group
labeled actions like AddGroup1:
increments counter with 1
adds value stored in v_1 to the variable v_G1
because playhead shouldn't move on the Timeline, set the system var rdcmndGotoFrame = rdInfoCurrentFrame
in the 12 copies of this action, only second action has to be changed
Next button allows the user to go to the next slide, but triggers another advanced action, that I labeled TestCompleteSlide1. You'll need a slightly different action for each Question slide, but again copy does most of the work. This action:
checks if the variable counter is different from 13
if it is different:
the blue Text Caption is showed to insist on answering all the questions (this is what had to be changed on copy, because each text caption has its proper ID, blue Text Caption on second question slide has a different ID from that on first)
rdcmndGotoFrame = rdInfoCurrentFrame - 2 to put back the playhead
if it is 13, jump to next slide
Last slide is TOC: The modules to be taken will be marked with a green circle in this screenshot and get a click box over the name and the green circle. Those not to be taken will be marked with a red triangle and not have a click box. You'll have to configure the click boxes to open the proper module. Initially all click boxes are there but invisible. Same for all green circles and red triangles. They will get visible based on checking the value of the grouping variables v_G1  v_G2.... v_G13. Just a screenshot here, if you confirm that you want to try my proposition, will explain further. This was rather easy in CP5, will not be in CP4, that is why I didn't yet work it out in CP4:
Lilybiri

Similar Messages

  • Pre Tests in Captivate

    In one of the Developer Forum articles it mentions the
    ability to use pre-tests in Captivate.
    There is no documentation in HELP or in Knowledgebase on how
    to assign questions to a pre-test as opposed to a post-test, to
    give full credit for & ability to by-pass content w/ all
    correct answers in a pre-test.
    And... if any incorrect pre-test answers, to send learner
    through content & post-test, but in this case, only score user
    on answers in post-test, not all questions in course... Any
    suggestions? Thanks....

    You may be thinking that pre-testing is an actual feature of
    the product, which is not the case.
    Captivate only knows tests... its up to you to design them to
    be useful as a pre-test or a post-test. How you do this is
    determined by the delivery environment your content will be
    accessed from and an understanding of Captivate's reporting
    abilities.
    For example, you mentioned that you want to "give full
    credit", which implies that you're doing centralized reporting in
    some way. The type of reporting you're doing will determine how you
    create your course.
    If you're using an LMS via the SCORM standard, all navigation
    and pass/fail logic must reside in the LMS, so you just build your
    pre-test and make the LMS use the score from that determine whether
    the user passes the overall course. If they don't pass, make them
    take everything, if they do pass, give them credit for the whole
    thing.
    If your particular LMS doesn't let you do that and you can't
    find a way to trick the LMS into doing what you want (say, by
    assigning much higher score values to the questions in the pre-test
    to artificially give the user a score high enough to pass the
    entire course), then you may be out of luck. That's the nature of
    SCORM, and has nothing to do with Captivate.
    Bottom line, there's no documentation because Captivate is
    not intended to fit into any particular system or scheme. It's
    merely a tool that lets you create building blocks that you can
    (hopefully) slot into a separate solution using a "standards-based"
    interface, such as AICC/SCORM, or one of the other options listed
    in the Quiz Manager.
    The reality is that each deployment environment, especially
    the "standards-based" ones, have their own quirks and deployment
    requirements, so how you make Captivate work in your particular
    environment is unfortunately left up to you. That's just the nature
    of the game.

  • Add new rating scale text filed in SharePoint 2010 Survey List???

    Would it be possible to add extra text range field in SharePoint survey Rating Scale filed? so far i know it could be achieved by using Client Java script.  i have added following script in NewForm.aspx, EditForm.aspx, DispForm.aspx and Summary.aspx
    but nothing its reflecting into the UI page. Another problem is if i have multiple Questions with rating scale field, how i am gonna achieve extra text range for each question in one page/separator page like the following way?
    VeryDissatisfied          Dissatisfied     not satisfied    Satisfied    Very Satisfied   Do not participate
            1                           2                      3                
    4                   5                     6
    These JavaScript codes are all added in the content tag which contentplaceholderid="PlaceHolderMain". should i add this script to another location?
    For NewForm.aspx; DispForm.aspx; EditForm.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr'); 
    var tds = trs[0].getElementsByTagName('td'); 
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = your range text'; 
    </script>
    For Summary.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].className == 'ms-surveyVBarT')
    tables[i].deleteRow(0);
    var row = tables[i].insertRow(0);
    var cell0 = row.insertCell(0);
    var cell1 = row.insertCell(1);
    var cell2 = row.insertCell(2);
    var cell3 = row.insertCell(3);
    cell0.innerHTML = your range text';
    cell1.innerHTML = your range text';
    cell2.innerHTML = your range text';
    cell3.innerHTML = your range text';
    </script>
    Thanks in advanced!

    Hi,
    According to your post, my understanding is that you wanted to Add new rating scale title fields in SharePoint Survey.
    I have done a test, it works fine. I have just added the function to load the code, refer to the following:
    For NewForm.aspx; DispForm.aspx; EditForm.aspx
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ChangeTitle");
    function ChangeTitle() {
    var tables = document.getElementsByTagName('table');
    for (var i = 0; i < tables.length; i++) {
    if (tables[i].summary == 'Rating Scale Question') {
    var trs = tables[i].getElementsByTagName('tr');
    var tds = trs[0].getElementsByTagName('td');
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = 'your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = 'your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = 'your range text';
    </script>
    For Summary.aspx
    <script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("ChangeTitle");
    function ChangeTitle() {
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr');
    var tds = trs[0].getElementsByTagName('td');
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = your range text';
    < /script>
    For Summary.aspx
    < script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].className == 'ms-surveyVBarT')
    tables[i].deleteRow(0);
    var row = tables[i].insertRow(0);
    var cell0 = row.insertCell(0);
    var cell1 = row.insertCell(1);
    var cell2 = row.insertCell(2);
    var cell3 = row.insertCell(3);
    cell0.innerHTML = your range text';
    cell1.innerHTML = your range text';
    cell2.innerHTML = your range text';
    cell3.innerHTML = your range text';
    </script>
    Best Regards,
    Lisa Chen

  • Survey Rating Scale - change number range order

    Using SharePoint 2010 survey and have a requirement to change the rating number range from 1-5 to 5-1 when it is displayed in the survey
    Does anyone know if there is a way to do this? I know I can change whether the 1 is high or low with the Range text, but how to actually reverse the order.
    I see I can change spacing between questions, modify fonts, etc in the survery using css, but nothing on the rating scale.
    Any suggestions would be appreciated.
    thanks
    VTJeanne

    <script type="text/javascript">
    //<![CDATA[
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr');
    var ths= trs[1].getElementsByTagName('th');
    ths[0].colSpan = 1;
    ths[0].innerHTML='5';
    ths[1].colSpan = 1;
    ths[1].innerHTML='4';
    ths[2].colSpan = 1;
    ths[2].innerHTML='3';
    ths[3].colSpan = 1;
    ths[3].innerHTML='2';
    ths[4].colSpan = 1;
    ths[4].innerHTML='1';
    //]]>
    </script>
    hari

  • How to custom Rating Scale field to add more range text in survey on sharepoint 2013

    When we use the rating scale field to create question in survey. You can only set three range texts for each question. Is there any way to allocate a range text for each range ? Such as below :
                                     Low             Average        High       Excellent      
    Important
                                     1                  2                  3    
              4                     5
    I put extra 1 Rating Text Value / Excellent . but it does not show at respond to survey page.
    <Field Type="GridChoice" DisplayName="rating4" Required="FALSE" EnforceUniqueValues="FALSE" Indexed="FALSE" GridStartNum="1" GridEndNum="5" GridTxtRng1="Low" GridTxtRng2="Average"
    GridTxtRng3="High" GridTxtRng4="Excellent" GridNATxt="N/A" ID="{5259c17a-9260-4857-8594-f7dc28281763}" SourceID="{2712de13-4857-4225-b5bd-06697c96ad5b}" StaticName="rating4" Name="rating4"
    ColName="ntext2" RowOrdinal="0"><CHOICES><CHOICE>q</CHOICE><CHOICE>g</CHOICE><CHOICE>h</CHOICE></CHOICES></Field>
    <Field Type="GridChoice" DisplayName="rating4" Required="FALSE" EnforceUniqueValues="FALSE" Indexed="FALSE" GridStartNum="1" GridEndNum="5" GridTxtRng1="Low" GridTxtRng2="Average"
    GridTxtRng3="High" GridTxtRng4="Excellent" GridNATxt="N/A" ID="{5259c17a-9260-4857-8594-f7dc28281763}" SourceID="{2712de13-4857-4225-b5bd-06697c96ad5b}" StaticName="rating4" Name="rating4"
    ColName="ntext2" RowOrdinal="0"><CHOICES><CHOICE>q</CHOICE><CHOICE>g</CHOICE><CHOICE>h</CHOICE></CHOICES></Field> 
    Thanks all your help !

    Hi,
    From Microsoft official site, we can find the definition of “Range Text”: enter descriptions for the low, middle, and high scale. It means there are only
    three types of description which is the by design behavior. For example, if we have 8 number range, the purpose of the range text is to tell users that 8 is highest and 1 is the lowest. We don’t need to specific description for each column.
    As you really want to achieve the goal, we can write client JavaScript code to dynamically update the UI on page. We use SharePoint designer updates the “NewForm.aspx”,
    “DispForm.aspx”, “EditForm.aspx” and “Summary.aspx” to add custom JavaScript codes.
    For NewForm.aspx; DispForm.aspx; EditForm.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].summary == 'Rating Scale Question')
    var trs = tables[i].getElementsByTagName('tr');
    var tds = trs[0].getElementsByTagName('td');
    tds[2].colSpan = 1;
    tds[2].innerHTML = 'your range text';
    tds[3].colSpan = 1;
    tds[3].innerHTML = your range text';
    tds[4].colSpan = 1;
    tds[4].innerHTML = your range text';
    tds[5].colSpan = 1;
    tds[5].innerHTML = your range text';
    </script>
    For Summary.aspx
    <script type="text/javascript">
    var tables = document.getElementsByTagName('table');
    for (var i=0; i<tables.length; i++)
    if (tables[i].className == 'ms-surveyVBarT')
    tables[i].deleteRow(0);
    var row = tables[i].insertRow(0);
    var cell0 = row.insertCell(0);
    var cell1 = row.insertCell(1);
    var cell2 = row.insertCell(2);
    var cell3 = row.insertCell(3);
    cell0.innerHTML = your range text';
    cell1.innerHTML = your range text';
    cell2.innerHTML = your range text';
    cell3.innerHTML = your range text';
    </script>
    These JavaScript codes are all added in the content tag which contentplaceholderid="PlaceHolderMain".
    Hope it helps.
    Xue-Mei Chang

  • Can we send pre-test score (Pre-test question slide) and post test score (Question slide) both in lms from captivate?

    can we send pre-test score (Pre-test question slide) and post test score (Question slide) both in lms from captivate?

    Pretest score normally is not sent to the LMS. However it is stored in a system variable, you could use JS to send it.

  • How to Add Likert Scale Pre-Test w/Customized Feedback?

    I need to have two quizzes in my course:
    One is a Self-Assessment with a 5 point Likert-Scale. There are 6 questions in this set. I need three possible responses depending on how they score (0-4 is one response; 5-8 is another response; 9-12 is another response)
    A final quiz at the end with only 3 questions, again giving feedback based on how they respond, this time percentage-wise (they score less than 80% they get feedback, over 80% another feedback)
    I am a very basic Captivate 6 user and have no clue how to go about doing this. I've read many forums about pre-tests (which don't seem to include Likert Scales), variables, advanced actions. There HAS to be a simpler way...
    Thanks,
    Christina

    Hi Lilybiri,
    Thanks for the quick response. To answer your question...
    I'm using Captivate 6. I saw the pretest option but Likert Scale is not an option
    I can use a different type of question, but wasn't able to figure out how to have different responses score differently. When I look at the Quiz Properties for MCQ, I only see one overall score value. Here is an example of the type of question I'm using: I proactively develop relationships with those I work with. Options are Never = 1 pt; Sometimes = 2 pt; Often = 3 pt; Always = 4 pt; I Don't Know = 0 pt
    If they receive a total of 0-4 pts, their feedback should be: "You can considerably improve your influencing skills by applying the principles in this course"; If they receive a total of 5-8 pts, their feedback should be: "You are already applying some of the principles. Plan to enhance your usage after completing this course." If they receive 9+ pts, the feedback should be: "You are using your influencing skills regularly. Focus on the principles you tend to use less often and coach others on how to become an effective influencer."
    Yes, all I need for the Final quiz is the Pass/Fail. I already have that set up and it's working fine (and currently not including the Likert Scale questions = I figured out how to do that based on this link: http://goo.gl/hhjJe)
    Thanks,
    Christina

  • Rating Scale (Likeart) question slide

    Hello cp experts!
    I wish to use the Question slide 'Rating Scale (likert)' at the end on the presentation to provide a feedback.
    Is it possible to report the student selection to LMS and view statistics over time? if so, how do I do that?
    I didn't manage to make this work....
    your help is much appreciated.

    If your LMS is truly SCORM-compliant, you should be able to track the Likert questions. Be sure to choose 'completed/incomplete' in the SCORM setup, not pass/fail, since there's no score associated with such questions.
    The ability to report on those results and see any trends is, as others have said, completely dependent on your LMS capabilities and features.

  • Rating scale does not appear in Pre-defined Performance Mgmt Wizard

    Hi Experts,
    I am implementing SAP Pre-defined Performance template.
    When configuring IMG entry u201CDefine Templates for Performance Managementu201D I run the wizard for Performance, and when I get to the rating the only options that are presented are SAP standard delivered values e.g. Standard Quality Scale 1-5, Standard Quality Scale 0-10, Standard Quality Scale 1-3, Standard Quality Scale 1-3.
    Now I have previously configured rating scale Team Performance with rating values
    1-below expectations
    2-meets expectations
    3-exceeds expectations
    However, this rating scale does not appear in the dropdown list to select from.
    Please can someone explain what could be missing or if they had this issue before and were able to solve this.
    Many thanks
    Oliver

    Hi joker_of_the_deck
    thank you for your quick response. Much appreciated.
    I checked transaction OOHAP_BASIC and my scale is already valid within the Value List.
    There are many other scales in our system within this value list but only the entries I mentioned previously are available in the Pre-defined performance wizard.
    Do you have any other suggestions on why the system would not allow my scale  rating to be selected from the pre-defined performance template as part of the wizard setup?
    Regards
    Oliver

  • Setting a Conditional Action for Pre-Test questions: Skipping Content Slides

    OK boys and girls, let's see if this is even possible within one course SCO, or if this a multi-SCO solution (which means I'm toast, because we don't have the multi-SCO aggregator)?
    I want to set up a prescriptive pre-test. In my ideal world, answers to each individual question would either enable or disable the content slides connected to the question. If the user passes the pre-test, they could opt to skip the prescriptive stuff and complete the course. If the user fails the pretest, they would have to view the enabled content.
    Is this even possible in a single SCO world?
    Justenuf

    Jim belongs in that pantheon of good guys as well, so many here have pointed me in the right direction and helped me move forward with the capabilities of this software. And, in that spirit - here's my work around for the pretest/post test in a SCORM 1.2 environment:
    Created an entrance slide that allows opting totake the pretest or not - but only allows you to take it once.
    Created one test (take off the question x of x widget) split it and slide the content in between it. In this case, 10 questions with 5 in each set.
    Titled the first set of questions as a PreTest and the second set as a Post Test.
    Set my passing score at 4 correct. (the user only needs to get 4 out 5 on either set correct to pass - and I'm setting up an action that only allows the user to see the questions they missed if they fail the pretest.)
    Created variables for each "pretest" question and set them at 0. Created on Enter advanced actions on each slide following a question that toggled the variable to 1 if the question was answered correctly  if "CpQuizInfoLastSlidepointScored is equal to 1" then "Assign Question<x> with 1"
    Created an On Enter advanced action for each content area slide "Skip #" that allowed prescription:
    "If Question # is equal to 1 or cpQuizInfoPassFail is equal to 1, then Go to Next Slide"
    Only the content connected to the missed questions in the pretest is seen.
    Copied the same On Enter advanced action the Post test questions and renamed it "SkipPost #" that allowed prescription:
    "If Question # is equal to 1 or cpQuizInfoPassFail is equal to 1, then Go to Next Slide"
    Only the questions related to the reviewed content are seen
    The sum total of these activities is the following -
    The user can choose to take the pretest and complete the course by gettiong 4 or 5 questions correct and jump to the exit page.
         If the user takes the pretest and scores lower than 80%, the content for the missed questions is viewed and the user must answer the questions regarding
         that content. The user passes the course when he/she answers the fourth question correctly.
    The user can choose to view the content, take the post test and pass the course by answering 4 of 5 correctly.
    it's running right in preview, in web browser preview and on my LMS previewer, with one navigation error.
          the error: after failing the pretest, taking the prescribed content and anse wering the questions correctly, the course occasionally jumps to the results page
         and s displays a failure message, then freezes in place. it does NOT happen each time, which is why I am cy urrently scurrying back to my happy place to dwell
         on this mystery awhile.
    Justenuf

  • Question About Rating Scale (Likert)

    I am building quiz survey slides where users answer survey
    questions, and the results are compared against scores of top rated
    users. In the process of building the slides, I am not seeing any
    dialog box where I can enter the correct answer against the quiz
    taker's, and when I test the quiz for results, the quiz taker is
    always right. I see there is a review area box on the stage, and
    when I double-click on it for its properties, there are options for
    an incorrect answer where the right answer should be listed. How
    come it doesn't pop up when I enter an incorrect answer in the
    preview? Any info would be greatly appreciated.

    The rating scale can't support multiple selections per row. You would have to use the multiple choice field (though its not a table layout).
    We do support multiple fields on one line now. This post explains:
    http://forums.adobe.com/thread/1144130
    Randy

  • Pre-test Questions used as Knowledge Builders

    I need questions at the beginning of a course that will not be included when the learner clicks on the Retake and Review Quiz buttons. Pre-test questions work but they don't allow the use of text captions for incorrect and correct feedback. They use smart shapes. Are there any other limitations of Pre-test Questions?

    There are a lot of limitations. You are expected to have pretest question in sequence at the start of the course. All navigation will be cancelled: by playbar and by TOC.
    But what you say about the feedback being only smart shapes as text containers is not true at all. They follow the same styling as normal question slides. If you turned on Use Shapes for SFH in the Preferences, Defaults, it will be shapes. You can always change this even after having inserted the Quiz/Preset slides by going to the corresponding master slide, right-click on the shape and choose 'Revert to caption'. Although to me it is a mystery why you should prefer captions, just my personal opinion because shapes are so much easier to format.
    If you use normal question slides, and do not add its score to the Total score, most system quizzing variables will not include those 'Knowledge' slides. But indeed, as you point out, Review and Retake will go to the first Question slide, which may be a knowledge slide. With a shared/advanced action it is pretty easy to circumvent this. I almost never use Pretest slides for its limitations. Whenever possible I use custom question slides instead of the default ones for Knowledge slides.

  • AppContainers_test fails with error during pre-test configuration checks

    Hello,
    AppContainers_test fails with error during pre-test configuration checks:
    "[FAIL] The machine is not properly configured for testing: the test directory "C:\Windows\SYSTEM32\" is not ACL'd to allow execute permission for "APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES"
    But that kind of permission for APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES was allowed, also i tried to allow full access, but error was the same.
    In the test WindowsFilteringPlatform_Tests, the same requirement "REQ - Wfp-based products must not block App Container apps operating within their declared network intentions by default" was checked successfully.
    How can i pass successfully AppContainers_test? 
    I installed lastest versions of QFE and filters on my server, but it didn't help.

    Hi M'Alerter,
    I have the same issue, have you found a solution to your problem ? 
    Cheers,
    Ghalem

  • Rating Scale:  Likert Question

    Hi
    I've been able to change the options available, and even delete options I don't want included in the scale.
    Why does a number appear in the scale?
    E.G.  My options are:
    Most prefer
    Somewhat prefer
    Neutral
    But when I look at the quiz slide, it's become:
    1. Most prefer
    2. Somewhat prefer
    3. Neutral
    I don't want the numbers at all, or if I need it for scoring in the LMS, I don't want the numbers displayed on the slide.  I can't see where to turn this off or on.
    Can someone help?
    Thanks
    Anita

    The rating scale can't support multiple selections per row. You would have to use the multiple choice field (though its not a table layout).
    We do support multiple fields on one line now. This post explains:
    http://forums.adobe.com/thread/1144130
    Randy

  • Can I have multiple pre tests and a final test?

    Hi,
    I want to create  unit whereby I have small pre-tests (5) to check knowledge, they must get answer ciorrect to continue. Then i want to create a final test at the end of the project.
    Is this posisble or do i need to have different projects?
    Many thanks
    FS

    I think trying to get feedback to work with Survey Questions using Advanced Actions would be a lot more trouble than it's worth. 
    Also, using Pretest questions is not the answer because they're very limiting in other ways. They MUST all be at the beginning of the project BEFORE the main quiz, and they disable the playbar for the entire module. (This is by design.)  The way Pretests currently work is not usually what authors are looking for.
    If setting ordinary quiz question slides to zero points and deselecting the option to Include in Quiz is NOT enough for you, then I suggest you resort to creating your own 'question' slides via other methods such as building them from default interactive objects available in Captivate.  You can use widgets or buttons or Smart Shapes or Text Entry boxes to replicate most of the other question types.

Maybe you are looking for

  • Compare data in one table

    Hi all, I have a problem with comparing two rows in one table. The situation: Person_1 have to insert row_1 in table_xy. After a while person_2 has to insert the same data as row_2 for controlling person_1 in table_xy. I have created a compare_flag i

  • My iMac has slowed down incredibly since upgrading to 10.9.

    I have an iMac running Intel 2.66GHz Core 2 Duo with 4GB of RAM. All of my Mac apps like iPhoto, iTunes and even opening browsers is painfully slow. I haven't added any virus stuff or anything since the upgrade; the upgrade was almost certainly the c

  • Finder changes the file name in Save/Save As dialogue box

    Whenever I save or save as a file, the dialogue box opens, but when I make the file list active when using a mouse, the file name I click to changes the file name I am saving. I simply want to activate the file list window so I can find the right fol

  • Create a heading style that does not affect the whole paragraph?

    Hi, I would like to make a style for headings that only affects the first sentence. I want to have a style that is a certain bold type to be the heading for a section, but then I want body-text to continue without a new paragraph. Like this: "*Writin

  • Need to generate the excel file with diffrent sheets using utl_file package

    Hi, Sorry for previous message in which I had missed the usage of " UTL_FILE " package I need to generate the excel file with diffrent sheets . Currently I am generating the data in three diffrent excel files using " UTL_File " package and my require