Customizing TILT - PowerPoint PPT Presentation

1 / 23
About This Presentation
Title:

Customizing TILT

Description:

Existing TILT Registration System. Designed for ... Delimited file of results can be imported into Excel. Can be analyzed as needed. Importing results to Excel ... – PowerPoint PPT presentation

Number of Views:38
Avg rating:3.0/5.0
Slides: 24
Provided by: legacy1
Category:

less

Transcript and Presenter's Notes

Title: Customizing TILT


1
Customizing TILT
  • Jennifer Dorner
  • Mark Dahl
  • Lewis Clark College

2
Existing TILT Registration System
  • Designed for University of Texas
  • Connected to LDAP database
  • To use their system, you need to create an LDAP
    database

3
Existing Quizzing System
  • Connects to registration info in LDAP database
  • Quiz itself written in HTML/JavaScript
  • Quiz uses cookies to hold results
  • At the end of the quiz, results are passed onto
    the LDAP database

4
Our registration/quizzing
  • We needed a students registered for an
    introductory course to register
  • We wanted them to answer a customizable set of
    questions
  • We wanted to analyze the data
  • -name/section
  • -scores
  • -answers

5
Efforts to customize
  • Looked at getting existing TILT system up and
    running and then modifying
  • -LDAP database setup difficult
  • -documentation poor
  • -HTML/JavaScript/PHP code difficult to read

6
Efforts to customize, cont.
  • Looked at using WebCT briefly
  • -Didnt want the overhead of creating WebCT
    courses
  • -Other schools have used blackboard for the
    quizzing system

7
Writing our own registration/quiz
  • Downloaded some free PHP scripts that did
    quizzing
  • Found modifying these scripts too time consuming
  • Decided to write registration/quizzing locally

8
Principles of system
  • PHP as the scripting language to perform
    processing
  • Use delimited text files to keep track of student
    data, question data, results data
  • This format is easily manipulated in UNIX and
    Windows

9
(No Transcript)
10
Registration
  • We obtained student data from registrar after
    attending a workshop on FERPA (student records
    and privacy issues)
  • Provided in Excel format, which we converted to
    delimited text

11
Registration Program
  • We wrote a PHP script to that looked up student
    data
  • The PHP script then recorded the data in a PHP
    Session variable, which basically means it stored
    it in a cookie

12
Registration
13
Quiz
  • The system required that you register to take the
    quiz
  • http//library.lclark.edu/infolit/tutorial/module1
    /prequiz.htm
  • The script asked the questions, then recorded the
    answers in a PHP Session variable as they were
    answered

14
Quiz - introduction
15
Quiz multiple choice question
16
Quiz multiple choice response
17
Quiz staff interface
  • The quizzing script draws questions and answers
    from a delimited text file

18
Quiz - key
19
Quiz - continued
  • Every answer, even one that is incorrect, has an
    appropriate response
  • Quiz multiple choice question

20
Quiz multiple choice response
21
Quiz final score
22
Looking at results
  • Delimited file of results can be imported into
    Excel
  • Can be analyzed as needed

23
Importing results to Excel
Write a Comment
User Comments (0)
About PowerShow.com