<input type="hidden" name="questionCount" id="questionCount" value="" /> <div id="createQuestionContainer"></div> <div class="add_container"> <input type="submit" name="save" id="prev" value="Previous Part" /> <input type="button" name="addQuestionBtn" id="addQuestionBtn" value="Add new question" onclick="QuizQuestion.add()" /> <input type="submit" name="save" id="next" value="Next Part" /> </div> </form> </div> <?php // THE FOURTH STEP: Confirm and publish break; case 4: require "../modules/variables.php"; // check the number of results $numResults = $quiz->getResults("count"); // check the number of questions $numQuestions = $quiz->getQuestions("count"); // check the number of options $listQuestion = explode(',', $quiz->getQuestions()); $totalOptions = 0; if ($numQuestions != 0) { $questionState = true; $optionState = true; foreach ($listQuestion as $question) { // check the number of options for this question $numOptions = $quiz->getOptions($question, "count"); if ($numOptions < $VAR_QUIZ_MIN_OPTIONS) { $optionState = false; } $totalOptions += $numOptions;
<div class="factbox rounded"> <p class="unit">has gathered</p> <div class="factValue"><?php echo $quiz->likes ?></div> <p class="factDesc">Likes</p> </div> <div class="factbox rounded"> <p class="unit">has</p> <div class="factValue"><?php echo $quiz->getQuestions('count'); ?></div> <p class="factDesc">Questions</p></div> <div class="factbox rounded"> <p class="unit">has a average of</p> <div class="factValue"><?php echo sprintf("%.2f", $averageOptionCount); ?></div> <p class="factDesc">Options</p></div> <div class="factbox rounded"> <p class="unit">has</p> <div class="factValue"><?php echo $quiz->getResults('count'); ?></div> <p class="factDesc">Results</p> </div> </div> </div> <?php if($totalRows_getResultChart != 0){ ?> <div id="topic-breakdown" class="framePanel rounded right"> <h2>Quiz Results Breakdown</h2> <div class="content-container"> <div id="topic_chart"><div id="loader-box"><img src="../webroot/img/loader.gif" alt="Loading.." width="16" height="16" border="0" align="absmiddle" class="noborder" /> Loading</div></div> </div> </div> <?php } ?> <div id="taking-history" class="framePanel rounded right"> <h2>Quiz Activity History</h2> <div class="content-container">