An experimental psychology laboratory system for the Apple II microcomputer

Size: px
Start display at page:

Download "An experimental psychology laboratory system for the Apple II microcomputer"

Transcription

1 Behavior Research Methods & Instrumentation Vol. 14 (2) An experimental psychology laboratory system for the Apple II microcomputer STEVEN E. POLTROCK and GREGORY S. FOLTZ University ojdenver, Denver, Colorado A system for on-line control of experiments is described that uses the Apple II microcomputer and requires no knowledge of programming. This system, APT, is used to construct test files, randomize stimulus order, and conduct experiments. Construction of an experiment is very easy through use of an interactive program. APT provides powerful options for controlling stimulus duration, feedback, and response type. Programs are available to conduct either a sequence of tests without any experimenter present or a single experiment. Over 200 subjects. ranging from 18 to 85 years of age, have completed a battery of cognitive and abilities tests using the system. In the 1979 Presidential Address to these meetings, Bailey (1980) described a "basic black" ensemble of software tools suitable for an experimental psychologist. At the 1980 conference, participants in the Session on Microprocessors in the Undergraduate Teaching Laboratory spoke of the urgent need for one element of Bailey's Basic Black: an applications module library to facilitate the development of experiments. The implementation of new experiments in teaching laboratories has required sophisticated programming skills, thus discouraging students from designing their own experiments. (See Foltz & Poltrock, 1981, for further discussion of these problems.) An applications library should allow students to easily design and conduct their own experiments, adding considerably to their laboratory experience. Although most acute in the teaching laboratory, the programming sophistication required to develop an experiment can be a problem for the research laboratory also. Those psychologists who have resisted the urge to become adept programmers may be discouraged from investigating some research problems because of the perceived complexity of a program. And even those psychologists who are skilled programmers may prefer not to devote their time to solving the same simple problems repeatedly for each experiment. Recently, some systems have been developed for Apple II microprocessors that eliminate much of this programming drudgery. At the 1980 conference, Digitry The software system described in this paper is availabie at cost from the authors. Upon receipt of $25, we will send documentation and two diskettes containing the system, a program library, and sampie tests. Please cite this article when reporting results obtained with the use of this system, so that others may also learn of its availability. Development of the APT system was supported by Grant ROI HD from the National Institute of Child Health and Human Development. Requests for reprints or the system should be sent to Steven Poltrock, Psychology Department, University of Denver, Denver, Colorado Incorporated demonstrated a solution that requires purchasing an interface board and a library of PASCAL functions and procedures. The researcher still must write programs, but the programs are written in PASCAL rather than BASIC, and many functions are performed by the library. Other systems require no programming and no extra hardware. At this conference, Eamon (1982) described the CEDATS system, which includes programs written in BASIC that set up, conduct, and analyze categorization, same-different, and study-test experiments. Our system, the Apple PASCAL Tester (APT), requires programming only for data analysis. APT was developed to conduct individualized psychometric and cognitive testing. It was essential to our purposes that (1) tests and experiments could be quickly developed and modified, (2) no knowledge of programming would be required to develop experiments, (3) no experimenter need be present to operate the computer, and (4) subjects need no prior experience with the computer. These goals were achieved by developing a set of PASCAL programs that construct and execute experiments and an applications library that contains special functions. The UCSD PASCAL operating system provided me management and editing capabilities that made these goals attainable. Typically, a major problem with fixed systems such as APT is the loss of flexibility in stimulus control, timing, feedback, or responses. Often, an experimental design will not fit within the constraints of such a system. Admittedly, this problem exists with APT; there are experiments that cannot be conducted by this system. However, the system was designed to minimize this problem by including numerous options for the stimulus parameters. For example, there are seven alternative ways to control stimulus duration. Furthermore, the programs are easily modified if a new option is needed. The extraordinary flexibility of the APT system argues for its widespread use in both research and teaching laboratories. Copyright 1982 Psychonomic Society, Inc /82/ $00.85/0

2 104 POLTROCK AND FOLTZ The remainder of this article describes the APT system and how it is used. TESTCON HARDWARE The hardware required for the APT system is the minimal hardware required to run PASCAL, control stimulus timing, and measure response times. The UCSD PASCAL operating system requires an Apple II Plus computer with 48-KB RAM, a PASCAL language card (or an equivalent 16-KB RAM card), a monitor, and at least one minifloppy disk drive. Two or three disk drives are much easier to use than one for most PASCAL applications, including the construction and analysis of experiments. However, one disk drive is adequate to conduct an experiment. A Mountain Hardware clock is required for timing. The clock provides millisecond precision, although the effective accuracy of stimulus and response timing is much longer, on the order of msec. A major influence on the accuracy is the video refresh rate. A stimulus can be presented only when the video is refreshed, which occurs every 16 msec. Because the software is not synchronized with the refresh cycle, the onset of a stimulus display may be delayed by as much as 16 msec. A simple modification of the vertical synch monitoring circuit described by Reed (1979) and an introduction of a display function to monitor the synch pulse would eliminate this error. The hardware is sufficient to construct and conduct experiments with stimuli composed ofletters or numbers. We are now developing the capability to present graphic and auditory stimuli also. To construct graphics stimuli, an Apple graphics tablet is required. Auditory stimuli will be prerecorded and presented by a tape recorder. The tape recorder will be controlled by a Heuristics relay controller connected to the tape-recorder remote controls. Currently, APT accepts only responses entered at the keyboard. Of course, it would be a simple matter to allow responses with the game paddles that are provided with the Apple computers, but we are satisfied with the flexibility provided by a full keyboard. When only a few keys are required for responses, we often use a lo-key number pad. The keys on the number pad are wired in parallel with the number keys on the keyboard, so a subject can respond with either. TEST CONSTRUCTION The flexibility and convenience of APT are due largely to the interactive test construction program TESTCON. The flowchart of TESTCON in Figure 1 provides an overview of the test construction procedure. As Figure 1 shows, the researcher explicitly enters every stimulus item as well as a set of parameters that affects that stimulus. The interactive nature oftestcon facilitates the specification of these stimulus parameters by listing all options and by asking whether successive No No SPECIFY OVERALL TEST PARAMETERS SPECIFY PARAMETERS FOR 1 ITEM ENTER THE STIMULUS ITEM Figure l, Flowchart of TESTCON, the program for constructing tests and experiments, stimuli share the same parameter values. When all stimuli have been entered, TESTCON creates a disk file of the stimuli and parameters. Later, by reference to this file, the stimuli or parameters can be edited, the stimulus order can be randomized, and the experiment can be conducted. The major elements of the test construction procedure shown in Figure 1 are described in more detail below. Test Parameters Proper responses. Psychologists may want to restrict the possible responses for some stimulus items to a subset of the keyboard. For example, in a binary choice experiment, only two keys are appropriate responses. At this point, the psychologist identifies this subset of the keyboard by typing all proper responses or by pressing the "return" key if all responses are proper. Only one such subset can be defined for an experiment, and the

3 APPLE II LABORATORY SYSTEM 105 parameters for each item specify whether the responses are restricted to this proper set. For those stimulus items requiring a proper response, any other response causes presentation of a warning message and a prompt for another response. Feedback. TESTCON asks whether the subject's accuracy should be presented at the end of the experiment. If this option is selected, then an answer list is used to score each response. This option should not be selected when subjects are providing string responses, because string responses are not scored. If this option is selected, then the experiment will end with a message such as, "Your performance was good. 24 correct out of 30 problems." Item Parameters A test or experiment is composed of a sequence of items. Each item is a text display, a graphics display, or a command to control a tape recorder. The parameters specify the stimulus duration, possible responses, feedback options, data recording options, and randomization instructions. Stimulus type. First, TESTCON asks whether the item is a graphics display, text display, tape-recorder control, or time interval. If the graphics display option is specified, then a graphics tablet will be used to construct the display. If the tape-recorder control is specified, then TESTCON asks whether to rewind, play, or stop the recorder. Software for both of these functions is currently incomplete. The time interval provides a coarse control of interstimulus interval. If this function is specified, TESTCON asks for the interval duration. When no interval between text displays is specified, the interstimulus interval is at least 300rnsec. During this interval, the test program switches to the graphics page, clears the text page, writes the text, and switches back to the text page. The time to perform these operations varies with the amount of text to be displayed. If an interval is specified, it is added to the time required for these operations. If a text display is specified, TESTCON requests the associated parameter values, a randomization code, and the answer. The remainder of this section describes these variables. Display duration. This option specifies when the text display will end. There are seven options for terminating a text display. First, the display may be presented for a fixed time interval, such as 500 msec. Three options cause a display to be terminated when a response is given. The display may be terminated by any keypress, by any proper keypress (defined above), or by a sequence of keypresses ending with a return (string response). Two other options combine the use of responses and time intervals for terminating a display. For these options, the display is terminated by a response if it occurs before a specified interval has elapsed. If no response occurs, then the display terminates at the end of the interval. One option accepts any keypress and the other requires a proper response. The seventh option is particularly useful for experiments conducted without an experimenter present. Subjects are provided the opportunity to repeatedly view the instructions and practice problems. At the end of the practice problems, the subject is instructed to press the Y key if he or she wishes to start over at the beginning of the experiment. Thus, this option causes the display to end following any keypress. If the subject presses the Y key, all the preceding items are repeated. If any other key is pressed, the next item is presented. Feedback. The researcher may choose to provide feedback regarding accuracy, response time, both, or neither. Accuracy is determined by comparing the subject's answer with the answer given by the researcher. Accuracy feedback carmot be provided for string responses because these answers are not checked. The feedback consists of the word CORRECT or WRONG and/or the value ofthe response time. Response recording. The response, the response time, both, or neither may be recorded. The response is recorded instead of accuracy because researchers often are interested in the type of error committed. All recorded information is stored on a disk me. Text. Finally, the stimulus item is typed just as it is to appear during the experiment. The only restriction on the stimulus is that it must not contain the # symbol. The # symbol is typed at the end of the item to notify TESTCON that the item is completed. Randomization code and answer. The randomization code and answer are entered after the item is defined. TESTCON requests an answer for every stimulus item. These answers are used to provide item or test feedback. The researcher may enter any value for items that require no feedback or have no correct response. A randomization code is also requested for every item. The code permits structured permutations of the items. Through use of the randomization codes, the researcher may group items into item sets and group item sets into blocks. Later, the order of blocks, item sets, or items may be randomized. The use of these codes is discussed further below. Additional queries. After each item, TESTCON asks whether the parameters should be changed for the next item. If the next item has the same parameters, the researcher specifies only the item, the answer, and the randomization code. Otherwise, TESTCON asks whether there are more items to be specified. Following the last item, the experiment is stored in a specified disk file. ITEM RANDOMIZATION The test file written by TESTCON contains a fourline header of general test information: (I) the proper responses. (2) the answers, (3) the randomization codes, and (4) the test feedback flag. Before the experiment can be conducted. program RANDOMIZE must be executed to randomize the item order as desired and

4 106 POLTROCK AND FOLTZ remove the randomization codes. RANDOMIZE reads the me created by TESTCON, randomizes the order as instructed by the researcher, writes a me of the test items in the randomized order, and writes a me of the item order for use in data analysis. The use of randomization codes to form blocks and item sets is exemplified in Figure 2. All items with a code of zero serve as block markers and remain in a fixed position. For example, items that contain instructions typically appear at the beginning of an experiment and should be assigned code zero. Between two block markers, all items that have the same code define an item set. Item sets identify stimuli that must be grouped together. For example, pairs of items would be grouped together in an experiment requiring same-different judgments of successive stimuli. As another example, if subjects were required to read a paragraph and answer a series of questions, the paragraph would constitute an item set containing only one item and the questions would form another item set. The paragraph and questions together could be defined as a block by specifying preceding and succeeding items with code zero. The researcher controls whether the order of items within item sets is randomized, whether the order of item sets within blocks is randomized, and whether the order of blocks is randomized. Thus, in a same-different judgment experiment with successive stimuli, the researcher could choose whether to randomize the order of the stimuli in each pair and independently decide whether to randomize the order of item pairs. In the experiment with paragraphs and questions, the order of questions for any paragraph could be randomized and the order of paragraph-question blocks could be randomized while not disturbing the necessary order of a paragraph before its associated questions. RANDOMIZATION SCHEME SET 1 SET 2 BLOCK BOUNDARY,---"'---y-'--, I <n<n<n<naaaaabbccco<naabbb". ~ INSTRUCTIONS BLOCK 1 USER MAY RANDOMIZE THE ORDER OF (11 BLOCKS WITHIN A TEST (2) ITEM SETS WITHIN BLOCKS (3) ITEMS WITHIN ITEM SETS Figure 2. An example of randomization grouping into item sets and blocks. codes and their When program RANDOMIZE is executed, it first reads the me created by TESTCON. Then RANDOMIZE asks whether the block order should be randomized. If so instructed, RANDOMIZE presents the new block order on the monitor. Next, RANDOMIZE asks whether item set order should be randomized. Again, the new item set order for each block is presented. Finally, RANDOMIZE asks whether to randomize the order of items within item sets. The entire test is written to a file in the new item order, and the item order is written to another file. CONDUCTING AN EXPERIMENT Two programs are available within APT for conducting experiments. One program conducts a single experiment, and the other conducts a series of experiments. A flowchart is presented of the single-experiment program, titled ONETEST, in Figure 3. First, ONETEST asks for the name of the test file and an output file to record the results. No further interactions with the experimenter are required. ONETEST reads the entire test into memory and presents the items in the order of their occurrence in the file. The parameters associated with each item control its timing, the permissible responses, feedback, and the data that are stored. Our research on individual differences requires presentation of many tests with a fixed test order and a fixed item order. For this purpose, a turnkey program called TEST was developed. TEST requires no interactions with the experimenter. TEST executes when the power is turned on and obtains all information about the tests and the output file from a master file prepared by the researcher. A flowchart of TEST is presented in Figure 4. TEST greets the subject with a graphics display and an invitation to press a key. If a subject accepts this invitation, TEST presents the information required for informed consent. The subject indicates consent by pressing the Y key. Then demographic information is requested, such as the subject's name, age, education, and sex. Before every test, the program draws a graphic design and presents an opportunity to quite the experiment. A subject may quit by pressing the ESC key or continue the experiment by pressing any other key. Each test is conducted by TEST in exactly the same marmer as by ONETEST. When all tests are completed, or when the subject quits the experiment, TEST thanks the subject for participation and presents its greeting for the next subject. SYSTEM LIMITATIONS APT has several limitations. Some of these can be readily overcome; others are inherent in the system approach. Examples of the latter are the inability of the system to permit contingent presentations and to control the tape recorder while a display is in progress.

5 ONE TEST APPLE II LABORATORY SYSTEM 107 TEST-TURNKEY SYSTEM READ ATEST INTO MEMORY GREETING & CONSENT DECODE ITEM PARAMETERS OBTAIN DEMO GRAPHIC INFO PRESENT AN ITEM PRESENT FEEDBACK STORE RT a/or RESPONSE IN DISK FILE CONDUCT ONE TEST PRESENT FEEDBACK THANK SUBJECT Figure 3. Flowchart of ONETEST, the program to conduct a single test or experiment. Figure 4. Flowchart of TEST, the turnkey program that conducts multiple tests or experiments. Perhaps the most serious problems are the inaccuracies in timing noted earlier. The interstimulus interval includes at least 300 msec of processing time, and the timing of responses and display durations are influenced by asynchrony with the refresh cycle. The inaccuracy of display durations effectively prohibits tachistoscopic presentations, although the modifications suggested by Reed (1979) could solve this problem. Similarly, the innaccuracy of interstimulus intervals prohibits masking studies. Another potentially serious problem is a limitation on the size of a test. All the APT programs read the entire test into memory. Thus, a test file may not exceed 26,624 test characters. Furthermore, a test may not include more than 255 items. We have skirted these problems by segmenting long experiments into two or more shorter files. CONCLUSION The APT system has successfully met all of the design criteria specified in the introduction. Tests and experiments have proved remarkably easy to construct. Thus far, more than 30 psychometric and cognitive tasks have been constructed. In one instance, an undergraduate student with no computer experience successfully constructed an experiment with less than 15 min of instruction. Modification of existing experiments requires greater

6 108 POLTROCK AND FOLTZ expertise with computers. Modifications are performed through use of the UCSD PASCAL editor. Fortunately, this editor is well documented, easy to use, and provides powerful editing capabilities. Finally, the system has proved capable of testing subjects who have no computer experience, and without the presence of an experimenter. Over 200 subjects participated in a 2-h battery of cognitive and psychometric tasks presented by TEST. Subjects reported to our laboratory, in which a sign indicated that no experimenter would be present. All instructions and tests were presented by the computer. A majority of the subjects reported that they preferred the computer-administered tests to standard paper-and-pencil tests. Subsequently, the APT system has tested 40 elderly subjects (from 40 to 85 years old) under similar circumstances. The APT system is a powerful tool appropriate for several settings. In the teaching laboratory, APT permits students to construct and conduct their own experiments without learning to program. In the research laboratory, APT provides the power and flexibility required for a wide range of research problems. And APT provides a means ofconductingindividualized tests without the presence of an experimenter. REFERENCES BAILEY, D. E. "Basic black" renascent: A new wardrobe. Behavior Research Methods cl Instrumentation, 1980, 11, EAMON, D. B. CEDATS: A cognitive experimental design and testing system. Behavior Research Methods cl Instrumentation, 1982,14, FOLTZ, G. S., & POLTROCK, S. E. A microcomputer system for the human psychology laboratory. Proceedings of the Fifth Western Educational Computer Conference, November REED, A. V. Microcomputer display timing: Problems and solutions. Behavior Research Methods cl Instrumentation, 1979, 11,

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.1 7/27/2011 I. Purpose Drawing from the profile development of the QIBA-fMRI Technical Committee,

More information

SNJB College of Engineering Department of Computer Engineering

SNJB College of Engineering Department of Computer Engineering 1. Intel s programmable device (8253) facilitates the generation of accurate time delays. a) counter b) timer c) both a & b d) none of these 2. The programmable timer device (8253) contains three independent

More information

APPENDIX D STRUCTURE OF RAW DATA FILES

APPENDIX D STRUCTURE OF RAW DATA FILES APPENDIX D STRUCTURE OF RAW DATA FILES The CALCAP program generates detailed records of all responses to the reaction time stimuli. Data are stored in a file named subj#-xx.dat. Where subj# is the subject

More information

VISUAL PERCEPTION OF STRUCTURED SYMBOLS

VISUAL PERCEPTION OF STRUCTURED SYMBOLS BRUC W. HAMILL VISUAL PRCPTION OF STRUCTURD SYMBOLS A set of psychological experiments was conducted to explore the effects of stimulus structure on visual search processes. Results of the experiments,

More information

Description of components in tailored testing

Description of components in tailored testing Behavior Research Methods & Instrumentation 1977. Vol. 9 (2).153-157 Description of components in tailored testing WAYNE M. PATIENCE University ofmissouri, Columbia, Missouri 65201 The major purpose of

More information

Parallel scanning ofauditory and visual information

Parallel scanning ofauditory and visual information Memory & Cognition 1975, Vol. 3 (4),416-420 Parallel scanning ofauditory and visual information DAVID BURROWS and BARRY A. SOLOMON State University ofnew York, College at Brockport, Brockport, New York

More information

NERVE ACTION POTENTIAL SIMULATION version 2013 John Cornell

NERVE ACTION POTENTIAL SIMULATION version 2013 John Cornell NERVE ACTION POTENTIAL SIMULATION version 2013 John Cornell http://www.jccornell.net In 1963 Alan Hodgkin and Andrew Huxley received the Nobel Prize in Physiology and Medicine for their work on the mechanism

More information

BPMN Business Process Modeling Notations

BPMN Business Process Modeling Notations BPMN Business Process Modeling Notations Hala Skaf-Molli Hala.Skaf@univ-nantes.fr http://pagesperso.lina.univ-nantes.fr/~skaf-h References BBMN January 2011: http://www.omg.org/spec/bpmn/2.0 (538 pages)

More information

Coach Morse - Morse Code Practice Unit

Coach Morse - Morse Code Practice Unit Coach Morse - Morse Code Practice Unit AA1PJ The following describes the features and operation of Coach Morse, a Morse code practice unit. This device should help you learn and improve the speed at which

More information

Cognitive Modeling Reveals Menu Search is Both Random and Systematic

Cognitive Modeling Reveals Menu Search is Both Random and Systematic Cognitive Modeling Reveals Menu Search is Both Random and Systematic Anthony J. Hornof and David E. Kieras Artificial Intelligence Laboratory Electrical Engineering & Computer Science Department University

More information

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.2 8/10/2011 I. Purpose

Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.2 8/10/2011 I. Purpose Incorporation of Imaging-Based Functional Assessment Procedures into the DICOM Standard Draft version 0.2 8/10/2011 I. Purpose Drawing from the profile development of the QIBA-fMRI Technical Committee,

More information

Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets

Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets Instructions for the ECN201 Project on Least-Cost Nutritionally-Adequate Diets John P. Burkett October 15, 2015 1 Overview For this project, each student should (a) determine her or his nutritional needs,

More information

The Use of Voice Recognition and Speech Command Technology as an Assistive Interface for ICT in Public Spaces.

The Use of Voice Recognition and Speech Command Technology as an Assistive Interface for ICT in Public Spaces. The Use of Voice Recognition and Speech Command Technology as an Assistive Interface for ICT in Public Spaces. A whitepaper published by Peter W Jarvis (Senior Executive VP, Storm Interface) and Nicky

More information

INTERNATIONAL STANDARD ON ASSURANCE ENGAGEMENTS 3000 ASSURANCE ENGAGEMENTS OTHER THAN AUDITS OR REVIEWS OF HISTORICAL FINANCIAL INFORMATION CONTENTS

INTERNATIONAL STANDARD ON ASSURANCE ENGAGEMENTS 3000 ASSURANCE ENGAGEMENTS OTHER THAN AUDITS OR REVIEWS OF HISTORICAL FINANCIAL INFORMATION CONTENTS INTERNATIONAL STANDARD ON ASSURANCE ENGAGEMENTS 3000 ASSURANCE ENGAGEMENTS OTHER THAN AUDITS OR REVIEWS OF HISTORICAL FINANCIAL INFORMATION (Effective for assurance reports dated on or after January 1,

More information

Real Time Sign Language Processing System

Real Time Sign Language Processing System Real Time Sign Language Processing System Dibyabiva Seth (&), Anindita Ghosh, Ariruna Dasgupta, and Asoke Nath Department of Computer Science, St. Xavier s College (Autonomous), Kolkata, India meetdseth@gmail.com,

More information

Microphone Input LED Display T-shirt

Microphone Input LED Display T-shirt Microphone Input LED Display T-shirt Team 50 John Ryan Hamilton and Anthony Dust ECE 445 Project Proposal Spring 2017 TA: Yuchen He 1 Introduction 1.2 Objective According to the World Health Organization,

More information

Intro to HCI / Why is Design Hard?

Intro to HCI / Why is Design Hard? Intro to HCI / Why is Design Hard? September 11, 2017 Fall 2017 COMP 3020 1 Fall 2017 COMP 3020 2 Announcements Assignment 1 is posted Due Sept 22 by 5:00pm on UMLearn Individual assignment Buying Pop

More information

Understanding Users. - cognitive processes. Unit 3

Understanding Users. - cognitive processes. Unit 3 Understanding Users - cognitive processes Unit 3 Why do we need to understand users? Interacting with technology involves a number of cognitive processes We need to take into account Characteristic & limitations

More information

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA)

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) Guillermo Rojas, Alfredo Aliaga, Macro International 8850 Stanford Boulevard Suite 4000, Columbia, MD 21045 I-INTRODUCTION. This paper

More information

Software: E-Prime. Shim, Jaehwang (2006). Review of E-Prime. Multimedia-Assisted Language Learning, 7(3),

Software: E-Prime. Shim, Jaehwang (2006). Review of E-Prime. Multimedia-Assisted Language Learning, 7(3), Software Review Software: E-Prime Jaehwang Shim (Chung-Ang University) Shim, Jaehwang (2006). Review of E-Prime. Multimedia-Assisted Language Learning, 7(3), 313-322. I. INTRODUCTION The scientific study

More information

Principles of publishing

Principles of publishing Principles of publishing Issues of authorship, duplicate publication and plagiarism in scientific journal papers can cause considerable conflict among members of research teams and embarrassment for both

More information

Ethics Code of Iranian Organization of Psychology and Counseling

Ethics Code of Iranian Organization of Psychology and Counseling Ethics Code of Iranian Organization of Psychology and Counseling Introduction: Item 2 of the constitution of the Iranian Organization of Psychology and Counseling (IOPC advocating clients rights, as well

More information

Image generation in a letter-classification task

Image generation in a letter-classification task Perception & Psychophysics 1976, Vol. 20 (3),215-219 Image generation in a letter-classification task THOMAS R. HERZOG Grand Valley State Colleges, Allandale, Michigan 49401 Subjects classified briefly

More information

Congruency Effects with Dynamic Auditory Stimuli: Design Implications

Congruency Effects with Dynamic Auditory Stimuli: Design Implications Congruency Effects with Dynamic Auditory Stimuli: Design Implications Bruce N. Walker and Addie Ehrenstein Psychology Department Rice University 6100 Main Street Houston, TX 77005-1892 USA +1 (713) 527-8101

More information

Results from a survey of NetAssess users Alan Mead Aon Consulting.

Results from a survey of NetAssess users Alan Mead Aon Consulting. Results from a survey of NetAssess users Alan Mead Aon Consulting alan_d_mead@aoncons.com Lots of Internet hype corresponding HR interest in using web technology Increasing requests for web-based version

More information

Nova Scotia Board of Examiners in Psychology. Custody and Access Evaluation Guidelines

Nova Scotia Board of Examiners in Psychology. Custody and Access Evaluation Guidelines Nova Scotia Board of Examiners in Psychology Custody and Access Evaluation Guidelines We are grateful to the Ontario Psychological Association and to the College of Alberta Psychologists for making their

More information

Automated process to create snapshot reports based on the 2016 Murray Community-based Groups Capacity Survey: User Guide Report No.

Automated process to create snapshot reports based on the 2016 Murray Community-based Groups Capacity Survey: User Guide Report No. research for a sustainable future Automated process to create snapshot reports based on the 2016 Murray Community-based Groups Capacity Survey: User Guide Report No. 116 Steven Vella Gail Fuller Michael

More information

Clay Tablet Connector for hybris. User Guide. Version 1.5.0

Clay Tablet Connector for hybris. User Guide. Version 1.5.0 Clay Tablet Connector for hybris User Guide Version 1.5.0 August 4, 2016 Copyright Copyright 2005-2016 Clay Tablet Technologies Inc. All rights reserved. All rights reserved. This document and its content

More information

Laboratory Report, APA Style (Psychology)

Laboratory Report, APA Style (Psychology) Laboratory Report, APA Style (Psychology) Running head: REACTION TIMES IN TWO VISUAL SEARCH TASKS 1 The header consists of a shortened title (no more than 50 characters) in all capital letters at the left

More information

Smart App esignature Tips

Smart App esignature Tips Smart App esignature Tips Secure and Versatile The privacy and security of your client s information is of utmost importance to BMO Insurance. That is why we partnered with esignlive, one of the world

More information

Demo Mode. Once you have taken the time to navigate your RPM 2 app in "Demo mode" you should be ready to pair, connect, and try your inserts.

Demo Mode. Once you have taken the time to navigate your RPM 2 app in Demo mode you should be ready to pair, connect, and try your inserts. Demo Mode RPM 2 is supported with a "demonstration (Demo) mode" that easily allows you to navigate the app. Demo mode is intended for navigation purposes only. Data in Demo mode are simply random data

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS

DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS DCNV RESEARCH TOOL: INVESTIGATION OF ANTICIPATORY BRAIN POTENTIALS Roman Golubovski, Dipl-Eng J.Sandanski 116-3/24 91000 Skopje, Macedonia Phone: + 389 91 165 367, Fax: + 389 91 165 304 email: roman.golubovski@iname.com

More information

LiteLink mini USB. Diatransfer 2

LiteLink mini USB. Diatransfer 2 THE ART OF MEDICAL DIAGNOSTICS LiteLink mini USB Wireless Data Download Device Diatransfer 2 Diabetes Data Management Software User manual Table of Contents 1 Introduction... 3 2 Overview of operating

More information

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

Assistive Technology (AT): Support for Diverse Learning Needs

Assistive Technology (AT): Support for Diverse Learning Needs Assistive Technology (AT): Support for Diverse Learning Needs Disability Applications Linda Schleef, M.SpEd. ATP AT Support Specialist Bellingham School District Linda.Schleef@BellinghamSchools.org What

More information

Instructor Guide to EHR Go

Instructor Guide to EHR Go Instructor Guide to EHR Go Introduction... 1 Quick Facts... 1 Creating your Account... 1 Logging in to EHR Go... 5 Adding Faculty Users to EHR Go... 6 Adding Student Users to EHR Go... 8 Library... 9 Patients

More information

Accessibility and Lecture Capture. David J. Blezard Michael S. McIntire Academic Technology

Accessibility and Lecture Capture. David J. Blezard Michael S. McIntire Academic Technology Accessibility and Lecture Capture David J. Blezard Michael S. McIntire Academic Technology IANAL WANL WANADACO What do they have in common? California Community Colleges California State University Fullerton

More information

MedsCheck Reviews. Ontario

MedsCheck Reviews. Ontario MedsCheck Reviews Ontario Contents Configuration... 1 Configuring Electronic Signatures... 1 Configuring Electronic MedsCheck Reviews... 2 Creating an ODB MedsCheck Consent Record... 3 Electronic MedsCheck

More information

Hierarchical organization of temporal patterns

Hierarchical organization of temporal patterns Perception & Psychophysics 1986, 40 (2), 69-73 Hierarchical organization of temporal patterns PETER J. ESSENS TNO Institute for Perception, Soesterberg, The Netherlands In two reproduction experiments,

More information

Pathway Project Team

Pathway Project Team Semantic Components: A model for enhancing retrieval of domain-specific information Lecture 22 CS 410/510 Information Retrieval on the Internet Pathway Project Team Susan Price, MD Portland State University

More information

ChildFit. Widex Baby. Compass quick guide

ChildFit. Widex Baby. Compass quick guide ChildFit When working with very young children, it is not always possible to obtain all of the information necessary for an accurate hearing aid fitting. To that end, Widex has developed the ChildFit procedure

More information

Dosimeter Setting Device

Dosimeter Setting Device Instruction Manual Dosimeter Setting Device For Electronic Personal Dosimeter Dose-i (Unit:Sv, Version:1.05 English) WTA529748 a 1 / 38 Foreword Thank you for purchasing the Dosimeter Setting Device; a

More information

Test review. Comprehensive Trail Making Test (CTMT) By Cecil R. Reynolds. Austin, Texas: PRO-ED, Inc., Test description

Test review. Comprehensive Trail Making Test (CTMT) By Cecil R. Reynolds. Austin, Texas: PRO-ED, Inc., Test description Archives of Clinical Neuropsychology 19 (2004) 703 708 Test review Comprehensive Trail Making Test (CTMT) By Cecil R. Reynolds. Austin, Texas: PRO-ED, Inc., 2002 1. Test description The Trail Making Test

More information

Communications Accessibility with Avaya IP Office

Communications Accessibility with Avaya IP Office Accessibility with Avaya IP Office Voluntary Product Accessibility Template (VPAT) 1194.23, Telecommunications Products Avaya IP Office is an all-in-one solution specially designed to meet the communications

More information

GHABP Scoring/ Administration instructions GHABP Complete questionnaire. Buy full version here - for $7.00

GHABP Scoring/ Administration instructions GHABP Complete questionnaire. Buy full version here - for $7.00 This is a Sample version of the Glasgow Hearing Aid Benefit Profile- KIT (GHABP- KIT). The full version of Disability Assessment For Dementia (DAD) comes without sample watermark.. The full complete KIT

More information

LEARNING. Learning. Type of Learning Experiences Related Factors

LEARNING. Learning. Type of Learning Experiences Related Factors LEARNING DEFINITION: Learning can be defined as any relatively permanent change in behavior or modification in behavior or behavior potentials that occur as a result of practice or experience. According

More information

Pushing the Right Buttons: Design Characteristics of Touch Screen Buttons

Pushing the Right Buttons: Design Characteristics of Touch Screen Buttons 1 of 6 10/3/2009 9:40 PM October 2009, Vol. 11 Issue 2 Volume 11 Issue 2 Past Issues A-Z List Usability News is a free web newsletter that is produced by the Software Usability Research Laboratory (SURL)

More information

9-12 Physical Education Personal Physical Fitness Plan (6/04) 1. Name: Date:

9-12 Physical Education Personal Physical Fitness Plan (6/04) 1. Name: Date: 9-12 Physical Education Personal Physical Fitness Plan (6/04) 1 Name: Date: Student Directions 1. Participate in a fitness test. 2. Follow the directions for completion of Recording Sheet for Fitness Information.

More information

Theoretical Neuroscience: The Binding Problem Jan Scholz, , University of Osnabrück

Theoretical Neuroscience: The Binding Problem Jan Scholz, , University of Osnabrück The Binding Problem This lecture is based on following articles: Adina L. Roskies: The Binding Problem; Neuron 1999 24: 7 Charles M. Gray: The Temporal Correlation Hypothesis of Visual Feature Integration:

More information

DPV. Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl

DPV. Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl DPV Ramona Ranz, Andreas Hungele, Prof. Reinhard Holl Contents Possible use of DPV Languages Patient data Search for patients Patient s info Save data Mandatory fields Diabetes subtypes ICD 10 Fuzzy date

More information

The Distracted Teenage Brain Scientists discover that teens are easily distracted by behaviors that were once but are no longer rewarding

The Distracted Teenage Brain Scientists discover that teens are easily distracted by behaviors that were once but are no longer rewarding Name: Class: The Distracted Teenage Brain Scientists discover that teens are easily distracted by behaviors that were once but are no longer rewarding By Alison Pearce Stevens From Societyforscience.Org

More information

THE FIRST SESSION CHECKLIST

THE FIRST SESSION CHECKLIST THE FIRST SESSION CHECKLIST Save time + LOVE your work! F A M I L Y T H E R A P Y B A S I C S. C O M THE FIRST SESSION CHECKLIST CONTENTS 1 INTRODUCTION HOW TO USE THE FIRST SESSION CHECKLIST LET'S CHAT

More information

Santa Clarita Community College District HEARING CONSERVATION PROGRAM. Revised

Santa Clarita Community College District HEARING CONSERVATION PROGRAM. Revised Santa Clarita Community College District HEARING CONSERVATION PROGRAM Revised March 2018 TABLE OF CONTENTS INTRODUCTION...1 HEARING CONSERVATION PROGRAM...2 1.1 District Policy...2 1.2 Plan Review...2

More information

Run Time Tester Requirements Document

Run Time Tester Requirements Document Run Time Tester Requirements Document P. Sherwood 7 March 2004 Version: 0.4 Status: Draft After review 2 March 2004 Contents 1 Introduction 2 1.1 Scope of the Requirements Document.....................

More information

Hand of Hope. For hand rehabilitation. Member of Vincent Medical Holdings Limited

Hand of Hope. For hand rehabilitation. Member of Vincent Medical Holdings Limited Hand of Hope For hand rehabilitation Member of Vincent Medical Holdings Limited Over 17 Million people worldwide suffer a stroke each year A stroke is the largest cause of a disability with half of all

More information

LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA

LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA LILACS - JOURNAL SELECTION AND PERMANENCE CRITERIA April/2010 LILACS - Latin American and Caribbean Health Sciences Literature, coordinated by BIREME, is a regional index that establishes the bibliographic

More information

Suppliers' Information Note. Next Generation Text Service also called Text Relay. Service Description

Suppliers' Information Note. Next Generation Text Service also called Text Relay. Service Description SIN 359 Issue 1.5 June 2016 Suppliers' Information Note For The BT Network Next Generation Text Service also called Text Relay Service Description Each SIN is the copyright of British Telecommunications

More information

Intro to HCI / Why is Design Hard?

Intro to HCI / Why is Design Hard? Intro to HCI / Why is Design Hard? September 12, 2016 Fall 2016 COMP 3020 1 Announcements A02 notes: http://www.cs.umanitoba.ca/~umdubo26/comp3020/ A01 notes: http://www.cs.umanitoba.ca/~bunt/comp3020/lecturenotes.html

More information

MEASURING AFFECTIVE RESPONSES TO CONFECTIONARIES USING PAIRED COMPARISONS

MEASURING AFFECTIVE RESPONSES TO CONFECTIONARIES USING PAIRED COMPARISONS MEASURING AFFECTIVE RESPONSES TO CONFECTIONARIES USING PAIRED COMPARISONS Farzilnizam AHMAD a, Raymond HOLT a and Brian HENSON a a Institute Design, Robotic & Optimizations (IDRO), School of Mechanical

More information

MyDispense OTC exercise Guide

MyDispense OTC exercise Guide MyDispense OTC exercise Guide Version 5.0 Page 1 of 23 Page 2 of 23 Table of Contents What is MyDispense?... 4 Who is this guide for?... 4 How should I use this guide?... 4 OTC exercises explained... 4

More information

A Scientific Model of Consciousness that Explains Spirituality and Enlightened States

A Scientific Model of Consciousness that Explains Spirituality and Enlightened States A Scientific Model of Consciousness that Explains Spirituality and Enlightened States Frank Heile, Ph.D. Physics degrees from Stanford and MIT consciousness@frankheile.com April 2016 Outline Part 1: Agents

More information

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION

COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION 034 - Proceeding of the Global Summit on Education (GSE2013) COMPUTER PLAY IN EDUCATIONAL THERAPY FOR CHILDREN WITH STUTTERING PROBLEM: HARDWARE SETUP AND INTERVENTION ABSTRACT Nur Azah Hamzaid, Ammar

More information

Fitting System Instructions for Use

Fitting System Instructions for Use Including 2017 2018.2 Fitting System Instructions for Use Version 1.0 www.sonici.com Table of contents 1. Introduction 4 2. Installation 5 3. System requirements 6 4. Getting started with Expressfit Pro

More information

A model of parallel time estimation

A model of parallel time estimation A model of parallel time estimation Hedderik van Rijn 1 and Niels Taatgen 1,2 1 Department of Artificial Intelligence, University of Groningen Grote Kruisstraat 2/1, 9712 TS Groningen 2 Department of Psychology,

More information

Protocol Title: A Comparison of Interventions to Teach Melanoma Patients Skin Selfexamination

Protocol Title: A Comparison of Interventions to Teach Melanoma Patients Skin Selfexamination 1 2 3 4 Protocol Title: A Comparison of Interventions to Teach Melanoma Patients Skin Selfexamination Northwestern University Institutional Review Board: STU17005 Study Type: Interventional 5 Study Design:

More information

The Effect of Training Context on Fixations Made During Visual Discriminations

The Effect of Training Context on Fixations Made During Visual Discriminations The Effect of Training Context on Fixations Made During Visual Discriminations Randy J. Brou (Rbrou@Inst.Msstate.Edu) 1 Teena M. Garrison (Teenag@Cavs.Msstate.Edu) 2 Stephanie M. Doane (Sdoane@Doane.Inst.Msstate.Edu)

More information

Human Abilities: Vision, Memory and Cognition. Oct 14, 2016

Human Abilities: Vision, Memory and Cognition. Oct 14, 2016 Human Abilities: Vision, Memory and Cognition Oct 14, 2016 Milestone I How many users? Depends Fall 2016 COMP 3020 2 Midterm True or false Multiple choice Short answer Fall 2016 COMP 3020 3 Midterm sample

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

QUALITY IMPROVEMENT TOOLS

QUALITY IMPROVEMENT TOOLS QUALITY IMPROVEMENT TOOLS QUALITY IMPROVEMENT TOOLS The goal of this section is to build the capacity of quality improvement staff to implement proven strategies and techniques within their health care

More information

SAMENESS AND REDUNDANCY IN TARGET DETECTION AND TARGET COMPARISON. Boaz M. Ben-David and Daniel Algom Tel-Aviv University

SAMENESS AND REDUNDANCY IN TARGET DETECTION AND TARGET COMPARISON. Boaz M. Ben-David and Daniel Algom Tel-Aviv University SAMENESS AND REDUNDANCY IN TARGET DETECTION AND TARGET COMPARISON Boaz M. Ben-David and Daniel Algom Tel-Aviv University boazb@post.tau.ac.il Abstract Searching for targets, people perform better and reap

More information

Optimal Design: Bekesy Test for Mobile

Optimal Design: Bekesy Test for Mobile Optimal Design: Bekesy Test for Mobile By Samir Dahmani Team 2: Joseph Wolanski, Nihit Mody, Samir Dahmani Client 19: Douglas Oliver, 263 Farmington Avenue, Farmington September 19 th 2012 1. Optimal Design

More information

CS 544 Human Abilities

CS 544 Human Abilities CS 544 Human Abilities Human Information Processing Memory, Chunking & Phrasing, Modes Acknowledgement: Some of the material in these lectures is based on material prepared for similar courses by Saul

More information

HEARING CONSERVATION PROGRAM

HEARING CONSERVATION PROGRAM CALIFORNIA STATE UNIVERSITY, CHICO HEARING CONSERVATION PROGRAM PREPARED BY THE OFFICE OF ENVIRONMENTAL HEALTH AND SAFETY REVISED June 2008 TABLE OF CONTENTS Section Page 1.0 Introduction... 1-1 2.0 Exposure

More information

Communication Access Features on Apple devices

Communication Access Features on Apple devices Communication Access Features on Apple devices The information in this guide is correct for devices running ios 10. Devices running earlier operating systems may differ. Page 2 Page 3 Page 4 Page 5 Page

More information

11. NATIONAL DAFNE CLINICAL AND RESEARCH DATABASE

11. NATIONAL DAFNE CLINICAL AND RESEARCH DATABASE 11. NATIONAL DAFNE CLINICAL AND RESEARCH DATABASE The National DAFNE Clinical and Research database was set up as part of the DAFNE QA programme (refer to section 12) to facilitate Audit and was updated

More information

POLICY GUIDELINES. Notice of the Right to Effective Communication, and Determination as to Effectiveness of Communication

POLICY GUIDELINES. Notice of the Right to Effective Communication, and Determination as to Effectiveness of Communication ATTACHMENT A POLICY GUIDELINES POLICY STATEMENT When an officer, in the course of his or her duties, encounters a person who is deaf or hearing impaired, he or she shall take all necessary and appropriate

More information

Captioning the podcasts in a UCI biology lecture for international and non-international students

Captioning the podcasts in a UCI biology lecture for international and non-international students Captioning the podcasts in a UCI biology lecture for international and non-international students Adrienne Williams, HHMI-UCI April 2014 Abstract: A recent increase in the number of international students

More information

Speech to Text Wireless Converter

Speech to Text Wireless Converter Speech to Text Wireless Converter Kailas Puri 1, Vivek Ajage 2, Satyam Mali 3, Akhil Wasnik 4, Amey Naik 5 And Guided by Dr. Prof. M. S. Panse 6 1,2,3,4,5,6 Department of Electrical Engineering, Veermata

More information

Lionbridge Connector for Hybris. User Guide

Lionbridge Connector for Hybris. User Guide Lionbridge Connector for Hybris User Guide Version 2.1.0 November 24, 2017 Copyright Copyright 2017 Lionbridge Technologies, Inc. All rights reserved. Published in the USA. March, 2016. Lionbridge and

More information

Cross-Domain Development Kit XDK110 Platform for Application Development

Cross-Domain Development Kit XDK110 Platform for Application Development BLE Guide Cross-Domain Development Kit Platform for Application Development Bosch Connected Devices and Solutions : BLE Guide Document revision 2.0 Document release date 17.08.17 Document number Workbench

More information

1. PERSON-CENTRED ASSESSMENT AND PLANNING

1. PERSON-CENTRED ASSESSMENT AND PLANNING 1. PERSON-CENTRED ASSESSMENT AND PLANNING This set of activities asks you to explain and demonstrate how you work with individuals to assess their care needs and preferences and agree their care plan.

More information

Microcomputer Activities of the Special Materials Project Leonard Novick, M.A.

Microcomputer Activities of the Special Materials Project Leonard Novick, M.A. Microcomputer Activities of the Special Materials Project Leonard Novick, M.A. Leonard Novick is Director of the Special Materials Project, a contracted activity of the U.S. Department of Education with

More information

A general framework for defining evoked potential paradigms

A general framework for defining evoked potential paradigms Behavior Research Methods, Instruments, & Computers 1989, 21 (2), 285-293 A general framework for defining evoked potential paradigms HOWARD L. KAPLAN and NANCY E. NOLDY Addiction Research Foundation,

More information

Auditory temporal order and perceived fusion-nonfusion

Auditory temporal order and perceived fusion-nonfusion Perception & Psychophysics 1980.28 (5). 465-470 Auditory temporal order and perceived fusion-nonfusion GREGORY M. CORSO Georgia Institute of Technology, Atlanta, Georgia 30332 A pair of pure-tone sine

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

Assurance Engagements Other than Audits or Review of Historical Financial Statements

Assurance Engagements Other than Audits or Review of Historical Financial Statements Issued December 2007 International Standard on Assurance Engagements Assurance Engagements Other than Audits or Review of Historical Financial Statements The Malaysian Institute Of Certified Public Accountants

More information

Correlating Trust with Signal Detection Theory Measures in a Hybrid Inspection System

Correlating Trust with Signal Detection Theory Measures in a Hybrid Inspection System Correlating Trust with Signal Detection Theory Measures in a Hybrid Inspection System Xiaochun Jiang Department of Industrial and Systems Engineering North Carolina A&T State University 1601 E Market St

More information

In this chapter, you will learn about the requirements of Title II of the ADA for effective communication. Questions answered include:

In this chapter, you will learn about the requirements of Title II of the ADA for effective communication. Questions answered include: 1 ADA Best Practices Tool Kit for State and Local Governments Chapter 3 In this chapter, you will learn about the requirements of Title II of the ADA for effective communication. Questions answered include:

More information

Are the Referents Remembered in Temporal Bisection?

Are the Referents Remembered in Temporal Bisection? Learning and Motivation 33, 10 31 (2002) doi:10.1006/lmot.2001.1097, available online at http://www.idealibrary.com on Are the Referents Remembered in Temporal Bisection? Lorraine G. Allan McMaster University,

More information

Empirical Research Methods for Human-Computer Interaction. I. Scott MacKenzie Steven J. Castellucci

Empirical Research Methods for Human-Computer Interaction. I. Scott MacKenzie Steven J. Castellucci Empirical Research Methods for Human-Computer Interaction I. Scott MacKenzie Steven J. Castellucci 1 Topics The what, why, and how of empirical research Group participation in a real experiment Observations

More information

RESTore TM. Clinician Manual for Single User. Insomnia and Sleep Disorders. A step by step manual to help you guide your clients through the program

RESTore TM. Clinician Manual for Single User. Insomnia and Sleep Disorders. A step by step manual to help you guide your clients through the program RESTore TM Insomnia and Sleep Disorders Clinician Manual for Single User A step by step manual to help you guide your clients through the program Version 10 July, 2016 Table of Contents Introduction...

More information

Automatic detection, consistent mapping, and training * Originally appeared in

Automatic detection, consistent mapping, and training * Originally appeared in Automatic detection - 1 Automatic detection, consistent mapping, and training * Originally appeared in Bulletin of the Psychonomic Society, 1986, 24 (6), 431-434 SIU L. CHOW The University of Wollongong,

More information

Computerized Mastery Testing

Computerized Mastery Testing Computerized Mastery Testing With Nonequivalent Testlets Kathleen Sheehan and Charles Lewis Educational Testing Service A procedure for determining the effect of testlet nonequivalence on the operating

More information

Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive

Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive Captus 3000 Thyroid Uptake And Well System The Ultimate... User Friendly... Intuitive Performing Thyroid Uptake measurements has never been easier. The Captus 3000 combines a software program with the

More information

Some methodological aspects for measuring asynchrony detection in audio-visual stimuli

Some methodological aspects for measuring asynchrony detection in audio-visual stimuli Some methodological aspects for measuring asynchrony detection in audio-visual stimuli Pacs Reference: 43.66.Mk, 43.66.Lj Van de Par, Steven ; Kohlrausch, Armin,2 ; and Juola, James F. 3 ) Philips Research

More information

Dementia Direct Enhanced Service

Dementia Direct Enhanced Service Vision 3 Dementia Direct Enhanced Service England Outcomes Manager Copyright INPS Ltd 2015 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100

More information

Augmented Cognition: Allocation of Attention

Augmented Cognition: Allocation of Attention Augmented Cognition: Allocation of Attention Misha Pavel 1, Guoping Wang, Kehai Li Oregon Health and Science University OGI School of Science and Engineering 20000 NW Walker Road Beaverton, OR 97006, USA

More information

GENERALIZABILITY AND RELIABILITY: APPROACHES FOR THROUGH-COURSE ASSESSMENTS

GENERALIZABILITY AND RELIABILITY: APPROACHES FOR THROUGH-COURSE ASSESSMENTS GENERALIZABILITY AND RELIABILITY: APPROACHES FOR THROUGH-COURSE ASSESSMENTS Michael J. Kolen The University of Iowa March 2011 Commissioned by the Center for K 12 Assessment & Performance Management at

More information

Is subjective shortening in human memory unique to time representations?

Is subjective shortening in human memory unique to time representations? Keyed. THE QUARTERLY JOURNAL OF EXPERIMENTAL PSYCHOLOGY, 2002, 55B (1), 1 25 Is subjective shortening in human memory unique to time representations? J.H. Wearden, A. Parry, and L. Stamp University of

More information