Simulation instructions

Hi,

I’m currently building a simulation that has a mixture of full-screen and scrollable pages. The first few pages have worked very well, with the instruction text in the bottom left of the screen working a treat, but when I set the same on a scrollable page, the instruction sticks in it’s original position rather than staying at the bottom left when the page is scrolled.

Is there any way to make the instruction text move on scroll to always be in the bottom left of what’s currently visible in the frame window?

Hope this makes sense, and thanks in advance.

UPDATE

This seems to only be an issue when I select Custom Simulation Window Scroll Bar Style.

Is this a bug?

hi @devteam , would you mind logging with our support team? That way we can investigate and determine if it’s a bug - thanks!
-Sam

Hi … I am new to Making use of the simulator editor in Evolve .I have few queries and clarifications

  • if there is an option to get feedback after the user performs a flow of action( eg: getting correct feedback after clicking on 3 specific buttons)
  • if there are elements capable of containing URLs to integrate with external resources.

Hi @Test_01 , sorry its taken so long to reply - for your second point, Im afraid that’s not possible.

For the first, there is a way to do it (I’m presuming the three buttons are all on the same screen)

For each button, enable ‘Save user click to variable’.

Create 3 boolean variables, with default state of False. Assign each variable to a different button.

Have a hidden Text Area element on screen that contains your correct feedback.

Then set up a trigger for that screen with 3 separate conditions, that each of those 3 variables has to be set to true. Then the trigger action is to display the hidden text element.

So far, that’s the only way I can figure out how to do it. Here’s a rough vid showing what I mean: