Presentation is loading. Please wait.

Presentation is loading. Please wait.

Tracking Student Progress Online Paul Daniels Kochi University of Technology 2:15 – 3:00 PM.

Similar presentations


Presentation on theme: "Tracking Student Progress Online Paul Daniels Kochi University of Technology 2:15 – 3:00 PM."— Presentation transcript:

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

16

17 www

18 $cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';

19 Create Database

20 Choose scores Database scores

21

22

23

24 Create your Quiz

25

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


Download ppt "Tracking Student Progress Online Paul Daniels Kochi University of Technology 2:15 – 3:00 PM."

Similar presentations


Ads by Google