View Single Post
 
Old 05-23-2014, 09:17 AM
JulieW JulieW is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Apr 2014
Location: Canada
Posts: 12
JulieW is on a distinguished road
Default

Here is one way: you could do that with a very tiny macro if you set up the document with multilevel list styles.

level 1 style = Question
level 2 style = A, B
level 3 style = Answer:

All your macro need do is toggle the hidden text property of the level 3 style. There would be one modification if you wish to make it that easy. That is, for your level 1 paragraphs, include the text of the question inline with the same paragraph to avoid the need for a style separator or hidden paragraph mark. Hope this helps.
Reply With Quote