Grouping SharePoint Survey Into Sections

Hi,
Is it possible to group SharePoint Survey questions? for eg; I would like to group questions 1-6 into one section and 7-12 into another group?
Please help.
techie

Hey,<o:p></o:p>
Just a thought, if you can define some branching logic on 6th question, then a page break will automatically inserted after a branching enabled question.
By doing this your survey will be divided in two pages/groups. 
To define branching logic, add your questions and then, in the Survey Settings page, edit the questions to define the branching logic. Please check it out. It may help you.
<o:p>Thanks.</o:p>

Similar Messages

  • Breaking SSHR SIT into sections

    Hi, I have a special information type which I have deployed to Self Service (SSHR). The thing is, I want to divide some of the fields into sections with headers even though I am using just one S.I.T to save the data.
    For example say I have an SIT that contains name, age, job, position, location. I might want to group name and age into Personal Details with a header, then job, position and location into another section called Assignment Details. Something like that.
    Is it possible to create sections with headers using personalization when the self service page is based on an S.I.T

    ah cool thanks, that works. ive changed the code slightly so it takes an expression entered by a user, but the program seems to stop if a divide symbol (/) is entered, any ideas?
    import java.io.*;
      public class ReadJava {
          public static void main(String[] args) throws IOException {
              KeyboardInput in = new KeyboardInput();
           System.out.print("Please enter a string: ");
           String expr = in.readString(); //reading in a string from the keyboard
              StreamTokenizer st = new StreamTokenizer (new StringReader (expr));
              int tokenType;
              while ((tokenType = st.nextToken()) != StreamTokenizer.TT_EOF) {
                  switch (st.ttype) {
                  case StreamTokenizer.TT_WORD:
                      System.out.println ("word=" + st.sval);
                      break;
                  case StreamTokenizer.TT_NUMBER:
                      System.out.println ("number=" + st.nval);
                      break;
                  default:
                      System.out.println ("operator=" + (char)st.ttype);
                      break;
      }e.g. entering (5/5) would cause the program to output..
    operator=(
    number=5.0
    ----

  • Splitting text column into sections

    (Using Oracle 9i SQL)
    I need to be able to split text which may be from 0 to 2000 bytes into sections of no more than 10 characters and assign a sequence to each. As usual, example is the best way to illustrate.
    The following presents the "raw" data:
    with src as (
    select     'A100000'     part_no,
         'Short'          descr
    from     dual
    UNION ALL
    select 'A100001','two words' from dual
    UNION ALL
    select 'A100002','Should be two lines' from dual
    UNION ALL
    select 'A100003','This is going to be 3' from dual
    UNION ALL
    select 'A100004','Oneverylongword' from dual
    UNION ALL
    select 'A100005','Perfectfit' from dual
    UNION ALL
    select 'A100006','' from dual
    UNION ALL
    select 'A100007','A Perfectfit but 3 lines' from dual
    UNION ALL
    select 'A100008','Toolongforone' from dual
    UNION ALL
    select 'A100009','Toolongforone too' from dual
    select     part_no,
         descr
    from     src
    PART_NO DESCR
    A100000 Short
    A100001 two words
    A100002 Should be two lines
    A100003 This is going to be 3
    A100004 Oneverylongword
    A100005 Perfectfit
    A100006
    A100007 A Perfectfit but 3 lines
    A100008 Toolongforone
    A100009 Toolongforone too
    10 rows selected.What I want is this kind of thing:
    PART_NO DESCR                           SEQ TEXT
    A100000 Short                             1 Short
    A100001 two words                         1 two words
    A100002 Should be two lines               1 Should be
    A100002 Should be two lines               2 two lines
    A100003 This is going to be 3             1 This is
    A100003 This is going to be 3             2 going to
    A100003 This is going to be 3             3 be 3
    A100004 Oneverylongword                   1 Oneverylon
    A100004 Oneverylongword                   2 gword
    A100005 Perfectfit                        1 Perfectfit
    A100006                                   0
    A100007 A Perfectfit but 4 lines          1 A
    A100007 A Perfectfit but 4 lines          2 Perfectfit
    A100007 A Perfectfit but 4 lines          3 but 4
    A100007 A Perfectfit but 4 lines          4 ines
    A100008 Toolongforone                     1 Toolongfor
    A100008 Toolongforone                     2 one
    A100009 Toolongforone too                 1 Toolongfor
    A100009 Toolongforone too                 2 one too

    Thanks although there is a bug when the text is too big:
    with src as (
    select     'Alen0000'     id,
         'Short'          str
    from     dual
    UNION ALL
    select 'Alen0001','two words' from dual
    UNION ALL
    select 'Alen0002','Should be two lines' from dual
    UNION ALL
    select 'Alen0003','This is going to be 3' from dual
    UNION ALL
    select 'Alen0004','Oneverylongword' from dual
    UNION ALL
    select 'Alen0005','Perfectfit' from dual
    UNION ALL
    select 'Alen0006','' from dual
    UNION ALL
    select 'Alen0007','A Perfectfit but 3 lines' from dual
    UNION ALL
    select 'Alen0008','Toolongforone' from dual
    UNION ALL
    select 'Alen0009','Toolongforone too' from dual
    SELECT
         ID, STRING
    FROM
         (SELECT    
              ID, LEVEL level#,
              SUBSTR (str, INSTR (str, base, 1, LEVEL) + len,
                   INSTR (SUBSTR (str, INSTR (str, base, 1, LEVEL) + len, limit# + 1),
                        base, -1) -1) STRING,
            INSTR (str, base, 1, LEVEL) + len - 1 start#,
            INSTR (SUBSTR (str, INSTR (str, base, 1, LEVEL) + len, limit# + 1), base, -1)
                   + INSTR (str, base, 1, LEVEL) + len - 1 end#
         FROM
              (SELECT
                   ROWNUM ID, ' ' base, ' ' || str || ' ' str, LENGTH (' ') len, 10 limit#
              FROM src
         CONNECT BY LEVEL <= (length (str) - length (REPLACE (str, base))) / len - 1
    START WITH start# = 1
    CONNECT BY PRIOR end# = start# and prior ID=ID
      GROUP BY ID, level#, STRING
    /ERROR at line 4:
    ORA-01436: CONNECT BY loop in user data
    yet is I change limit from 10 to 15 it is OK

  • How do I split a large wall graphic on Illustrator into sections for printing?

    I work in marketing and occasionally have to put together graphics on Illustrator.
    I am currently putting together a large wall graphic for an exhibition and want to find out how to split it into sections for printing. It has a total length of 5757mm but will need to be split into 6 panels (4x 980mm, 1x 841mm & 1x 996mm)
    It would be best for me to design this as one large graphic and then split it, however I'm not sure of the best way to do this.
    Any help would be greatly appreciated!

    Louise,
    There is just room enough for the whole artwork in 1:1 within the Workspace.
    You may create it as one entity, then create Artboards for each panel, but the exact way depends on a few things such as whether you are working with overlaps and whether the printer prints to the edge or has a non printing area.
    You may need two sets of the artwork with every second artboard on each so that you end up with overlapping artboards for printing/assembly.

  • How to get DocSet property values in a SharePoint library into a CSV file using Powershell

    Hi,
    How to get DocSet property values in a SharePoint library into a CSV file using Powershell?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi AOK,
    Would you please post your current script and the issue for more effcient support.
    In addition, to manage document set in sharepoint please refer to this script to start:
    ### Load SharePoint SnapIn
    2.if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null)
    3.{
    4. Add-PSSnapin Microsoft.SharePoint.PowerShell
    5.}
    6.### Load SharePoint Object Model
    7.[System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”)
    8.
    9.### Get web and list
    10.$web = Get-SPWeb http://myweb
    11.$list = $web.Lists["List with Document Sets"]
    12.
    13.### Get Document Set Content Type from list
    14.$cType = $list.ContentTypes["Document Set Content Type Name"]
    15.
    16.### Create Document Set Properties Hashtable
    17.[Hashtable]$docsetProperties = @{"DocumentSetDescription"="A Document Set"}
    18.$docsetProperties = @{"CustomColumn1"="Value 1"}
    19.$docsetProperties = @{"CustomColum2"="Value2"}
    20. ### Add all your Columns for your Document Set
    21.
    22.### Create new Document Set
    23.$newDocumentSet = [Microsoft.Office.DocumentManagement.DocumentSets.DocumentSet]::Create($list.RootFolder,"Document Set Title",$cType.Id,$docsetProperties)
    24.$web.Dispose()
    http://www.letssharepoint.com/2011/06/document-sets-und-powershell.html
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How do I put a group of tracks into one album

    How do I put a group of songs into one album?  They copied separately into iTunes.

    Generally, in iTunes, all you need to do is fill in an appropriate Album Artist to keep things together. For older iPods each track from the same album should have the same artist, or be marked as a compilation where appropriate. On iOS devices you may need to go to Settings > Music > Group By Album Artist > On. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • In Iphoto i dragged a group of photos into a folder on the desktop, they went in as thumbnails and i don't know how i did that. can anyone help me do that again

    in Iphoto i dragged a group of photos into a folder on the desktop, they went in as thumbnails and i don't know how i did that. can anyone help me do that again

    Don't you mean Photos or are you still using iPhoto with 10.10.3?
    Normally one gets the preview version of a photo or the edited version if it's been edited when dragging from a thumbnail to the Desktop.  Don't know how you would have gotten small thumbnail versions.

  • Including image in SharePoint survey answer and hiding elements only work on the first page

    Hi All,
    I would like to add some text/remove some text etc on a sharepoint survey page.
       Which i have done using jquery/jscript.
    But unfortunately it only works on the first page.
    Any ideas how i can get it to work on all the pages?
    See a sample here on how you can add the scripts:
        http://sharepointkings.blogspot.com.au/2011/05/include-image-in-sharepoint-survey.html
    Cheers

    Hi Patrick, does the first page use the same ASPX file as the other pages? If not, you will need to add your jquery/jscript to the other page as well.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • OS X Maverick Multi Display Support for grouping multiple monitors into one display?

    Will the new Mac Pro be capable of grouping multiple monitors into one large display?  Similar to AMD Eyefinity for the purpose of gaming.

    The current Mac Pro, or any Mac released since 1987 that can support multiple displays can ALREADY support combining all attached displays into one Extended Desktop, onto which you can open the gaming window and game across multiple displays. It is built into the System Software.

  • Trick to group multiple albums into one?

    Ive got about 20 albums from one artist and it takes up a huge amount of space in the album view.
    Is there a trick, other than changing all the names of the album to group them all into one?

    Maybe you are missing the "artist view" of the library it does what you expect: gives you a list of artist, clicking it gives you a view of all the albums of the artist
    You could also change sort album to e.g. collection for all interested albums, give each album a disc number, set for all albums the right overall disc number and album (collection) artist.
    I haven't tried it before...

  • Grouping of requirements into Bid Invitation from sourcing cockpit.

    Hi ,
    We are using Plan driven procurement ,bidding  in ECS.Our requirement is as follows, we have multiple requirements(External requirements) transfered from R/3  with same material and same delivery date to same delivery place, we need to create one bid invitation line for all the requirements.
    In the standard system it is creating one bid invitation, but it has multiple lines on the bid invitation, one line for each of the external requirement.
    Is there any way to group the requirements into one line in bid invitation.
    Thanks in Advance.
    Nanaji.

    Hi,
    Pls see the foll link:
    http://help.sap.com/saphelp_srm40/helpdata/en/25/40f23a53cd0e04e10000000a11402f/content.htm
    BR,
    Disha.
    Do reward points for useful answers.

  • Grouping of requirements into Bid

    Hi,
    Our requirement is as follows, we have multiple requirements(External requirements) with same material and same delivery date to same delivery place, we need to create one bid invitation line for all the requirements.
    In the standard system it is creating one bid invitation, but it has multiple lines on the bid invitation, one line for each of the external requirement.
    Is there any way to group the requirements into one line in bid invitation.
    Thank you
    Sreedhar Vetcha

    Hi,
    Pls see the foll link:
    http://help.sap.com/saphelp_srm40/helpdata/en/25/40f23a53cd0e04e10000000a11402f/content.htm
    BR,
    Disha.
    Do reward points for useful answers.

  • How to group UI components into an array in MXML

    Hi all,
    I'm new in Flex. I want to group UI components into an array
    in MXML, but I don't know how to do so. Pseudo code looks like
    following:
    <mx:Text id="arrayItems[]"/>
    <mx:Text id="arrayItems[]"/>
    <mx:Text id="arrayItems[]"/>
    In AS3, I would like to execute a method as follows:
    <mx:Script>
    <![CDATA[
    private function setTextFields():void {
    for (var i:int = 0; i < arrayItems.length; i++) {
    arrayItems[ i ].text = "Text " + i;
    ]]>
    </mx:Script>
    Anybody please help me to correct the MXML code above.
    Thanks alot,
    KhoaNgo

    The easiest way is to use a repeater.
    HTH;
    Amy
    "KhoaNgo" <[email protected]> wrote in
    message
    news:gpla74$78u$[email protected]..
    > Hi all,
    >
    > I'm new in Flex. I want to group UI components into an
    array in MXML, but
    > I
    > don't know how to do so. Pseudo code looks like
    following:
    >
    > <mx:Text id="arrayItems[]"/>
    > <mx:Text id="arrayItems[]"/>
    > <mx:Text id="arrayItems[]"/>
    >
    > In AS3, I would like to execute a method as follows:
    >
    > <mx:Script>
    > <![CDATA[
    > private function setTextFields():void {
    > for (var i:int = 0; i < arrayItems.length; i++) {
    > arrayItems
    .text = "Text " + i;
    > }
    > }
    > ]]>
    > </mx:Script>
    >
    > Anybody please help me to correct the MXML code above.
    > Thanks alot,
    > KhoaNgo
    >

  • How can I group student scores into quintile using SQL Server 2008

    Can anyone help me to group student scores into quintile. I think there is a feature in SQL Server 2012, but still we are have not upgrade to it as we are using 2008R2. I tried Ntile(5) but it not generating the desired result. I need below Quintile column
    Student Score Quintile
    Student1 20 1
    Student2 20 1
    Student3 30 2
    Student4 30 2
    Student5 40 2
    Student6 40 2
    Student7 50 3
    Student8 50 3
    Student9 60 3
    Student10 70 4
    Student11 70 4
    Student12 80 4
    Student13 80 4
    Student14 90 5

    Please try to get ranking for below data
    HI , I need a dynamic SQL which would handle few hundred records and scores may vary..Sometime it may be small test marks ranging from 5 to 25 sometimes it may be out of 100. 
    I tried for larger data set. It
    failed. It is not at all showing Rank 3.Since it not falling in the comparison Below are the 99 records.
    Student
    Name  -> Score
    Student
    1 to 5 -> 4
    Student
    7 to 26 -> 5
    Student
    27 to 71 -> 6
    Student
    72 to 98 -> 7
    Student
    99 -> 9

  • TS2481 I can't rename a group I imported into my address book?

    I can't rename a group I imported into my address book...It just says "last import" and in the menu it is not available to choose....

    Have you tried opening Address Book from either the dock or from the Applications folder? Address Book is a separate application (although it works together with Mail), so you can just open it without opening Mail.

Maybe you are looking for

  • Hi I am trying to connect a new mac to an existing time capsule but Airport Utility is just not picking it up. What am I missing?

    I have tried to connect the new mac to an existing time capsule both directly through ethernet and through wifi. Both times I get Internet connection OK but Airport Utility is stuck searching for the base station. I have two existing macs which are c

  • Import po cvd

    Hi, in import purchase ,i maintained all coditions jcdb,jcv1,jecv,j1cv,jedb,jsdb,jadc,. I done MIRO (planned delivery costs) afetr creating P.O . while capturing  excise invoice in MIGO . cvd ,edu cess on cvd and H& SE on cvd are not picking there(rg

  • Has anyone got elisa running?

    has anyone got elisa running? i've installed now elisa for the 3-4 time in ~one year and it's still not running. at least i get now the shiny start menu, but when i choose video, music, etc entry and then a directory it simply does nothing and gives

  • How to install latest oracle application and database?

    Hi all, Hope doing well, sir i am using sql database for my application now i want to use oracle database for my application that is visual studio 2008 .net application. but i don't know the steps of how to get set up file how to install etc. plz hel

  • [SOLVED]Cannot compile Wine on Arch64

    I am trying to compile the 32 bit version of Wine on Arch 64. I know I could use PKGBUILDS and all that but I want to compile it from scratch. I am not very experienced (at all) so please  post in retard language for me. bash-3.2# ./configure checkin