How to show 'Show Answer in Feedback' only when learner pass  test?

Is it possible to display Answer in Feedback only when learner pass the test?

No, this is not possible.
Regards Anders Northeved

Similar Messages

  • HT1529 Excel spread sheets created on a PC show up as "read only" when opened in my iMac which has Excel.  How do I correct this?

    Excel spreadsheets created on  PC shoe up as "read only" on my iMac 27 also in Excel.  How do I correct?

    Are you saying when you open the Info window on the file and try to change the permission it won;t let you? Do you get any messages? Is the account youare using an Admin account?
    If you could post a screen shot of the Info  window opend on the file in question it could help.

  • Show a report region only when link in other report is clicked

    Hi Friends,
    I am having 2 report regions.In my first report region i am having a column as a link. I want to show the 2nd report
    region only when the link in the 1st report region is clicked. There is a button in the 2nd report region i want to show
    that button only when the link in the first report is clicked.
    The code for my first report is
    select * from tasks;i have a link column task_id as
    f?p=&APP_ID.:10:&SESSION.::&DEBUG.::P10_TASK_ID:#TASK_ID#My 2nd report code is
    select * from task_details where task_id=:P10_TASK_ID;Plz help,
    Thanks,
    TJ

    Hi Andy,
    I tried this but having one problem. When i press a link the vaule of P10_TASK_ID is set and the 2nd report is shown.
    When i go to other page and come back to this page the 2nd report is showing even with out pressing the link this is
    because the value set for :P10_TASK_ID is still there. Where can i put the value back to null so that the 2nd report is
    not shown with our pressing the link in the 1st one.
    Thanks
    TJ

  • Can someone tell me how to show a different main menu when someone is logged in?

    When a customer is logged in they can see secure pages. I also want a different menu to appear when logged in, and when logged out I want the menu to go back to normal. Can someone assist please? Let me know if you need more information from me. Thank you in advance!!

    I recommend referring to the following forum post on how to achieve this: Re: Secure Zone - show, hide, or disable content when a user is recognized as logged in.
    To summarize, you would need to use the module {module_isloggedin}  which will render a 0 or a 1 based on whether the customer is logged in or not. With a combination of CSS/JS, you can specify a different menu to display based on whether they're logged in or not.

  • HT1937 in general setting for itunes wifi sync some how i got two folder first one the one i want :apps,movie, music, and tones some how i got second one is photo only, when i plug in it's only sync on 2nd one and not first one, i tried delete ituns and d

    i had problem for my itunes wifi sync, in general setting itunes wifi sync, i got 2 folder name 1st one is one i want sync for app, movie,music and tones, somehow i got second one folder i dont want is photos only when plug into it only sync for photo the rest are gone on itunes screen and not sync, please help me how can i delete second one folder? i tried click on first one not moved and syns only sync on second one folder
    thanks. i did try delete itunes and download back but still there, i tried restore iphone to itunes a few months back but itunes screen still on new second folder not the first one
    mjphu
    [email protected]

    I own the movies and I want them to stay in my iTunes library basically forever.
    But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.
    iTunes prefs > Store > Show iTunes in the Cloud purchases.
    This will show all your iTunes purchases in your library with a cloud icon down arrow. Click the icon to redownload or click on Play to stream without downloading.
    Also see this , -> Download past purchases
    and techncially, you don't "own" the movie, You simply have a license to use it.
    Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.
    Actually, no it does not tell you that.
    FYI: You should keep copies of all yoru iTnue spurahses as the labels/movie studios/copyright owners can pull their product at anytime and it won't be available to redownload.
    Suggestions here -> http://www.apple.com/feedback/

  • How to insert data into a table only when data has changed its value (when compared to the previous inserted value)

    I wish to insert data into a table only when the value of the inserted data has changed. Thus, in a time series, if the value of the data at time, t-1, is 206 then if the data to be inserted at time t is 206, then it is skipped (not entered).
    If the value of the data at time t+1 is 206, it is skipped also; until the value changes, so if the value at t+1 was 205, then that would be inserted, and if at time t+2 the data is 206, it would be inserted too.
    What is the best way to do it without increasing overheads?

    This view works:
    SELECT
    i.IDNO,i.[Date],i.[Level]
    FROM
    mytable i
    INNER
    JOIN mytable
    d
    ON
    d.IDNO
    = i.IDNO-1
    WHERE
    i.[Level]
    <> d.[Level]
    on this mytable below.  A trigger could be quite useful here although I am cautious using them. However I wish to avoid the overhead by not having a temp table (which could be sizable).  mytable below
    should give 3 lines. The IDNO is an identity column.
    IDNO
    Item
    Date
    Level
    1
    X24
    12/23/13 10:41
    22996
    2
    X24
    12/23/13 10:41
    22996
    3
    X24
    12/23/13 9:21
    23256
    4
    X24
    12/23/13 9:21
    23256
    5
    X24
    12/23/13 9:22
    23256
    6
    X24
    12/23/13 9:22
    23256
    7
    X24
    12/23/13 9:22
    22916

  • How to program shift register to read only when a new user is detected from user?

    Hi,
    I'm currently developing a program for position control in labview. The program is quite simple, whereby user will input the distance that he wants the table to be in the labview program, and labview will send signal to move a motor that will turn a ball screw to move a table horizontally to the targetted position. The criteria is that the profile of the motor depends on the distance it needs to move, whether a two-phase (acceleration and deceleration) or three-phase (acceleration, constant velocity, deceleration) to reach the target position.
    The problem occurs when the user wants to enter a new position (second input) for the table, as the input by user is position the table needs to be but the input required to determine which profile the motor follows depends on the distance that the table will move to get to the targetted position. Therefore, I would need a function to store the input by user temporarily, and recall it only when a new input from user is detected. By this, I would be able to use the difference of the input (input [n+1] - input[n]) and feed it to determine which profile the motor follows and the input by user can be kept as the position he wants the table to travel to (to compare with encoder).
    I thought of using shift registers to do this, but I am not able to make it to perform the deduction ([n+1] - [n]) only when it detects a new input. When i try using shift register, it travels to the targetted position, and one it reaches it will travel back to the original position. For example, when a user input 90, it means the table needs to move to point 90. As the shift register is initialized to 0, it will move to point 90 (90-0 = 90) but upon reaching 90, the shift register sends a signal of 90 (90-90 = 0) and the table returns to it's initial position.
    Is there any way that I can delay the reading of shift register only when a new input is detected or is there another way for me to achieve what i want?
    I've tried searching the discussion forum and ni website but couldn't find similar problems. Thanks for your help in advance.
    Solved!
    Go to Solution.

    Hi,
    I've managed to get what I needed by using a shift register + event structure as suggested by Adnan. However, I face another problem after implementing SR+event. I've attached two files, first the original program and second the updated program using SR + event. (it's only the jpg file as I've forgotten to save the labview program, will upload the program by tomorrow.
    In the original program, I have an elapsed time that is able to run continuously when I run the program. In the updated program, my elapsed time don't seem to run continuously when I run the program (as shown by elapsed time indicator). I need the elapsed time to run continuously as a input to calculate my motor profile.
    I suppose this is caused by the introduction of the event structure, will adding a case structure to wrap the event structure solve the problem or is there another way to get pass this. Appreciate if someone could drop me a pointer or two.
    Thanks
    Attachments:
    Mar 16 - continuous elapsed time.png ‏12 KB
    Mar 16 - elapsed time not continuous after introducing shift register + event structure.png ‏17 KB

  • How to query from view with parameter, only  when the JSP-page loading

    I use JSF/ADF BC, create two viewes:view1 and view2, in the JSP page the user press a button to query from the view1, but I hope the view2 can be queried only when the page loading, it have no relation with user-operator, and pass the column value of view2 into some variables, the view2 return one record.

    Hi -
    You may want to have a look at this other thread:
    Re: Execute ViewObject with Parameters at JSF Page Load?  JSF/ADF/BC 10.1.3
    John

  • How to show Open Sales Orders only in a report?

    Hi,
    I am working on a Business Objects report to show open sales orders. Here i pull data from a RapidMart universe for which data comes from SAP.
    I just wanted to know which object or field in SAP can/will differentiate whether a particular sales order is delivered or not.
    Is MRP anyway related to this?
    Plz. help!
    Many Thanks,
    Arun KK

    Gattu,
    Thanks for your reply.
    However, the problem goes like this.
    I am working on an existing BO report. This report works perfectly(shows only the open sales orders) except for some leakage(some delivered items too get it).
    The existing report's query have filters only one MRP Element and Order Category.
    Could there be anything that can be done with these objects?
    Thanks,
    Arun KK

  • How do I get a button to show in a list only when a survey is filled?

    I am using cf9 with mySQl 5+. I have two tables:
    Signups -  where people signup to take a course.
    Course_eval – once the course is completed, the student fills in the course evaluation
    I use an inner join on userID in both tables.
    I have a page, showsignups.cfm, that lists all of the students by course. Once a student finishes the survey, a button will show up next to the student in the showsignups.cfm page where it can be clicked on to show the survey by the individual student.
    My problem is instead of showing all students with or without the survey buttons, it only shows the students who have finished the survey. It should show:
    Student’s name | survey button
    Student’s name |
    Student’s name | survey button
    Student's name |
    I thought using a cfloop through the students would give me the effect I want, but alas, no. Here is the code I am using for the cfquery:
    <cfquery name="getsignups" datasource="#application.dsn#">
    select signups.courseTitle,signups.property,signups.calendardate,signups.company,signups.firstna me,signups.lastname,signups.email,signups.phone,signups.userID,signups.signup_id,signups.r id,course_eval.userID,course_eval.id
    from signups INNER JOIN course_eval ON signups.userID = course_eval.userID
    where signups.rid = #rid#
    </cfquery>
    (Rid is the courseID)
    Here is the output I am using:
    <cfoutput>
    <cfloop query="getsignups">
    <tr>
    <td>#rid# - #firstname# #lastname#  |   <a href="mailto:#email#">#email#</a></td><td>Ph: #phone#</td>
    <td width="24"><a href="showsignups.cfm?signup_id=#signup_id#&go=go" class="button">Remove</a></td>
    <cfif isdefined("id")>
    <td width="24"><a href="../../forms/surveys.cfm?userID=#userID#" class="button">Survey</a></td>
    </cfif>
    </tr>
    </cfloop>           
    </cfoutput>
    I know this is a long post, but I wanted to make sure any body who reads this understands what I am trying to accomplish. Any ideas on what I am doing wrong?

    Don't use an inner join:
    <cfquery name="getsignups" datasource="#application.dsn#">
    select signups.courseTitle,signups.property,signups.calendardate,signups.com pany,signups.firstname,signups.lastname,signups.email,signups.phone,si gnups.userID,signups.signup_id,signups.rid,course_eval.userID,course_e val.id
    from signups LEFT OUTER JOIN course_eval ON signups.userID = course_eval.userID
    where signups.rid = #rid#
    </cfquery>
    <cfoutput>   <cfloop query="getsignups">    <tr>      <td>#rid# - #firstname# #lastname#  |   <a href="mailto:#email#">#email#</a></td><td>Ph: #phone#</td>      <td width="24"><a href="showsignups.cfm?signup_id=#signup_id#&go=go" class="button">Remove</a></td>      <cfif isdefined("id")>        <td width="24"><a href="../../forms/surveys.cfm?userID=#userID#" class="button">Survey</a></td>      </cfif>    </tr>  </cfloop>            </cfoutput>  
    Use:
    <cfif id neq "">
    Message was edited by: Eddie Lotter (Typo)

  • Team Calendars - How to show a managers team calendar when that manager reports to you

    If a manager has other managers that report to them, is it possible to have the lower level manager's "team calendars" show up in the higher level manager's Outlook 2010 calendar view.  Or are these other team calendars going to have to be
    manually created and maintained?
    Thanks for your time.

    Hello,
    A team calendar is tied to the mailbox owner's manager's direct team only. It will be automatically showed in users' calendar. If you want to view a team calendar of another manager, a workaround is create a calendar group and share calendar.
    If you have any feedback on our support, please click
    here
    Cara Chen
    TechNet Community Support

  • How to show photo in form portlet when using ORDSYS.ORDIMG?

    I built a Form based on table that has ORDSYS.ORDIMG column.
    When I query the form,the photo shows. And then I publish this
    form to portal and add in a page. But the form portlet doesn't
    show picture, when I query. Why? What should I do?
    Please help me. I'm looking forward to hearing from all of
    you
    Thank you,
    Sirin

    Well I don't know how to use the ORDSYS.
    So I've created a solution myself using javascript.
    I created a table with a column "image" as VARCHAR2. Using the portal image fieldtype (in a form) will store the image name in the table-column and the actual image in a portal own table.
    1) First in the form added a new field (label only)
    2) The label is "<IMG SRC=/images/blank.gif NAME=test>"
    NB. I'm not sure if I added the blank image myself or not but it is a small gif in the images directory with only a transparent color.
    3) In the Additional PL/SQL Code section ... after displaying the page I added the following code;
    DECLARE
    v_image VARCHAR2(200);
    BEGIN
    v_image := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_<imagefieldname>');
    IF v_plaatje IS NOT NULL THEN
    HTP.PRINT('<script language="JavaScript">
    if(document.images)
    document.test.src="http://<hostname>/pls/portal30/docs/'||v_image||'";
    </script>');
    END IF;
    END;
    Regards,
    Arnoud Koot
    Oracle Web Consultant
    http://www.thedoc.nl

  • How to show error page in browser when Column cant be null

    Hello everyone,
    I've got a Record Insertion Form, and some of the fields are
    set as "NOT NULL". When I miss out a few fields, the browser shows
    the text - Column 'propertytype' cannot be null, which is fine, as
    it cannot be null. But how do I redirect this to a user friendly
    page which basically says, "sorry you havent written in all the
    fields, please go back". How do I do this in dreamweaver?
    Thank You

    You need to validate all user input prior to executing any
    sql statement. That will do it. There are also techniques to trap
    error messages, which vary depending on the scripting language you
    are using.

  • How to show audio/video from timeline when I've already ripple deleted

    Is there a way to show on a time line info that I've ripple deleted? that is, for example I clipped too much from the first part of my timeline and I want to put some of that back.

    You haven't destroyed anything by the ripple delete. Just move your clip over and extend the part you still want with your mouse. There are shortcut keys as well, but I don't remember them just now. When you highlight your clip, you should see a handle at the end - just extend it. You may have to zoom into the timeline.

  • How to show popup message in jpanel when mouse is moved over some area

    i have made a bar graph for my database in jpanel. now i want to show the proper data in popup when user moves mouse over apprpriate bar in jpanel. i would like to know is there is any way to do this. i need help as i m new in the field of java. i am making birthday remainder service for user. i am using j2se.

    i want to show the proper data in popup when user moves mouse over apprpriate bar Sounds like you want to use a tooltip. Is your "bar"
    a) a real component ?
    If so, then just use setToolTipText(...) method
    b) a graphical drawing?
    Then you will need to convert the mouse coordinates and display a tool tip based on the coordinats. The SwingSet example that comes with the JDK has an example of this:
    change to directory: j2sdk1.4.2\demo\jfc\SwingSet2
    then execute >java -jar SwingSet2.jar

Maybe you are looking for