【发布时间】:2011-01-04 08:08:47
【问题描述】:
这是一个典型的多项选择题考试,假设问题格式:
<question qid='1'>
<stem>What is your name?</stem>
<choice value = 'a'>Arthur, King of the Britons</choice>
<choice value = 'b'>There are some who call me ... Tim!</choice>
<choice value = 'c'>He is brave Sir Robin, brave Sir Robin, who-- Shut up! Um, n-- n-- n-- nobody, really. I'm j-- j-- j-- ju-- just, um-- just passing through.</choice>
<choice value = 'd'>Sir Galahad... the Chaste.</choice>
<choice value = 'e'>Zoot... Just Zoot.</choice>
</question>
我已经将所有这些都映射到带有网络单选按钮的适当样式。
现在,我需要制作一个可打印的测试版本。这实际上更简单,因为我不需要包括收音机,只需“___”作为复选标记。主要问题是如何防止问题因分页符而分裂。
【问题讨论】:
标签: css printing page-break