asset: Academic Survey System & Evaluation Tool

Slides:



Advertisements
Similar presentations
Welcome to the CardSaver VoIP Billing & Call Management Demonstration © 2004, Parwan Electronics Corporation.
Advertisements

ESafe Reporter V3.0 eSafe Learning and Certification Program February 2007.
Program Management Portal: Overview for the Client
The Academic Computing Assessment Data Repository: A New (Free) Tool for Program Assessment Heather Stewart, Director, Institute for Technology Development,
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
KX-NS1000 Initial Set Up For step by step : 16 May,
User Management DigiTool Version 3.0. User Management 2 User Architecture PatronsStaff Users DepositorsApprovers Meditor User Management Management Module.
Gem Cluster Freelancer Network Sosuke Tokunaga CS491b Fall 2004.
Asset: Academic Survey System & Evaluation Tool Bert G. Wachsmuth Seton Hall University.
Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
Christopher Chapman | MCT Content PM, Microsoft Learning, PDG Planning, Microsoft.
Batch Import/Export/Restore/Archive
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
This presentation will guide you though the initial stages of installation, through to producing your first report Click your mouse to advance the presentation.
AQS Web Quick Reference Guide Changing Raw Data Values Using Maintenance 1. From Main Menu, click Maintenance, Sample Values, Raw Data 2. Enter monitor.
Copyright ®xSpring Pte Ltd, All rights reserved Versions DateVersionDescriptionAuthor May First version. Modified from Enterprise edition.NBL.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
Chapter 7: WORKING WITH GROUPS
V 0.1Slide 1 Security – System Configuration How to configure WebSAMS? Access Control Other Information Configuration  system customization  system configuration.
Internationalisation and Localisation Agenda Overview Configuration Language Packages Dictionary Files Default Tool Content Right to Left Support Translation.
Chapter 13 Users, Groups Profiles and Policies. Learning Objectives Understand Windows XP Professional user accounts Understand the different types of.
TIMES 3 Technological Integrations in Mathematical Environments and Studies Jacksonville State University 2010.
© Wiley Inc All Rights Reserved. MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition.
Phone: Mega AS Consulting Ltd © 2007  CAT – the problem & the solution  Using the CAT - Administrator  Mega.
The DSpace Course Module – User management and authentication options.
Dr. Mustafa Cem Kasapbaşı Security in ASP.NET. Determining Security Requirements Restricted File Types.
Web Directory For Computer Science Projects Nidhi Goel Course: CS 491B Instructor: Prof. Chengyu Sun December 8, 2006.
IPortal Bringing your company and your business partners together through customized WEB-based portal software. SanSueB Software Presents iPortal.
REDCap Overview Institute for Clinical and Translational Science Heath Davis Fred McClurg Brian Finley.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 14: Windows Server 2003 Security Features.
Administrators on Springerlink Petra Schuster, Global Manager Customer Service eProducts.
Table of Contents TopicSlide Administrator Login 2 Administrator Navigations 3 Managing AlternativeDr.com Blogs 4 Managing Dr. Lloyd May Blogs 5 Managing.
SAP R/3 User Administration1. 2 User administration in a productive environment is an ongoing process of creating, deleting, changing, and monitoring.
WMarket For Adminstrators Manual Installation. Basic Dependencies To install your own WMarket instance, you are required to install the following software:
6/19/2016 أساسيات الأتصال و الشبكات Communication & Networks Fundamentals lab 4.
Group 3 CMPE Community Project. What is CMPE Community project? CMPE Community project aims to create a social web application to create an environment,
19 Copyright © 2008, Oracle. All rights reserved. Security.
Justin Scheitlin Daisey Fahringer
AdisInsight User Guide July 2015
REDCap Basics Michael Gleason, Ph.D. Emily Glenn, MSLS
SQL Database Management
DU REDCap Introduction
REDCap General Overview
Architecture Review 10/11/2004
Fundamental of Databases
Nithyamoorthy S Core Mind Technologies
Wiki Wiki – A collection of web pages that can be edited by a group.
Welcome to the CardSaver VoIP Billing & Call Management Demonstration
Training Objectives About D2F Download Installation Configuration
Introduction to Operating Systems
Welcome! To the ETS – Create Client Account & Maintenance
LOCO Extract – Transform - Load
Web address to access School of Medicine Applications:
SPS FPDS-NG Integration: System Administration
FedEx Billing Online (FBO) Non-Revenue Quick Guide
Printer Admin Print Job Manager
Create and Edit Item Records
Manage your Interest Group
Ticketing Systems with RT
© 2016 Blackboard Inc. All rights reserved..
Configuring Internet-related services
Engineering Workbench Version 2.0
Course Title: BCM Crediting and Transfer of Feature Entitlements –
HWg-PDMS: New software
TracCloud.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Ch 1 .Installing and configuring SQL Server 2005
Microsoft Virtual Academy
Presentation transcript:

asset: Academic Survey System & Evaluation Tool Bert G. Wachsmuth Seton Hall University

Overview Introducing asset Registered User’s View Respondent’s View How to create and maintain surveys Respondent’s View How to take a survey or a vote Researcher’s View How to obtain data for a survey Administrator’s View How to setup asset and maintain users Programmer’s View How does asset really work

Introducing asset asset = Web-based survey tool Why ? Create, maintain, administer surveys and voting ballots View online data summary and export data Why ? Completely easy to use Not tied to existing entities (e.g. Blackboard courses) Flexible authentication (institutional and outside subjects and researchers, even in mixed groups) Voting capability Data stored locally There was ‘asset version 1’, based on “shared surveys” principle

Introducing asset asset in Technical Terms Requires: Servlet-Enabled web server (Apache, Tomcat) SQL Database (MySQL) LDAP server (optional) Exclusively Java (servlets + supporting classes) Easily configurable (we hope)

Registered User’s View Registered User = a person defined as a ‘user’ inside asset Local: user ID independent from other user ID’s Institutional: standard institutional ID and password via LDAP Can create and maintain surveys Can submit surveys in temporary mode Can view and export survey results Note: Could easily allow registered asset access via LDAP-defined categories instead of manually creating asset user accounts http://localhost:8080/examples/servlet/asset.Asset

Respondent’s View Respondent = subject taking the survey No password (anonymous survey) Survey-specific password Survey access-list mixing ‘local’ subjects and LDAP-authorized subjects Access via URL http://localhost:8080/examples/servlet/asset.AssetSurvey?surveyid=1 Requires user name, [password], [survey password] Stored Data Machine IP and date User name (anonymized for voting) Actual survey responses

Researcher’s View Researcher = person accessing survey data Survey owner has access by default Grant access to registered asset users Grant access to anyone (public survey) Online Summaries Response counts Simple data summaries and lists Depends on survey element type Download Data SPSS (*.sps syntax file) Excel (*.csv delimited file) http://localhost:8080/examples/servlet/asset.data.List start SPSS with sample data file

Administrator’s View Administrator = who maintains asset system All day-to-day maintenance from inside asset Two administrative users (asset and root) Can edit all surveys and see all survey data Standard Tasks Create/edit registered asset users Monitor system resources Change survey ownership Advise users on survey design

asset as Voting Tool Vote = survey with controlled anonymous access Survey with list-based access restriction Survey Status set to anonymous Subjects take survey at most once Create appropriate voting questions Asset records who submits vote when, but removes personal information from response data Can automatically send email to all members, members who did not yet vote, or members who already voted Can quickly see who voted but can not find out what votes they submitted Data summary available when survey is closed

Programmer’s View Programmer = installs asset for local use and/or modifies asset source code asset at Seton Hall maintained by undergraduate CS students Free trial-usage on SHU system as guest Free usage (for now) on SHU system for educational institutions Free downloadable source code for your own installation No (guaranteed) support: 0 x 0 help desk assistance asset is part of our Thinklets collection of Java programs and applets

Database Tables

asset Package Overview

Servlet Hierarchy

Survey & Element Classes

Helper Classes SQLHelper: handles (virtually) all interactions with SQL server (SQLTable stores small SQL tables) HTMLHelper: provides standard menus, filters, conversion methods to ensure uniform look Authenticator: provides methods ldapCheck and localCheck to return true or throw Exception MailHelper: very simple class to send SMTP mail General: contains asset configuration constants (base & icon directory, LDAP server, SMTP server, SQL server & login info)

Check out asset To try out asset: To download the package: Comments: http://repository.itd.shu.edu/servlets/asset.Asset Login as “guest”, password “seton hall”, and login as “local user” To download the package: Wait until this weekend (Dec. 16th, 2002) http://sciris.shu.edu/thinklets/ Comments: Bert Wachsmuth (wachsmut@shu.edu)