LeviSchuck / Skillern-System

1 stars 0 forks source link

Add in a ‘progress bar’ #2

Closed LeviSchuck closed 14 years ago

LeviSchuck commented 14 years ago

A progress bar needs to be put into the quiz segments so that the user knows pretty much how much more they have left to go before it is saved.

LeviSchuck commented 14 years ago

Solved. Using $('.percentb').progressBar(<?php

    //determine how far we are into the data.

    echo ceil(100*($_SESSION['pos']/count($_SESSION['qdata'])));

    ?>);

and adding in the quiz.php; Based from the info in the chview.php