User Profile

Collapse

Profile Sidebar

Collapse
bluirish 11
bluirish 11
Last Activity: Jan 26 '12, 11:55 PM
Joined: Oct 7 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to keep track of the questions in a quiz using PHP

    Hi.I'm doing a quiz for students.I have 25 questions displaying 1 question per page with a next button.I already manage to count its scores.But my problem is how to keep track if a certain question has no answer.So that in case a student wants to skip a question, he/she can go back to it.

    The questions are shown according to its question id(order by qid).After showing all the questions,and if there's a question with no answer,it will...
    See more | Go to post

  • bluirish 11
    started a topic Update Confirmation

    Update Confirmation

    Hi,how can I use confirmation here..?
    I want to check if there are records that exist in database using pop up confirmation..t his is my code..
    Code:
    <?php
    if(isset($_POST['upload'])){
    	if($_FILES['file']['name'] == "") {
    ?>
    <script type="text/javascript" >
    alert("Please specify a file to upload.");
    window.location = "uploadExam_part1.php";
    ...
    See more | Go to post
No activity results to display
Show More
Working...