⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ordering_result.tmpl.php

📁 是一个教学内容管理系统
💻 PHP
字号:
<p><?php echo AT_print($this->row['question'], 'tests_questions.question'); ?></p><ol style="margin: 0px; padding: 0px">	<?php for ($i=0; $i < $this->num_choices; $i++): ?>		<li style="padding: 4px; list-style: none">			<?php if ($i == $this->answers[$i]): ?>				<img src="<?php echo $this->base_path; ?>images/checkmark.gif" alt="<?php echo _AT('correct_answer'); ?>" title="<?php echo _AT('correct_answer'); ?>" height="16" width="16" style="vertical-align: middle" />			<?php else: ?>				<img src="<?php echo $this->base_path; ?>images/x.gif" alt="<?php echo _AT('wrong_answer'); ?>" title="<?php echo _AT('wrong_answer'); ?>" height="16" width="16" style="vertical-align: middle" />			<?php endif; ?>			<?php echo ($i+1); ?>. <?php echo AT_print($this->row['choice_'.$i], 'tests_questions.choice_'.$i); ?>		</li>	<?php endfor; ?></ol>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -