Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

mazmd

About

Username
mazmd
Joined
Visits
2
Last Active
Roles
Member

Comments

  • var.response3 == 'no' works! Thank you so much Jarik!!! I appreciate it a lot!
  • That worked perfect!! Thank you so much. I also tried on simple multiple choice questions where the options are "Yes", "No", "Maybe". When there is no input, the output was registered as a "no" in the response…
  • Hi Jarik, Yup, the form is called new_form_base (for now). The thing is, I do need to collect the responses, in that case, agree would be scored as 0, don't know as 1 and disagree as 2. I don't want my participants to be clicking "next" w…
  • Thanks Jarik!! It worked perfectly! I tried with other type of questions but where did I go wrong this time? I can still click next when I have no user input. This was my code in the form base item: set timeout infinite set spacing 10 set rows &qu…
  • Hi Jarik! Ok so I tried using your code. I have a form text input item and in it, there's this: set timeout infinite set spacing 10 set rows "1;4;1" set only_render no set margins "100;50;100;50" set form_var response set form_…
  • The experiment did not finish normally for the following reason: Failed to compile inline script Details code: define inline_script new_inline_script item-stack: experiment[prepare].new_sequence[prepare].new_inline_script[prepare] exception type: …
  • Hi Jarik!! Thank you for all the help and being so patient :'). I kinda almost get the concept! It did throw me an error though for the inline script item. File "C:\Program Files (x86)\OpenSesame\lib\site-packages\libopensesame\inline_script.…
  • Hi Jarik! Should this script be in sequence item? or can it be in the form item? Also, I'll have 20-30+ questions, some MCQ/Rating/open-ended questions.
  • Hi Jarik! Should this script be in sequence item? or can it be in the form item? Also, I'll have 20-30+ questions, some MCQ/Rating/open-ended questions.
  • Hi Jarik! Thanks for the reply! Yes, I'm using OpenSesame 3. I copy pasted your script but I could still click next/advance to the next page. So for example my open-ended question with the next button looks like this: set timeout infinite set spaci…
  • Hi Eduard!! Thanks! The site helped to resolve the first problem (which is to include a next button in open-ended questions). Appreciate it so much!! Is there any opensesame script to either allow the participant to click the 'next' button only whe…