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

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

Building Database Relationships
Creating a Virtual Machine Researched and Created by Bryan Bankhead.
WebDT Content Manager 6.0 Pro
MySQL Installation Guide. MySQL Downloading MySQL Installer.
Go to ‘Site Actions’ ‘View All Site Content ‘View All Site Content’
ONLINE DATA UPLOAD INSTRUCTION
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
PHP and MySQL PHP for the Web, page PHP and MySQL MySQL Resource PHP – MySQL Resource
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
ETT 229 Fall 2004 Web Design Basics IV Multi-page designs.
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Microsoft Office 2013 ®® Appendix A Introduction to Cloud Computing.
1 Designing Web-based exercises - Hot Potatoes (11 Jan 2002)
RADIUS Server (Brocade Controller)
Open Source Software WampServer Presented By Mr. R.Aravindhan.
E-Commerce LAB#1 Samia alblwi1E-Commerce ( IS412) 2011.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 29.1 Multi-Tier Architecture 29.2 Web Servers.
1 Installation When this module is complete, you will be able to:  Set a static IP address for your laptop  Install the snom ONE software  Navigate.
RPC Over HTTPS - Mailbox Access Note – OS & Outlook (2007/2010) should be fully patched with latest service pack and patches.
INFO 1300: LOCAL DEVELOPMENT 10/16/2015. Index.html Important Homepage for every project in this course Points will be deducted otherwise.
The Stanford Login Web Tools Workshop 2 Your Presenter: Laura Silberstein.
IsisOnline Manual Publishing your CDS/ISIS databases is very easy! Ismail Fahmi KMRG ITB.
Login to a Database (from a Webpage), Inserting data into a database from a form, getting data from database and display on Webpage Done by: Mashail Alsolamy.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
Linux Exercise. Download and Install the latest CentOS version and latest Ubuntu/Fedora OS. Configure a unique Host Name and a permanent IP Address for.
Right-click on this, and select: Copy To Folder …
WAMP Windows Apache MySQL and PHP i.e. “WAMP”. Why WAMP? WampServer is a Windows web development environment. It allows you to create and test web pages.
PHP “Personal Home Page Hypertext Pre-processor” (a recursive acronym) Allows you to create dynamic web pages and link web pages to a database.
Creating a simple database This shows you how to set up a database using PHPMyAdmin (installed with WAMP)
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
How to use WS_FTP A Step by Step Guide to File Transfer.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Setting up Dreamweaver to use your local WAMP testing Server
Copy of the from the secure website - click on the AccoridaLife.zip link.
MySQL MySQL and PHP – interacting with a database.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
Subversion (SVN) is a widely used version control system and an essential piece of the MIMES collaborative modeling environment. It allows us to manage.
Help – Manual for Uploading the Documents in Online Briefcase.
Setting up a Development Environment. What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows.
Uploading Web Page  It would be meaningful to share your web page with the rest of the net user.  Thus, we have to upload the web page to the web server.
WMarket For Adminstrators Manual Installation. Basic Dependencies To install your own WMarket instance, you are required to install the following software:
1 PowerPoint: Using Breeze to create streaming presentations.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Installing a Moodle Test Site The painless and easy way.
1.Switch on the computer and wait for loading. 2.Select the Windows 7 OS at the end of the list. 3.Click on the link ‘Administrator’ 4.Enter the administrator.
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
WampServer 2 Installation WAMP is a solution stack of open source programs used together to run dynamic Web sites or servers Most common expansion:  Windows,
How to Start SQL Server and SSDT BI in Local
beas WEB App Installation
SQL Server 2005 Installation
Loading a File to the UST Web Server
Easy Way to Reset WordPress Admin Password on Localhost? Guided By: WPGLOBALSUPPORTWPGLOBALSUPPORT.
Software for Eligible Beneficiaries Accession
Part 2 Setting up a web server the easy way
Downloading E-first Piece Software
SEEM4570 Tutorial 07: Filezilla and PHP
Title: Tech Training Certificate: Ace of Initiative Program
PHP and Forms.
Go to the Audacity website. (You can search for Audacity in Google).
Web Programming– UFCFB Lecture
Ch 1 .Installing and configuring SQL Server 2005
Jean-Francois LEBLANC Christian SEBASTIAN
Presentation transcript:

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