Syspons SurveyXact Library Documentation - v1.0.7
    Preparing search index...

    Function get

    • Build the actual history slide out. Place one expression containing this function per question that you want to use the history for. history_get_1 history_get_1

      The inserted script needs to get the same id as the question_id. See the following example:

      "<script id='QUESTION_ID' language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.history.get('QUESTION_ID');})</script>"
      

      Parameters

      • question_id: string

        The string ID of the question a history slide out should be build for.

      Returns void