Problem: Hello. I want to buy ActivePresen. But there are two problems I need to solve first.
In the exam review, the true and false icons overflowed the window on the mobile device.
The true and false bars move up and down with the page and cover text. How do I pin the true and false result bar to the bottom of the window. I don’t want it to move with the scroll.
Thanks for your help.
Thank you for reaching out to us with your question. Please find my answers below:
In the exam review, the true and false icons overflowed the window on the mobile device.
You just need to customize the question properties so your true/false icon will not be truncated.
Select the question’s answer area > Properties pane > Size & Properties tab > Flex Child section > adjust the Left Margin value. For example, I enter 60 here.
The true and false bars move up and down with the page and cover text. How do I pin the true and false result bar to the bottom of the window. I don’t want it to move with the scroll.
Based on your feedback, we’ll try to fix it in the next updates of ActivePresenter.
At this time, you can temporarily hide the result bar by navigating to the question On Load event > deselect the Result checkbox at the Show Responses action.
Hi Thuy!
In the “rlplayer.js” file, I fixed the quiz result bar by making changes to the following lines.
s.style.position=“fixed”,
s.style.transform=“translateY(-200%)”;
Of course, your suggestion was easier and more effective.
Hello again.
In the feedback layer (sequence quiz), numbers prevent sentences from being read. Is there a way to move numbers to the left of sentences?