We have a bunch of different places we want the question test page layout. (I think just preview and test actually).
We are currently using the shared QuestionPage to handle some of the common styling. There are still some things that are not shared, and so the preview page now differs from the test page.
It will probably be difficult to do this without tightly coupling every QuestionPage (that's kinda the entire point...), but surely we can abstract out way out of this
We have a bunch of different places we want the question test page layout. (I think just preview and test actually).
We are currently using the shared QuestionPage to handle some of the common styling. There are still some things that are not shared, and so the preview page now differs from the test page.
It will probably be difficult to do this without tightly coupling every QuestionPage (that's kinda the entire point...), but surely we can abstract out way out of this