This is an old revision of the document!
Study Questions - Lucy Dip Creation
1. Copy the source of the questions and paste into Notepad++.
2. In regular expression mode, replace
^====+.+====$
with nothing.
3. In regular expression mode, replace
^\*\*\s\**
with
**start**
4. In regular expression mode, replace
\s+\*\*$
with
**end**
5. In extended mode, replace
**end**
with
\n<html>\n </td>\n <td width="50%">\n</html>
6. In extended mode, replace
**start**
with
<html>\n </td>\n </tr>\n <tr>\n <td width="50%">\n</html>\n
7. Replace the first html element with
<html> <table border="1" width="100%"> <tr> <td width="50%"> </html>
8. Add this to end
<html> </td> </tr> </html>
9. Select all and copy to the clipboard.
10. Goto http://tallguyracing.com/wiki/doku.php?id=playground:playground and edit.
11. Paste from the clipboard and save it.
12. Select it (including the RSS XML Feed etc buttons).
13. Open a new document in OpenOffice and paste the contents into it.
14. Delete all the crap at the top.
15. Load styles → Wiki Export 2, Text + Pages + Overwrite.
16. Right click table → Table… → Text Flow tab → Untick Allow row to break…
17. For each page,
17.1. Put the cursor in the last row of the page.
17.2. Click the Insert Row button lots.
17.3. Copy and paste the all the cells on the first page to the second. Note that this will overwrite the cells, so if there are not some blanks leftover, undo and go back to 17.2.
17.4. Delete the blank cells.
18. Modify the paragraph style 'Table Contents'. Change the Font color to black.
19. Highlight the left columns of odd pages and the right columns of the even pages (outside ones if two pages are displayed at once), change the background colour to black.
20. Select everything and paste into the master StudyQuestions file.