Howdy, Stranger!

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

Supported by

Presenting the Earlier Answers of the Participant On the Screen

edited May 2022 in OpenSesame

Hi

I want to present a questionnaire on the Jatos server.

When the particiapnt has answered few questions, I want to present her with a summary of her earlier choices/answers. This will not be a feedback but just the same items she has chosen earlier.

Please can you let me know how to do this on Opensesame?

Peace,

Masoud

Comments

  • Hi @mfp49,

    From description, I understand that you want to run an experiment programmed for OSWeb hosted as a JATOS experiment on a JATOS server.

    To present the participants a summary of their responses at the end of a questionnaire, you'd simply have to use a feedback object and display the content of the variable in which the responses have been strtoed.

    If you're using the form objects, you should set up your question taking care of saving the responses in specific variables:


    Then all you have to do is refer to these variables in the feedback object:


    You can download my basic example here:

    If you're using some other way of implementing your questionnaire, such as sketchpad and keyboard objects for example, the general logic is the same. You'd have to refer to the variables that contain the responses for the specific keyboard inputs (all such objects have a response variable, usually the name of the object and "_response").

    Good luck!

    Fabrice.

    Buy Me A Coffee

Sign In or Register to comment.