Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

 TABLE OF CONTENTS

English | Deutsch


Some users wish that the description of the next or continue button on the second to last page carries the description "submit" instead of "next" or "continue".

This programming is only useful, when the survey does not use a "back"-button.


  • Create a user-defined variable. (Survey menu → Project Properties → User-defined variables)

  • Go to the questionnaire editor and create a recoding trigger on the first page:

    • Execution position "Directly"

    • Also execute trigger in preview mode: Yes

    • Execute this trigger multiple times in one survey session: Yes

    • Detail configuration: c_0001 -> Value: "next" (or whatever you want the button to be called throughout the majority of the survey; CAUTION: Make sure to use "" around the word)


  • Create another recoding trigger on the page, which is second to last:

    • Execution position "Directly"

    • Also execute trigger in preview mode: Yes

    • Execute this trigger multiple times in one survey session: Yes

    • Detail configuration: c_0001 -> Value: "Submit" (or whatever you want the button to say on the second to last page)


  • Now move to Questionaire editor → Laguage editor → Survey messages → Label for Submit button: #c_0001#


  • No labels