CP5.5 - Is it possible to create a quiz summary screen with all questions reviewed on one screen?

Hello Forum members,
I was wondering if it is possible, rather than having a quiz review where you review the quiz questions one screen at a time, if it is possible to create a quiz summary screen, which will provide a summary of which questions were answered incorrectly/correctly (without actually giving the user the correct answers)?
An example of what I'd like to achieve is below:
Is this possible in CP5.5? Perhaps with Advanced Actions/variables?
many thanks
Loraine

Hello Loraine,
This is possible using Advanced Actions and variables. After every question, On Success you can set a variable to 1 and create a custom screen where you can show/hide the tick mark graphic based on the variable value set.
For Ex:
- For question 1, on success, set x=1
- On the results screen, correct tick mark graphic is hidden. If x=1, then show the correct tick mark.
Like this you can do for all the questions. Will wait for others also to comment for any quicker solution.
Thanks,
Vish

Similar Messages

  • Is it possible to create a variable in bex with the last work day?

    Hi Gurus
    Is it possible to create a variable in bex with the last work day?
    Actually end-user every day open queries,
        - Put in selection date day - 1 or
        - put last Friday if the day is Monday or
        - put last Thursday if the day is Monday and Friday is holiday (in a calendar for example 25 the December).
    Please do the needful. It is urgent
    Thanks in advance
    Raj

    Try this logic in a customer exit:
    DATA:  l_s_range TYPE rsr_s_rangesid.
    DATA:  X_PERIOD LIKE T009B-POPER,
               X_YEAR   LIKE T009B-BDATJ.
      CASE I_VNAM.
      WHEN 'ZPREVWORKDAY'.
        DATA: l_DayOfWeek(1) TYPE C,
              l_act_date     TYPE d,
              l_prev_date    TYPE d.
        l_act_date = sy-datum.
        CALL FUNCTION  'DATE_COMPUTE_DAY'
             EXPORTING DATE = l_act_date
             IMPORTING DAY  = l_DayOfWeek.
        CASE l_DayOfWeek.
          WHEN '1'.
            l_prev_date = l_act_date - 3.
          WHEN '2'.
            l_prev_date = l_act_date - 1.
          WHEN '3'.
            l_prev_date = l_act_date - 1.
          WHEN '4'.
            l_prev_date = l_act_date - 1.
          WHEN '5'.
            l_prev_date = l_act_date - 1.
          WHEN '6'.
            l_prev_date = l_act_date - 1.
          WHEN '7'.
            l_prev_date = l_act_date - 2.
        ENDCASE.
        l_s_range-low  = l_prev_date.
        APPEND l_s_range TO e_t_range.
    ENDCASE.
    Edited by: Tyler Blouse on Feb 13, 2008 8:28 PM

  • Is it possible to create a pop up screen with alv tree within it?

    I was wondering whether it is possible to create a pop up screen where an ALV tree is within the pop up screen and the user may select a record from it..
    is there a function module for such function?

    you may use class cl_gui_alv_tree and display it in a popup screen. Look at RSDEMO_DIALOGBOX_CONTROL program (popup + cl_gui_picture control), and you combine it with BCALV_TREE_04 (cl_gui_alv_tree) to replace cl_gui_picture. You may access all demos from menu SE38, Environment, Examples (and finally Controls Examples in your case)

  • Is it possible to create a 1 D array with the "build array VI"? when receiving random number

    Hello all,
    Is it possible to create a 1 D array with the "build array VI" when receiving random number?
    I am receiving random data and the build array VI always create a 2D array which might cause some problem if you want to compute certain type of operation after.
    Any example will be welcomed.
    Thank you,
    Israel 

    Hello Lynn and Yamaeda
    First I want to Thank you Lynn for your linguistic contribution indeed "Build Array" is a primitive and not VI, thank you for the education. In reality what I am doing is simple.
    I have two arrays of complex elements Array1 and Array2.
    Array1 conains the complex elements ""(a0+ib0) ; (a1+ib1) ;...(an+ibn) ;
    Array2 conains the complex elements ""(c0+id0) ; (c1+id1) ;...(cn+idn) 
    What I want to do is the multiplication of the first array by the  conjugate of the second array element.
    Array1*(Conjugate Array 2)" for the first element the results is "(a0.C0-b0.d0) + i(b0c0-a0d0)" and the etc...
    and then taking the square root ([(a0.C0-b0.d0) power of 2]) +  [(b0c0-a0d0) power of 2])
    I was wondering if there were some dedicate primitive that could solve the computation above which is the cross correlation in Frequency domain.
    Thank you very much.
    Israel

  • Is it possible to create a two node cluster with SQL server 2012 STD on node1 and SQL Server 2008 ENT on node2 on a Windows server 2012?

    Hi All,
    Is it possible to create a two node cluster with SQL server 2012 STD on node1 and SQL Server 2008 ENT on node2 on a Windows server 2012?
    aa

    I think you are confused with the way cluster is installed. Installing SQL on cluster is a two step process. On first node you create a new SQL cluster and on second node you need "AddNode" action.
    Same edition media has to be used in above two operation.
    you can install two separate instances with one enterprise and one standard.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Possible to create detailed and Summary in same crystal report?

    Hello
    I have worked with cyrstal reports back in 2001. Now I am back to creation of reports. I vaguely remember I was able to create summary and detailed reports from one crystal report file. I don't remember if I was using two different stored procedures or not. Can anybody explain if it is possible to create summary and detailed reports from one crystal report file and with one stored procedure. I am guessing somehow I should be able to control behaviour of report - ie. say if user selects detailed report- report will show all records and if user selects summary view then report will show summarized view of same data.
    If its possible how do you do it? Can you explain.
    Thanks a lot.

    There are a couple of techniques with drilling and sub-reports, but what I do most frequently is create a Detail/Summary  parameter for the user to select, and then have a formula that references this parameter to either hide or display a Detail section of the report sepending on the option the user chooses.  My experience is that most users can relate to this approach better, where as driling and sub-reports can sometimes cause confusion for them.

  • Is it Possible to create a Report Name starting with M.

    HI ,
        Just Now I have created a report naming with MYreport. I have expected that system will ask the Access Key since starting letter is M . But  System allowed me to create the Report MYREPORT.
        As per My Knowledge, Only Y and Z letters for Report. But now how system allowed me to create a report starting With M without access key.
    With Regards,
    Neptune.M

    Hi,
    You can name a program with 'MZ' or 'MY'. Infact all the includes of custom module program will be having names starting with 'MZ' or 'MY'.  Try creating a program with other than these combination, the system will surely check.
    Addendum:
    For example if you create a module pool program with name
    SAPMZTEST, then the include names will be
    MZTEST_TOP, MZTEST_O01, MZTEST_I01, MZTEST_F01 and so on..
    Similarly, for Z function group sap creates dynamically creates the following programs:
    SAPLZTEST - Main program
    LZTESTTOP
    LZTESTO01
    LZTESTI01
    LZTESTUXX where X containing includes LZTESTU01,LZTESTU02 stands for 01, 02 and corresponds to function module under the function group.
    Thanks and regards,
    S. Chandramouli.
    Edited by: Chandramouli Subburathinam on May 5, 2008 2:35 PM
    Edited by: Chandramouli Subburathinam on May 5, 2008 2:42 PM

  • Is it possible to create a Photo Gallery DVD with downloadable content?

    I am looking for a way to create a photo gallery, distribute it via DVD, and have the end user be able to download the photos from within the photo gallery. This would function exactly like the iPhoto web galleries, but would be distributed on DVD rather than posted to the web. Is this possible? I am looking for a way for a user to download the photos, in low res and high res, from within the DVD player.

    My first suggestion is to use Apple's Pro apps (ie, DVDSP) if you plan to use this DVD commercially. You'll get far better results and you will also be able to meet nearly all of the above objectives.
    If on the other hand you don't have the time to learn apple's pro apps which does have a large learning curve compared to the i-apps, and you are currently working with a shoestring budget, then you can meet at least some of these objectives within iDvd by adding your content to the Dvd rom section of the Dvd. The app that one uses to play the slideshow from this data section of the Dvd depends largely on the available apps on the host computer system having access to this data in terms of what software is available to play its content. Hope this makes sense but if not, just come on back. Good luck.
    Btw ... I'll check back with you later tonight since I have a fair amount of editing to do this AM.

  • Is it possible to create a pop-up menu with sub-headings

    I am trying to setup a pop-up menu in Number that would give me the ability to first create subheadings, that I can then enter my selection list in.
    Example:
    Subheading 1
         eg 1
         eg 2
         eg 3
    Subheading 2
         eg 1
         eg 2
         eg 3
    Subheading 3
         eg 1
         eg 2
         eg 3
    I did try to search for a solution to this, but nothing came up that I recognized quickly.  So, I'm hopeful that someone out there in the Apple community has a quick work-around for acomplishing this.
    Thanks,

    Strictly speaking this i not possible.  You could precede each entry that is indented with a space to make the menu appead to have sub entries.

  • Possible to create medium res .pdf file with InDesign CS5?

    Hello,
    Can anyone tell me if there is a way to create a medium res .pdf file with InDesign CS5?
    I'm working with a client and have been sending him both high res and low res files of a catalog project. High res .pdf is 12.8MB and low res is 1.2MB. He is asking whether I can create something in between the two, say somewhere around 6 to 8 MB.
    Any insight would be much appreciated.
    Many thanks,
    Tania

    PDFs do not have a resolution. The graphics within do, however..
    Look at the downsampling settings and experiment until you get what you want.
    Bob

  • Is it possible to create a Smart Group in Contacts and email it to one person?

    I have created a Smart Group of certain family members and want to email that information to another family member who does not have contacts.  Is there a wauy to do this?

    Although this helped, I was unable to get a file of just the contacts I wanted.  This wanted to send my entire AB.
    Perhaps I did something wrong, although I can't see what it would have been.  Dragged the icon to the body of email, and it showed the entire AB, in random order.  I was using gmail, so I'll try eMail this time.  Thanks for taking the time to respond.first

  • Is it possible to create a gradient mesh object with 2 spot colors which separates & prints as a 2 color print job?

    I have a gradient mesh object which uses 2 spot color values (including some tints of those 2 colours) which I'd like to print as a 2 color print job. Is this possible? If not, any suggestions as to how I should proceed? The print job MUST be 2 color. Ideally I don't want to use raster objects but if I have to would appreciate any advice on the easiest way to transform my 2 color mesh object into a matching duotone raster object.

    I'd really say it's that PPD with the new n-space features of CS3 and CS4. If I use your PPD I get the same shoddy results you do with the postscript file. In fact, Acrobat Distiller errors with a log...
    <PDFX ISO="15930-1:2001" COMPLIANT="false">
    PDF/X Compliance Report
    1.  Color
       The following pages are separated plates:
          Page 1, Occurrences: 1
          Page 2, Occurrences: 1
          Page 3, Occurrences: 1
          Page 4, Occurrences: 1
       Violation.  The use of %%PlateColor is not permitted and was found in the document.  Occurrences: 7
       Violations: The total found in this section was 11.
    2.  Summary
       Warnings: The total found in this document was 0.
       Violations: The total found in this document was 11.
       This document does not pass PDF/X-1a:2001 compliance checks.
    </PDFX>
    %%[ Warning: Did not pass PDF/X compliance tests. No PDF file produced. ] %%
    If I use your PPD, print your AI file to a postscript file, then simply open the resulting Postscript file with AICS4, I see the same bad results that I showed in the movie. I think the PPD can't handle the new method of breaking out spots in gradients. Just to test this theory... try a different PPD and see if that works, at least to show the seps properly.

  • Is it possible to create the social networking site with adobe muse?

    Where users can create their own pages with their self information

    Sort of .... you can do the layout, but then you would have to let Dreamweaver take over for the technical stuff. First you would need to upgrade to the eCommerce plan in Business Catalyst to allow for web apps. If you are advanced in knowledge of Business Catalyst you could use Muse but would have to create the dynamic content that uses the web apps within the Business Catalyst administration. Then place those web apps into content holders and place the content holder within your Muse page.
    So while technically I don't see a reason it couldn't be done with Muse and Business Catalyst it would take some extensive knowledge of how Business CAtalyst Works.

  • Possible to create an Application from Spreadsheet with Korean?

    When I try to use the wizard from importing a .csv file with Korean, Arabic, Japanese, etc. I choose UTF-8 as the File Character set, but the text comes in as "????-?????" Is there a way to get around this? Thanks.

    user561559,
    There are two possible explanations for this:
    1) You're inserting this data into a database with a character set which cannot support the encoding of these characters
    or
    2) The data you're importing via CSV is not encoded in UTF-8. If you're generating these CSV files from MS Excel, then the default CSV encoding will be specific to your client locale. If Arabic, it will be Arabic Windows 1256. If Korean, it will be Korean EUC (or Korean Windows 959). If Japanese, then it will be most likely Shift JIS.
    It will almost never be utf-8 coming from Excel, unless you explicitly export the data into utf-8.
    Joel

  • Is it possible to create a new calendar that is SEPARATE from the main one?

    I would like to create a separate calendar that has been adapted from my Main Calendar.  I do not want all the details from the main one to show up on this newly created one.  Is there a way to just Copy and then start Deleting events?  When I try to do that it deletes from the Main Calendar (and I do not want that to happen).

    Hi,
    I would like to give you a workaround for your problem.
    If you have BO Server installed on your machine then do the following
    -> Go to 'Central Configuration Mangager(CCM)'
    -> Right Click on 'Server Intelligence Agent(SIA)' and click 'STOP' then
    -> Double click on 'Server Intelligence Agent(SIA)'
    -> Go to 'Configuration' Tab
    -> Click 'SPECIFY' on 'CMS System Database Configuration' button then
    -> Select any one of the 3 options(depending on ur requirement) and connect to ur Database (Firebird) by giving the credentials of ur database.
    -> After doing all the necessary things Restart the SIA by clicking the buttion START on CCM and now check if u r getting Firebird database while creating a new connection.
    This is just a workaround. I hope this would b helpful to you. Please try this and see if its useful to you.
    Thanks.

Maybe you are looking for

  • HTML & XML Code Stripped when loaded to web site

    Hi, I just loaded some page changes to my web site and the HTML & XML code was stripped when exported to my web site. I checked the site page code on the web site and it's absent. Has anybody had this happen and/or can anybody help me fix this proble

  • Does illustrator cs4 draw in vector?

    Hello I am looking to buy what adobe program I need, I was told adobe illustrator is a vector drawing program. Ok so my question is does that mean it is only capable of converting to vector or does that mean that if i start a new document (ANY TYPE O

  • FCP to DVD Pro

    I have been helping a friend who is using FCP 5.1.4 on a 1GHz G4 - with 2GB RAM running, slowly, Tiger. After finishing a project in FCP i want to Import it to DVD Pro. I have been changing this finished project file to MPEG2 and then importing to DV

  • HT1926 Problems synchronizing iPod touch after installing latest iTunes update

    After having installed the latest iTunes update I can't sync my iPod touch with iTunes anymore. Error message reads: Attempting to copy to the disk "Acer" failed. The device is not connected." I already re-installed iTunes completely. Another error m

  • How do I load Reader X Comments Plug-in so I can use highlight text tool?

    It's on my toolbar, but when I select it nothing happens- no highlight