Survey Question / Answer Requirement

Hi,
I have the following survey Q/A Requirement.
I am having following table for questions (it consist of 2 questions with 3 choices each)
table - QUESTION
Question Choices
Q1 Ans1
Q1 Ans2
Q1 Ans3
Q2 Ans1
Q2 Ans2
Q2 Ans3
- Now I want to create APEX Page for Question / Answer.
- I will have the 1st Page which will have Q1 - with 3 different choices (in this page I will have button SAVE & NEXT)
- I will select the Answer for Q1 and will move to next Page by pressing SAVE & NEXT [I am using SAVE & NEXT because I want to save temporary all the values and final COMMIT to the table only when I am at last page]
- I will then go to 2nd APEX Page which will have Q2 and 3 different choices, I will select the Answer and move on by pressing SAVE & NEXT and so on...until all the Questions are done. I also want to have PREVIOUS button, so that I can go previous pages for review.
- Once I am at last page, then I want to COMMIT all the changes to the table.
Note:- FINAL COMMIT to the table, I want to have only when I am done with all the questions.........
My final table is like this - ANSWERS
USER Question Answer
1 Q1 Ans2
1 Q2 Ans1
2 Q1 Ans1
2 Q2 Ans2
If someone has implemented this kind of thing in past, I will really appreciate that....All the suggestions / example are welcome...
Thanks,
Deepak

Hi Deepak,
Am working on similar project .."Survey system" still in development process..
My idea is working like this :
The system is developed for my comany departments end users to use it for their customers, each user is connecting through LDAP, each DEPT is going to create their own setup for the survey & send the survey by email for their own customers, Each dept shouldn't be able to see other DEPT records....Ex: they will create the survey header then insert the questions,choose the type of the question "Radio, Checkbox or Text" then they will insert the answers for each questions. i have 2 separate tables for the questions & the answers ..
The customer shouldn't be able to submit the survey more than ONCE ONLY...
The transactions page of the survey should be created dynamically upon the Count of the questions , the type & the count of the answers... all the records should be held on temp variables once the survey question is over & reached to the SAVE button the answers will be inserted in the table .
Wish this can be usefull for you ...
Regards,
Ehammad

Similar Messages

  • HT5570 Can any one let me know how to setup new security question answers required for purchases of which the previous answers been forgotten.

    I am trying to do some purchases from my account balance of USD 50.00. But not able to do it as I have forgot the answers for security questions. Thus, I have been trying to setup new answers for that, but could not find any way to do so. Please help me on this.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (118301)

  • Read CRM Survey question and answers

    Hi,
    I have a requirement, where-in I need to read the Survey question and answers.
    I am able to read the order data using CRMD_ORDER_READ and able to retrieve the xml id from the table CRM_SVY_DB_SVS. But unable to go further and retrieve the Survey data in text format.
    Any suggestion would be of great help and I promise to reward all the helpful answers.
    Thanks in advance,
    Shankar.

    Hi Shankar-san
    When I had a same inquiry, I used class 'cl_crm_svy_survey_texts' like below.
    data:
      imp_guid type CRMT_OBJECT_GUID
        v_valueg       TYPE crmd_survey-valueguid,
      i_surveyt       TYPE REF TO cl_crm_svy_survey_texts.
      SELECT SINGLE s~valueguid
       FROM  crmd_orderadm_h AS h
        JOIN crmd_link       AS l
         ON  hguid      = lguid_hi
        JOIN crmd_survey     AS s
         ON  lguid_set  = sset_guid
       INTO  v_valueg
       WHERE h~guid = imp_guid.
      CREATE OBJECT i_surveyt
        EXPORTING
          i_valueguid      = v_valueg
        EXCEPTIONS
          survey_not_found = 1
          values_not_found = 2
          OTHERS           = 3.

  • Survey Questions requirement

    Hi,
    I have the following survey Q/A Requirement.
    I will 2 tables, one table for storing Questions/Answer & 2nd table for for storing the Results for each user.
    table1 - (suppose, it consist of 2 questions with 3 choices each)
    table1 - QUESTION
    Question/ans table
    Q1 Ans1
    Q1 Ans2
    Q1 Ans3
    Q2 Ans1
    Q2 Ans2
    Q2 Ans3
    table2 - (result for each user)
    user1 - Q1 - Ans1
    user1 - Q2 - Ans3
    user1 - Q3 - Ans1
    - Now I want to create APEX Page for Question / Answer.
    - I will have the 1st Page which will have Q1 - with 3 different choices (in this page I will have button SAVE & NEXT)
    - I will select the Answer for Q1 and will move to next Page by pressing SAVE & NEXT I am using SAVE & NEXT because I want to save temporary all the values and final COMMIT to the table only when I am at last page
    - I will then go to 2nd APEX Page which will have Q2 and 3 different choices, I will select the Answer and move on by pressing SAVE & NEXT and so on...until all the Questions are done. I also want to have PREVIOUS button, so that I can go previous pages for review.
    - Once I am at last page, then I want to COMMIT all the changes to the table2.
    Note:- FINAL COMMIT to the table2, I want to have only when I am done with all the questions.........
    My final table is like this - ANSWERS
    USER Question Answer
    1 Q1 Ans2
    1 Q2 Ans1
    2 Q1 Ans1
    2 Q2 Ans2
    If someone has implemented this kind of thing in past, I will really appreciate that....All the suggestions / example are welcome...
    Thanks,
    Deepak

    I just searched the forums and got something similar from Dene's Questionary App -
    http://apex.oracle.com/pls/otn/f?p=31517:47:8388583074669958::NO:::
    thanks,
    Deepak

  • I canot remember my security questions answers , whene ever i want to dowload any applications i am required to answer them and because i have forgot them i am not able to download any application , i would like to cancel this option

    i canot remember my security questions answers , whene ever i want to dowload any applications i am required to answer them and because i have forgot them i am not able to download any application , i would like to cancel this option and only have the option to answer my password

    It isn't an option it is a permanent part of the security protocol, so you need to write the answers down in a secure location or remember them, you will always need them in the future.
    Call Apple Care for your country and ask for the Account Security Team, then request help resetting the questions.

  • Attaching the survey questions and the answers to the Lead

    Hi Experts,
    I am making Lead from the survey based on the rating of the questions. I am successful in doing so but I even need to make an attachment of this survey questions with the answer seleted, to the generated lead.
    I am trying to find a FM which can do this.
    If anybody here can guide me to this will be really helpful.
    Regards,
    SA

    Hi Saurabh
    Maintain the setting for Questionnaire determination through following path
    SAP Implementation Guide Customer Relationship Management Transactions Settings for Leads Questionnaires for Leads  Define Determination for Questionnaires
    Here you will have to maintian only your  lead tarnsaction type with Determaination and valid dates (if reqd). Please note do not maintain any Survey against this entry. This should help you to show the responded Survey in Assessment block in Lead.
    Hope this will help.
    Regards
    Mallikarjun

  • CRM Survey Question

    Hi, All:
    Currently, we plan to use surveys provided by CRM_Survey_Suite tool. According to the requirement, the surveys will be transport to sales PDAs. Is there any APIs or BAPIs can be used to get the survey data, such as layout, questions, answers? Or is there any SAP pre-defined solutions?
    BTW, we also want to know which table store these kind of data?
    Thanks a lot!
    Any info will be highly appreciated!
    Best Regards,
    D,H

    Hi David,
    I use this function to get the xml tags for answers: CRM_SVY_VALUES_READ and SMUM_XML_PARSE.
    In the Tx, CRM_SURVEY_TOOL you can know what id has each question and you can use the function to check the table XML_TABLE.
    I attach to you an example:
      CALL FUNCTION 'CRM_SVY_VALUES_READ'
        EXPORTING
          VALUEGUID            = line_survey-valueguid
          VALUEVERSION         = line_survey-valueversion
          STATUS               = 'C'
       IMPORTING
    *   SURVEY_ID            =
    *   SURVEY_VERSION       =
    *   CREATED_AT           =
    *   CREATED_BY           =
    *   MODIFIED_AT          =
    *   MODIFIED_BY          =
         VALUE_XML            = value_xml
         X_VALUE_XML          =  x_value_xml
    *   ERROR                =
    *   VALUEVERSION         =
    ** with this function you can get the question values of the survey:
      CALL FUNCTION 'SMUM_XML_PARSE'
        EXPORTING
          XML_INPUT = x_value_xml
        TABLES
          XML_TABLE = XML_TABLE
          RETURN    = return1
    Hope it helps you.
    Regards,
    Mon

  • To download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    to download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

  • I can't remember my Apple ID password or my security question answers. When I try to reset my password it wants to send it to my e-mail address but I can't get the e-mail because I don't have security answers or the password. How do I reset password?

    I can't remember my Apple ID password or my security question answers. When I try to reset my password it wants to send it to my e-mail address but I can't get the e-mail because I don't know my security answers or the password. How do I reset password?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a rescue email address or a Security Questions issue, then see:
             If you forgot the answers to your Apple ID security questions - Apple Support.
             Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • I already have an account but i need to make a resuce email..how do i make a rescue email and reset my security answers. I can't remember my security question answers!!

    I need help!! My I-tunes won't let me buy any more songs until I confirm that my account..is well..MY ACCOUNT! I can't remeber my security question answers, how do I reset them!? I also need to make a rescue email, i didn't make one when i first made my account, so how do i make it now!? PLEASE HELP ME!

    You need to ask Apple to reset your security questions; ways of doing so include clicking here and picking a method for your country, and filling out and submitting this form.
    Creating a rescue email requires correctly answering two of the questions.
    (96131)

  • Survey Question - Carry over data

    Hi,
    Is there a way to carry over responses/answers from a survey question from one slide to another? I have a scenario where users analyze a situation and note the problems (survey answers - ungraded) on one slide. I don't want them to see the answers to the scenario until the next slide but want them to remember what they've put in as the problems with the scenario. I've searched the forum but didn't see this situation. Thanks very much for any ideas.

    For short answer questions the value of the system variable cpQuizInfoAnswerChoice is the exact text that was entered, which is great news for you I suppose? Be sure to assign the value of that variable to a user variable before the next question is answered. That means that best event to trigger the action is the On Enter event for the next slide. As you perhaps know, there is no On Exit event possible for Question slides.
    http://blog.lilybiri.com/events-and-advanced-actions
    You will have to create an advanced action for that:  Assign v_answer1 with cpQuizInfoAnswerChoice
    And you'll need a different action for each question, even shared actions couldn't help you because a variable (it is the user variable v_answerx that will be different for each action) cannot be a parameter.
    Lilybiri

  • Survey Builder : Survey question not populate with questionnaire link.

    Dear Friends
    i have created application using SURVEY BUILDER Package application .
    i have two application with same schema .one is my created application :100 and second is Survey Builder pacaskge application 105 ,with no chamge in survey builder application.
    My Questionnaire Link is created but when i put this link into address bar then there is no rection,no question set open in that window.
    Questionnaire Link
    http://178.110.201.231:7777/apex/f?p=100:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    this is my application question link.
    But if i change application no 100 with survey builder application 105 and submit then survey question open .
    I am confuse where is problem why survey question does not populate with my application 100.
    Please help.
    Thanks

    Did you get your link from "Manage Respondents"?
    I usually get a link like
    http://apex.oracle.com/pls/apex/f?p=67351:Q::ABCD::::
    (this is an example that doesn't point to a real live survey).
    http://178.110.201.231:7777/apex/f?p=105:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    did not work for me, maybe because of your specific IP:port in the URL. Sometimes the colons ::: create a problem when copying/pasting to email, so I use a service such as is.gd to transform it into a simpler URL like
    http://is.gd/B7hxIl
    Does that help?
    Ben

  • Set Security Question & Answer using UME API in Web dynpro Java

    Hi Experts,
    I;ve developed a Web Dynpro java application to create a user in UME.
    I am able to set all the user account related attributes but I am not able to set the security question and answer as I do not see any attribute for the same.
    Can anyone please suggest how to set the Security question and answer in UME?
    This is required so that if the user wishes to reset his password / forgets password, we can ask him the security question which he selected at the time of registration.
    Please let me know if it can be achieved at the code level and whether UME API supports security question and answer or any such attribute.
    Also, if no such attribute is present by default in UME at the moment; can we create/configure some custom attributes in UME and store the security question and answer into those attributes. This would serve our purpose.
    Kindly assist.
    Regards,
    Anurag

    Hi,
    Thanks a lot for the reply!!!
    I have one doubt here:
    You've mentioned the below code to fetch the security questions in your reply:
    IUser user = WDClientUser.getCurrentUser().getSAPUser();
    String CUSTOMER_NAMESPACE = "com.sap.security.core.usermanagement";
    String attmotname [] = user.getAttribute(CUSTOMER_NAMESPACE,"MotherName");
    String attlucknum [] = user.getAttribute(CUSTOMER_NAMESPACE,"LuckyNumber");
    String attmobnum [] = user.getAttribute(CUSTOMER_NAMESPACE,"MobileNumber");.
    But this would be only applicable when the user has already logged on to the portal as it uses "WDClientUser.getCurrentUser().getSAPUser();" code.
    On the contrary, I want the security questions and answer to be accessed even when the user is not logged on to Portal so that based on the question & answer, the user can reset his password.
    Please suggest, how can we achieve this and where and how to set the custom attributes for the same?
    Do we have to set the Publicly Viewable Custom Attributes present at location you mentioned in your reply?
    Also, if yes; please let me know how to set the custom attributes?
    Thanks & Regards,
    Anurag

  • Can you embed survey questions in discontinuous places on a Web site?

    Can you embed survey questions in discontinuous places on a Web site? By analogy, think of an online magazine that would have survey questions at the end of each article. The reader would never go through the survey from start to finish, but rather read an article, then answer questions about subjects covered in the article, then read the next article, answer or skip questions, and so on. In this scenario, if there are 30 survey questions, I would not want 30 separate surveys, but rather an means of rolling up all the answers from a single respondent who logs into the Web site. Can Acrobat forms help in this context, or do you know of other software/services that I should consider?

    You could look into a service such as http://www.formsite.com/. I believe it can do what you want. The support there is excellent so if you can't find the answer looking around, just contact them.

  • Survey questions show up as incorrect in reports

    I have a survey question that can be answered yes or no, but the question shows up as incorrect in the reporting and it also doesn't let the users complete the module as it thinks they've answered that question incorrectly.

    All answers to survey questions are tracked as incorrect, because there is no correct answer.
    There is also a bug, I don't recall the number, for content that only has survey questions, and how it reports. Try setting the pass/fail level to 0% and see if that helps. If not, change the reporting to be complete/incomplete instead of pass/fail. This means they must look at all the slides to be able to move onto the next object, but it should help solve the problem.

Maybe you are looking for

  • I got 99 problems and...

    Hi, here are a few problems, for those I can remember : Applications : now I've been reading a lot about why many applications that were available on bberry torch or bold (shazam, whatsapp, etc.) are not on the z10 and I get pretty mad when I read it

  • ERROR DEPLOYING A WEB SERVICE (SOA Order Booking application)

    Hi everyone... I got some problem here, I hope somebody help me... So... I've quite laboriously managed to get SOA Suite installed and I'm half way through the deployment of the order booking demo, and encountered an error that I can't find a referen

  • How to invoke BPM object instance variable from interactive activity?

    I have a screenflow with an automatic activity "A" followed by an interactive activity "B". "B" calls a BPM object "X" and uses a JSP presentation to show its attributes. Is there a way to use another BPM object, say type "Y", create an instance vari

  • Is it possible to leave a field alone in an IF THEN formula?

    I'm not sure if I'm asking this right, but I will try as hard as I can to explain it concisely. B2 = $180.00 C2 = B2*.81 D2 = Checkbox How do I make an IF THEN telling B2=$0.00 when D2=TRUE without it affecting the value in B2 if D2=FALSE? Basically,

  • JMF background sound question

    Hi, Does someone know, how to do background sound in an application by means of JMF, or how to do it without jmf ?. Thanks in advance. MSasha