|
Daniel,
I'll give you the way I do it, a few
things to check,
1 If you do not have a Quiz Results
page in your app add one.
2- From your last "quiz feedback page"
you need to set the Slide to next page as Results.html, Save
3- Then go to the HTML mode of the same
page and look at the bottom portion of the code to verify if the input is as Results.html ( as below ) if not input it by hand save & test on you
app previewer ( SC app on your device ). If iOS make sure to clear your app cache. If Android close
the previewer and re-log back in to syn the modifications.
<div style="margin:0
auto;width:289px; height:40px; background-image:
url(quizfeedbackpagebutton_bg.png); text-align: center; line-height:
46px; background-repeat: no-repeat;" align="center">
<a
href="Results.html"> Next </a>
</div>
<br><br>
|