How do I change the survey intro?
Click on the activity you want to edit, then click on the “Edit Activity Intro” button on the “Activity Editor” page.
You may modify the text box in the middle of this screen. The Preview Text button will update the bottom half of the screen and allow you to see how your text will appear to the students.
When you are satisfied with your changes, click the Save button in the upper-right corner. Save and Return will save your changes and return to the previous screen. Cancel returns to the previous screen without saving your changes.
Note that the text should be formatted using standard HTML. Common HTML formatting commands include:
- Create paragraph breaks by putting a <P> tag at the end of the paragraph
- To make the text Bold type <B>, to end bold type </B>
- To make the text Italicized type <I>, to end italics type </I>
- To Underline the text type a <U>, to end underline type </U>
- To change the font color type <font color=”color”>, to end the font color type </font> (where color equals red, blue, purple, green, etc.)
You can make the text bold, italicized, underlined, and a different color by putting your commands next to each other (<B><I><U><font color=”green”>your text</font></U></I></B>). Don’t forget to end your formatting by placing the appropriate < / > for each format that you have added.