Images in questionnaires

Can I include multiple images in a proof of concept questionnaire?

Yes, you can include multiple images by using the Image tool (or selecting menu item Insert-> Image).  Once the image is loaded you can resize it to fit your needs.
-Jeff Canepa

Similar Messages

  • How do I add an image in Survey Builder?

    I am trying to build a survey in Survey Builder where images are part of the questions and/or the answers.  Any idea how I could do this?  I am an APEX novice.
    Thanks,
    Sara

    Survey Builder does not have support for images in questions or answers. You cannot put markup in question or answer text.
    You can, however, put markup in section introduction messages. So if a section that introduces a group of questions has an image in it then the questions can refer to the image. Survey Builder will not manage the images for you so they should already be accessible by some URL that the survey questionnaire has access to (meaning if the survey is public the images should not be behind a firewall or require authentication to access).
    Create a section for each image you want to ask questions about. In the introduction message add an image tag. For example a section introduction message could be:
         The next few questions relate to the following image:<br>
         <img src="http://example.com/images/icon00012.png">
    Then add questions to each section about the image.

  • How to create an image-based survey?

    I would like to create a form in which some questions are a series of image choices, i.e. select photo one, photo two or photo three. I can add images easily enough, but to actually use an images as responses in a questionnaire seems to be entirely different. I'm a complete novice, so any advice would be appreciated.

    There are a number of ways you could do this. Probably the easiest is to include a check box next to each so the user can select one. Just give each check box in the group the same name and different export value, and the user will be able to select at most one from the group, or none.
    An alternative is to use buttons to contain the images, and when one is selected, it's border color or background color could change to indicate which is selected. This will require a bit of JavaScript, bit it's not too complicated. If this sounds like something you'd like to pursue and need some help, post again.

  • How paste an Image in mi questions.

    Hi Masters.
    I Know that question is no connected the forum SRM,  I apologize in advance.
    how you put  or paste an shot screen or image into the Questions.
    Thanks for you help.

    Hi Oscar,
    Create your image as a mime object and then give the path of this mime object in your questionnaire.
    Regards,
    Nikhil

  • Can Flex be used to design online questionnaire?

    I am completely out of my depth here, but I am looking to purchase a program that can be used to design my own online questionnaire. I would like the following features:
    1) abbility to generate followup questions (guided by input)
    2) hyperlinking / "hover over" help  to guide answering the questionnaire
    3) Dropdown boxes / databases to provide choices for answers
    4) Be able to generate reports from the answers given
    5) add images and perhaps sound bites
    Can Flex do this???

    Michael,
    Thank you for your input. I downloaded a trial of Captivate 4. It is indeed impressive. However, I do have some difficulty figuring out how to branch my questions, (exclude certain questions depending on prior answers).
    Also, is there a way that would accomplish the following:
    Q1: Do you have high blood pressure?
    A: Yes
    B:No
    Q2: Is your blood pressure well controlled?
    A:Yes
    B: No
    Can one generate a predesigned form or report (Certificate) that will read (amongst other responses) as follows:
    "Mr Smith has hypertension that is poorly controlled".
    If Q2 was answered as "yes", then the report will read:
    "Mr Smith has hypertension that is well controlled."
    Thanks
    Jan

  • JTree side image customizing

    Hey,
    I am using JBuilder to make a JTree and the images next to the root and the nodes and leaves are pre-given by JBuilder. Specifically, next to the root and nodes, the image is that of a folder closed or open. I Wanted to really change that folder image to a custom one that i have.
    If anyone could give me pointers on this, some sample code and/or any info on how big/type the custom image should be???
    thanks much in advance
    Sid

    Like this. Then you set this renderer to your JTable.
    import java.net.URL;   // URL Class
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.tree.DefaultMutableTreeNode;   // Tree nodes
    import javax.swing.tree.DefaultTreeCellRenderer;  // Base class
    public class CHierarchyTreeRenderer extends DefaultTreeCellRenderer
       ImageIcon m_iconOwner             = null;
       ImageIcon m_iconQuestionnaire     = null;
       ImageIcon m_iconOwnerFolderClosed = null;
       ImageIcon m_iconOwnerFolderOpen   = null;
       // Constructor
       public CHierarchyTreeRenderer()
          // Set the icons
          URL picURL = getClass().getResource("Images/TreeOwner.gif");
          if(picURL != null) {
             m_iconOwner = new ImageIcon(picURL);
          picURL = getClass().getResource("Images/TreeQuestionnaire.gif");
          if(picURL != null) {
             m_iconQuestionnaire = new ImageIcon(picURL);
          picURL = getClass().getResource("Images/TreeOwnerClosed.gif");
          if(picURL != null) {
             m_iconOwnerFolderClosed = new ImageIcon(picURL);
          picURL = getClass().getResource("Images/TreeOwnerOpen.gif");
          if(picURL != null) {
             m_iconOwnerFolderOpen = new ImageIcon(picURL);
       // Renderer
       public Component getTreeCellRendererComponent(JTree tree, Object value, boolean sel,
                                   boolean expanded, boolean leaf, int row, boolean hasFocus)
          // Call the base class
          super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus);
          DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
          if(node != null) {
             CStudioAppletComboList nodeInfo = (CStudioAppletComboList)node.getUserObject();
             if(nodeInfo != null) {
                // Owners
                if(nodeInfo.m_nDetailID == CHierarchyDisplay.OWNER_TYPE) {
                   if(leaf == true) {
                      // Not a folder
                      if(m_iconOwner != null) {
                         setIcon(m_iconOwner);
                   else {
                      // Handle Folders (should only be owners)
                      if(expanded == true) {
                         if(m_iconOwnerFolderOpen != null) {
                            setIcon(m_iconOwnerFolderOpen);   // Open
                      else {
                         if(m_iconOwnerFolderClosed != null) {
                            setIcon(m_iconOwnerFolderClosed); // Closed
                else if(nodeInfo.m_nDetailID == CHierarchyDisplay.QUESTIONNAIRE_TYPE) {
                   // Questionnaires can not be folders
                   if(m_iconQuestionnaire != null) {
                      setIcon(m_iconQuestionnaire);
                else {
                   // No icon
                   setIcon(null);
          return this;
    }

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Can you show at a glance which event images are in albums?

    Say I had an event containing multiple similar but different images, is there a way to show in the grid view for example which images have already been used in one or more albums?
    Would be handy to be able to select a 'show list of albums containing this image'dialogue box. I guess you could hide images you've used but that wouldn't work automatically, nor would any other tagging/rating.
    Another approach would be to make albums containing everything in a given event, then move the images out of that album once used, just seems fiddly to me.
    AC

    AC
    Would be handy to be able to select a 'show list of albums containing this image'dialogue box.
    Yes it would and many people have suggested tit. Add your voice to the chorus at iPhoto Menu -> Provide Apple Feedback.
    A workaround - and it's no better - is to go to an album and select al, then give all those pics a keyword. Then in grid view you can see which pics have the keyword. (View -> Keywords)
    Regards
    TD

  • Error while attaching a image in forms10g envion..

    hi
    i am getting this error while attaching a image in forms 10g enviornment.
    ERROR>WUC-24 [URLDownload.pullFile()] Error reading URL http :// 10.80.50.222:7778/forms90/webutil/jacob.dll
    regards
    Geo.

    did you install jacob ? with the correct version number described in the installation-guides.
    jacob is not an oracle tool, which normally is only useful for COM-commands against windows.
    What did you do with the image?

  • System Image Restore in Window 8.1

    I have not been able to find a data migration application that works at cloning a Windows 8.1 hard drive to a new SSD.  With that in mind I want to go about moving the contents, data and operating system from my working C: to a new SSD.  I want
    to go about it as if I have backed up my system, my C: drive has failed so I need to install a new drive and restore my data and operating system to the new drive.  I can't seem to find any simple (this should be simple) straight forward way to do this
    nor can I find any form of written instruction on how to go about this. 
    I would love to have someone articulate this.  As it stands I have a fully operational intact C drive.  I have completed a disk image to a second separate hard drive.  I now want to restore that content to a third (SSD ) drive.
    Where do I begin? 

    There is a system backup tool called System Image Backup, follow these steps to conduct this:
    Swipe in from the right edge of the screen, and then tap Search.
    (If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click Search.)
    Enter File History in the search box, tap or click File History, and then click System Image Backup at the left part.
    See the screenshot as below, you can backup it on local machine or a DVD or a network share folder:
    Besides, I need to point out that this backup method will generate a vhd file, if you want to restore the system you need an DVD installation midia.
    You cannot just restore a vhd file directly to the hard drive.
    regards
    v-yamliu

  • Adobe Photoshop CS2 opening an image in middle of CS opening screen?

    Can anyone please help me with a way of opening images in CS2 where after opening they will appear in the middle
    of the CS screen rather then in the top left corner?
    I can drag and maximize so they appear in the middle, but on reopening another image they default to the top left again, I would like them to always
    open in the middle?
    Thanks

    Still having problems?  I was struggling to find any documentation for CS2 online, but realised that my bookshelf goes back to Photoshop 6, and I have Martin Evening's Photoshop for Photographers CS2.  Unfortunately, I could see nothing in any of the Preferences tabs that would help.
    At this stage I don't really know what you have tried?  You should try to reset your workspace, and if that does nothing, reset your preferences.  The usual way to do that is to hold down Shift Alt Ctrl while opening Photoshop, but I don't know for sure that worked with CS2.
    Bernie Ecclestone would only need a tiny exec jet, unless he wanted to take his wife along. ;-)
    CC is Creative Cloud, and Tabs are those things you see along the top of the screen in your web browser when you have more than one page open.
    Tauranga is on the North Island, but is very nice and has great beaches (if they have got the oil off)  I live in rural Marlborough right in the middle of the prime grape growing area.  Try Google with Rapaura.  I'm a few hundred metres south of the school.

  • Image Processor Tab Missing in New Adobe Bridge CC 2014

    In the new Bridge CC you used to have a TAB under tools called Photoshop which you could run the script Image Processor for easily processing jpegs. What has happened to this and is their maybe a new way of processing jpegs to lo-res that I dont know about from tiff or jpeg or does my bridge have a problem?
    I have attached a image grab from my bridge that shows that the tab is not there. I know that you can access image processor directly from Photoshop, but they used to always be linked.

    No, it is still in Bridge CC.
    Did you uninstall Photoshop CC after installing Photoshop CC 2014? If so, that may have removed some of the Bridge integration scripts by mistake. Re-installing Photoshop CC 2014 should replace the scripts.
    and it should give the image processor tab back

  • Problem with Adobe BRIDGE getting Photoshop/Image Processor menu

    When I open my drop-down or fly-out menu under TOOLS in Bridge (CS3 version), the entire portion of the menu which is supposed to appear next underneath the Cache line option is missing (i.e., Photoshop, Illustrator, InDesign, Start Meeting..., Photoshop services).
    What gives?
    I'm trying to get to Image Processor under the Photoshop menu option (which is supposed to appear in the Tools drop-down menu).
    Please tell me what's wrong. Thanks in advance.

    Thanks, but there IS no Photoshop subheading in my Tools menu.
    That exactly describes the problem I'm having!

  • In Photoshop Express, cannot sort images in album by filename in thumbnail view (for slideshow)l.

    In Photoshop Express, I want images to appear sorted by filename.  In the "view as a table" it sorts fine.  When I revert to the thumbnail view, the arrangement is random.  The dropdown "show" list does not offer an option for showing by filename.  If I select the"custom" option, it means I would need to sort 300 images by filename MANUALLY (!!!), a job that a computer does in milliseconds.  Anyone with a solution?  Thanks.

    fwiw, with my images in the 'Folder Location' view the photos are in order by their Windows filename. That is the same order as the hardcopy album the photos came from. So I then created a PSE Album. I selected all my photos and moved them into that album. The order of the pictures was retained in the Album. That worked out great. I wanted my PSE images to be in the same order. I thought I would do it with tags. But creating an album seems to work just fine.

  • Relative path for images in RTF templates

    Hi everybody!
    When I insert an image in a RTF template, I put its path into the web dialog, in order to see correctly the picture when I open the report from the xmlp server, in this way: url:{"http://servername/analytics/res/Images/image.bmp"}
    How can I make this path relative, in order to see the images even if the server name changes?
    Thanks so!
    Francesco

    Hi Tim,
    I am using BIP 10.1.3.3.2. I am able to access system variable CURRENT_SERVER URL.
    Steps:
    <?param@begin:CURRENT_SERVER_URL?>
    <xsl:value-of select="$ CURRENT_SERVER_URL"/>
    CURRENT_SERVER_URL is getting printed in BI Publisher. Value displayed is http://xx4697.xxx.co.in:9704/xmlpserver.
    Now we are importing xsl into RTF template. File aaa.xsl is stored at [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app]
    We have hardcoded the path for XSL in RTF. The path is <?import: http://xx4697.xxx.co.in:9704/aaa.xsl?>
    As we want to set dynamic path we changed hardcoded xsl path to <?import: {$CURRENT_SERVER_URL}/../aaa.xsl?> but it is not working. Sometimes BIP is taking local path of MyDocuments folder and sometimes Desktop path. If I put that XSL file in MyDocuments folder or Desktop, it is working fine. But ideally it should refer [BIP_Installation_Directory\oc4j_bi\j2ee\home\default-web-app] path...
    Thanks,
    Amit D

Maybe you are looking for

  • Is there any way to create a folder in presentation server - webdynpro abap

    Hello, My requirement is to create a folder in presentation server using webdynpro abap.. I tried on this CL_GUI_FRONTEND_SERVICRES classes ..but its getting an short dump. Is there any way to create folder using classes / FM.. Regards, Praveen kumar

  • RFC: Request for Criticism

    Greetings, I'm not entirely a teststand beginner as I have helped to maintain and fix bugs in several teststand systems over the last couple of years, but this is my first time programming a teststand system from the ground up.  What I would like to

  • Unable to Deploy war file in 6.1/sp1/solaris

    We are using wl 6.1/sp1 solaris. What I can gather is when the server trying to parse the dtd for weblogic.xml..for some reason it does not find the local copy of th e dtd? any clues how I can fix this. Any help is appreciated. java.net.ConnectExcept

  • How to make a sound play after I complete a download in safari

    I am just wondering if there is a way to make a sound go off after I successfully complete a download in safari 5.0.5. If anyone can help, I appreciate it!

  • While playing songs, each songs skips at the beginning

    Recently while listing to my ITunes on "shuffle", each songs skips at the beginning of the song as if there is a delay or something when switching songs. I ran OneCare to check for viruses, and I've tuned up my computer, so I don't know what else I c