You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a researcher, I want to be able to visually identify that the survey has been submitted and see the inputs.
Feature description
Survey is in the deliberation-empirica sub-module, where it contains the storage location for survey answers. Since players are mock objects in researcher portal, we want to figure out a way to store that. Perhaps we would also like display to that somehow to show that the survey is completed.
What would this feature enable?
Researchers are able to confirm that a survey has been completed and the inputs. In addition, they can use these stored inputs to generate further related questions.
Priority
None
The text was updated successfully, but these errors were encountered:
Right now the way we write and use references is that we can write a reference in the code editor and the portal will detect it and have it appear as an input in the dependencies panel. That is where the user can put custom inputs.
The possible workflow for this issue could be:
If the user wants to render an element in response to a survey answer, add a conditional reference to that element referencing the survey (i.e. survey.surveyName.question). This will let the user add inputs and conditionally render.
I will add an issue to add the ability to create conditional references via the gui.
This is a screenshot of the console when player submits the survey. It seems like the mock player object isn't connected to the survey submission, which means that the survey response will not be saved in mock player. "scoreSha" and "surveySha" might have something to do with where it's stored, but I'm not entire sure where the exact location is.
User Story
As a researcher, I want to be able to visually identify that the survey has been submitted and see the inputs.
Feature description
Survey is in the deliberation-empirica sub-module, where it contains the storage location for survey answers. Since players are mock objects in researcher portal, we want to figure out a way to store that. Perhaps we would also like display to that somehow to show that the survey is completed.
What would this feature enable?
Researchers are able to confirm that a survey has been completed and the inputs. In addition, they can use these stored inputs to generate further related questions.
Priority
None
The text was updated successfully, but these errors were encountered: