Download presentation
Presentation is loading. Please wait.
Published byFrancine James Modified over 8 years ago
1
Tracking Student Progress Online Paul Daniels Kochi University of Technology 2:15 – 3:00 PM
2
Saving Results Online Placement tests Proficiency tests Class quizzes Practice exercises Surveys Polls Signups Sign-outs Comprehension Checks
3
Install Database & Web Server
4
OS X Users PHPStar phpstar.keywerks.de Windows Users Appserv www.appservnetwork.com Linux Users Included in OS
5
Installation Kits
6
Search for: AppServ Download
7
Double- click to install
8
Next
9
Use default
10
Choose typical installation
11
Server Name: Localhost or IP address or Domain Name
12
User Name: root Password: ******
13
Close to finish install
14
Create your Database
15
http://localhost Click on database manager link
17
www
18
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
19
Create Database
20
Choose scores Database scores
24
Create your Quiz
26
Configure Output
27
results.php Note: If uploading to Moodle, use the complete URL. e.g. http://mydomain/folder/results.php
28
Connecting it all together
29
<?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.”; ?>
30
Copy results.php & quiz.html into the www folder. Save to WWW Folder
31
http://localhost/quiz.html
32
Check the Data PHPMyAdmin
33
Download this Presentation http://hokulele.us/research/jaltcall04.ppt
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.