CBC Functions
Top  Previous  Next

CBC Functions are only applicable in CBC (Choice-Based Conjoint) questionnaires. The CBCDesign function is useful when advanced researchers want to customize the format for their CBC questions.

SSI Script:
Description:
CBCDesignConceptValue (CBCQuestionName,
  ConceptPosition#)
Returns the actual concept number from the design that is being displayed to the screen in ConceptPosition#. Position numbers will only differ if concept sorting is in place. This function is used when researchers want to customize the format of their CBC questions.
CBCDesignLevelText (CBCQuestionName, 
  ConceptPosition#, LevelTextPosition#)
Returns the level text for the specified CBC question in the specified concept position and level position within the task. This function is used when researchers want to customize the format of their CBC questions.
CBCNone ()
Returns the "None" text for the CBC question (traditional "None" option only) and is only used in Shelf Facing Display CBC questions.
CBCVersion ()
Returns the design version number and question name. This function is useful when creating paper-and-pencil interviews. (Example: D-1, T-CBCRAN1)


For additional flexibility in SSI Scripting, see the Unverified Perl documentation.