Skip to content
Discussion options

You must be logged in to vote

I acutually found a solution:


var info_share_p = {
  type: 'survey-likert',
  button_label:  function() { 
      return 'Continue'
  } ,
  questions: [
     {prompt: '<span style="font-size:30px; "> Would you like to open the envelope for the participants?  </span>', labels: scale_1, required: true},],
  randomize_question_order: true, 
 preamble:  function() { 
  return '<img src="'+envelope+'" style="position: absolute;  bottom: 50px; left:40%;  width="600" >';
},   
} 
timeline.push(info_share_p);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by becky-gilbert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant