Tracking Student Progress Online Paul Daniels Kochi University of Technology 2:15 – 3:00 PM
Saving Results Online Placement tests Proficiency tests Class quizzes Practice exercises Surveys Polls Signups Sign-outs Comprehension Checks
Install Database & Web Server
OS X Users PHPStar phpstar.keywerks.de Windows Users Appserv Linux Users Included in OS
Installation Kits
Search for: AppServ Download
Double- click to install
Next
Use default
Choose typical installation
Server Name: Localhost or IP address or Domain Name
User Name: root Password: ******
Close to finish install
Create your Database
Click on database manager link
www
$cfg['PmaAbsoluteUri'] = '
Create Database
Choose scores Database scores
Create your Quiz
Configure Output
results.php Note: If uploading to Moodle, use the complete URL. e.g.
Connecting it all together
<?php mysql_connect ("localhost", "root", ""); mysql_select_db (scores); mysql_query (“insert into eng100 (realname, Exercise, Score, Start_Time, End_Time) values ('$realname', '$Exercise', '$Score', '$Start_Time', '$End_Time' ) "); echo “Thank you.”; ?>
Copy results.php & quiz.html into the www folder. Save to WWW Folder
Check the Data PHPMyAdmin
Download this Presentation