Feedback type pages are used in apps based on the Quiz template. The Feedback page contains a detailed correct answer to the question posted on the previous Question type page and a link to the following Question page, or to the final Results page.
Each Feedback page can be customized from within Edit HTML page. To start editing click on Iphone image and start typing the correct answer. Using tools from the TOOL BOX adjust text color, align, insert image, etc. Save changes and exit Edit HTML page when done.
The “Continue” button can be customized in Edit HTML Elements. Click on DRAG/MOVE Page Elements to access this page.
PAGE ELEMENT TOOL BOX allows you to add new layer, image and button. ELEMENTS box lists the elements which can be removed, duplicated and renamed. BUTTON PROPERTIES box displays the properties of the selected element which can be customized: you can select the button’s background image or color, edit/align text, etc.
To move back to editing page click on Switch to EDIT PAGE content.
The style of each Feedback page can be customized from within Design style Pages.
You can change page background image or color, etc.
Note: In order to change the correct answer background image (not to confuse with page background) switch to html mode and specify another image in the div
<div id="questionbar" style="width:300px; height: 400px; position:relative; top:-20px; left:3px; z-index:-1; background-repeat:no-repeat; background-image:url(quizfeedback_bg.png);">
quizfeedback_bg.png
Ensure that the link to the next Question page specified in the Edit HTML page and in Edit HTML Elements (button) is identical.
The order of links should be Question1->Feedback1->Question2->Feedback2->...Results.
|