Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleTABLE OF CONTENTS
Table of Contents
minLevel2
maxLevel4

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".

Info

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)

Image RemovedImage Added
  • 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)

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

Image RemovedImage Added