112
Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged. Perception Assessment Management System AFPA June 7 th -8 th , 2007

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Embed Size (px)

Citation preview

Page 1: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

AFPAJune 7th-8th, 2007

Page 2: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 2 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Contents: Day 1 Structuring Assessments: Blocks Changing Look and Feel: Templates Publishing Assessments

Page 3: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 3 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Contents: Day 2 System Administration Results Manager Enterprise Reporter

Page 4: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Structuring Assessments: Blocks

Page 5: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 5 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

The Anatomy of an Assessment

Page 6: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 6 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Editor Edit default control parameters Add additional question blocks Add jump blocks

Enable adaptive or multi-stage testing

Add reported topic outcomes Add/edit assessment outcomes

Page 7: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Changing Look and Feel: Templates

Page 8: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 8 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Delivery “Items” (questions,

choices, feedback, etc.) are stored within the question database (table)

Perception merges “items” with html using custom “templates” or “style sheets” and “format” files at the time assessment is taken

questions assessments

templateformat files

Repository

Inet

Participant

Participant

Participant

Participant

f

DeliveringAssessments

Page 9: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 9 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Delivery

Order files are applied to final output

Format Files Contains all default settings

Template File Contains just the items you wish

to change from the defaults Style Sheet

Works with the template, adding styles to the code contained in the template

Questions Contains html used in questions

Format Files

Template StyleSheet

AssessmentQuestions

Page 10: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 10 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Delivery The exact HTML produced is defined by:

Perception software settings.format and htmlcore.format local.format and local_login.format containing

any global customization Templates (with or without references to Style

sheets), selected using Assessment Manager, to modify the defaults for a particular assessment

Page 11: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 11 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

HTML Produced by Perception<html><title> Assessment Name </title><body> assessment content’s “look and feel” is defined by merging items with html from format files, session templates, and style

sheet</body></html>

Page 12: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 12 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Final HTML Produced<html><title> Assessment Name </title><body>

< background graphics>< assessment header with CSS designation > < pre-section CSS designation>

<pre-question html tags> the question <post-question html tags>< pre-choice CSS designation> choice <post-choice CSS designation >< pre-choice CSS designation > choice <post-choice CSS designation >< pre-choice CSS designation > choice <post-choice CSS designation >

< post-section CSS designation>< text in buttons>< assessment footer with CSS designation ></body></html>

Page 13: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 13 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

What are Format Files? Control how the QML code of the questions is

converted to a page of HTML ASCII text files with the extension .format Stored in \perception4\authoring\format folder

on the Perception authoring PCs, and the \perception4\server\format folder on the Perception Server PC

settings.format is the most important; use for reference purposes only

Settings in files local.format or local_login.format overwrite the settings in the main format files

Page 14: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 14 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

What are Templates? Enable Perception authors to change how the

questions appear to participants Are ASCII text files with the extension .template A template file can contain no settings, or any

number of settings Stored in the \[repository]\templates folder

within each repository A number of template files are supplied with

Perception as examples You can use the Template Editor in Authoring

Manager or a text editor to alter template settings

Page 15: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 15 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Template Editor

Page 16: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 16 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Template changes All format file settings can continue to be used for templates using CSS with

the exception of the following: All START_xxx and END_xxx definitions in settings.format All definitions in the [FEEDBACK], [STYLE], [CHOICE] and [OPTION] sections All button definitions :

SUBMIT, RESET, CONTINUE, QUIT, HOME_BUTTON, BRANCH_BUTTON, PIP_HOME_BUTTON SEPARATOR OPEN_DOCUMENT_HEADER CLOSE_DOCUMENT_HEADER OPEN_FEEDBACK_HEADER CLOSE_FEEDBACK_HEADER OPEN_END_HEADER CLOSE_END_HEADER BLOCK_SCORE RUNNING_SCORE FINAL_SCORE ANSWERED_DEF NOTANSWERED Template definitions to be used with CSS should not include any font tags – font

face, size and color are to be controlled by the cascading style sheet.

Page 17: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 17 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

What are Style Sheets? Define rules that control the styling of

HTML elements Allow you to control the rendering — e.g.

fonts, colors, leading, margins, typefaces, and other aspects of style — of a Web document without compromising its structure

Separate the style of a page from the code, or HTML, makes it easier to apply corporate standards to a web page

Page 18: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 18 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Using Style Sheets Style sheet support is turned on using the

variable USE_STYLESHEET=1 Style sheet used is defined by the setting

STYLESHEET=MyStyle.css Question by Question (QxQ) delivery does

not currently support CSS QxQ templates should include USE_QXQ=1

or USE_STYLESHEET=0 to disable the use of Style sheets

Page 19: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Publishing Assessments

Page 20: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Authoring Manager Security and Workflow Management

Page 21: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 21 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Managing Administrators

Manage Administrator in Enterprise Manager

Manage Administrator in Windows Authoring Manager

Page 22: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 22 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Personal Settings

Page 23: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 23 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Roles and Groups

Roles are for

Workflow

Page 24: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 24 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Authoring Rights

Page 25: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 25 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Controlling Access to Topic and Assessment Folders

Topic and assessment folder

rights menu

Page 26: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 26 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Topic Rights per Administrator

Page 27: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 27 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assigning Administrators from the Navigation Pane

Page 28: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 28 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Topic Rights Set in Browser-based Authoring

Page 29: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 29 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Folder Rights per Administrator

Page 30: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 30 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Folder Rights Set in Browser-based Authoring

Page 31: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 31 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Topic and Folder Rights No Access - the selected administrators cannot do anything with

the selected root topics and any subtopics below them, and they will not appear to these administrators in the Authoring Manager window.

View/Use - the selected administrators can only view, tryout or copy the selected root topics and any subtopics below them

Edit/Use - the selected administrators can do everything with the selected root topics and any subtopics below them, except:

Delete the root topic Delete a subtopic below the root topic Delete a question below the root topic Delete an item resource associated with the root topic or a subtopic below

it Delete item content associated with the root topic or a subtopic below it Delete a topic outcome associated with the root topic or a subtopic below

it Cut any of the above

Full Access - the selected administrators can do everything with the selected root topics and any subtopics below them

Page 32: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 32 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Administration Rights

Page 33: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 33 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Reporting Rights

Page 34: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 34 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Results/Monitoring Rights

Page 35: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Enterprise Manager Overview

Page 36: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 36 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Enterprise Manager Main Menu

Page 37: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 37 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Enterprise Manager Main Menu

Enterprise Manager Main Menu Menu options will vary on the basis

of administrator privileges

Page 38: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

System Administration

Page 39: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 39 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

System Administration Main Menu

Page 40: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 40 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Participants Create a single participant Create multiple participants Import participant list

Page 41: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 41 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Create Single Participant

Page 42: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 42 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Sample Participant

Page 43: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 43 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Create Multiple Participants

Assign multiple, new participants to a single group

Generate Participant IDs automatically

Page 44: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 44 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Import Participants

Import large numbers of participants from properly formatted data file and add them to a group single handedly.

Page 45: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 45 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Manage Participants

Page 46: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 46 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Manage Groups

Groups of participants Can be used to reflect your organization’s

structure E.g. geographic regions or functions (i.e.

sales, marketing, finance, HR, R&D, Administration)

Schedule groups to take an assessment Report on groups collectively

Compare performance of one group to another

Page 47: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 47 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Edit Groups

Create unlimited numbers of subgroups to reflect your organizational structure

Page 48: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 48 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedules Schedule individual participants to take an

assessment Schedule groups to take an assessment Schedule options

Limit attempts Override time limit in hours Limit number of days between retakes Access period Require monitoring

Page 49: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 49 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedule Individuals

Page 50: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 50 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedule Individual – Step 2

Select the Schedule of Choice• Web Delivery• Certified Test Center

Page 51: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 51 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Add Assessment

Add an Assessment to Individual Participants

Page 52: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 52 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Select Assessment

Page 53: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 53 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedule Assessment Set Schedule Properties

Name the schedule Limit the number

of attempts a participant can take the assessment

Override the time limit in minutes

Limit the number of days between retakes

OR Set the precise

access period for the specified assessments

Indicate whether the schedule requires monitoring or not

Page 54: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 54 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Review Schedule

Review participants assigned to the schedule

Indicate whether to announce the schedule via email

Page 55: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 55 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Test Centers Schedule individuals or groups to take

assessments at a certified test center Create new test centers

Page 56: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 56 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedule Test Center

Page 57: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 57 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Create Test Center Schedule

Page 58: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 58 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Add Assessment to Group

Page 59: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 59 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Schedule Details

Page 60: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 60 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Review Groups

Page 61: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 61 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Manage Schedules

Page 62: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 62 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators The Root Manager can setup administrative

users with different levels of permission and access to: Questions and Assessments Reports Participants and Groups other related content and features

The Administrator permissions that can be set in Enterprise Manager mirror those that can be set in Windows-based Authoring Manager

Page 63: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 63 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Personal & Group Permissions

Page 64: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 64 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Authoring Permissions

Page 65: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 65 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Authoring Rights in Enterprise Manager and in Authoring Manager

Authoring Rights in Windows-based Authoring Manager

Page 66: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 66 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Administration Permissions

Page 67: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 67 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Reporting Permissions

Page 68: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 68 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Results Permissions

Page 69: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 69 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Creating Administrators – Monitoring Permissions

Page 70: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 70 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Managing Administrators

Manage Administrator in Enterprise Manager

Manage Administrator in Windows Authoring Manager

Page 71: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 71 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

E-mail Broadcast Email Broadcast

Send e-mails to individual or groups Send an announcement when scheduling participants

or groups for an assessment Send a reminder based on schedules and remaining

attempts Select session variables to include in message

E.g. unique username and password

Page 72: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 72 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Email Broadcast

Page 73: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 73 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Server Management

Maintenance and configuration tools used exclusively by the Root Manager (a.k.a. the System Administrator)

Page 74: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Results Manager

Page 75: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 75 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Results Manager Tools for managing

results data Access to each tool is

selectively assigned to administrators

Page 76: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 76 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Delete Results

Results Remover

Page 77: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 77 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Delete Selected Results

Sometimes the results of an assessment are invalid and need to be deleted so as not to skew the aggregate results

Page 78: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 78 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Score Editor

Score Editor Sometimes it’s necessary to manually

adjust the score for a question The correct answer may have been mis-keyed There may be more than one correct answer The question may have been ambiguous The question may have been unfair

Page 79: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 79 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Score Editor

Page 80: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 80 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Scoring Tool Evaluate Essay and Spoken

Response questions according to a rubric

E-mail performance-specific feedback to participants

Page 81: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 81 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Page 82: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 82 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Results Importer

Results Importer Allows you to use Perception’s Enterprise Reporter with

assessments that are not delivered by Perception Enter results manually or import from a properly

formatted data file Associated results with an existing Perception

assessment Or create a new assessment to associate the results with

Page 83: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Perception Assessment Management System

Enterprise Reporter Overview

Page 84: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 84 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Reporting Evaluate progress and identify trends Understand assessment performance over time Share results with key stakeholders Eleven standard reports

Reports can be customized / Design your own report Filter data by group, participant, date, score band,

status, and special fields Administrator access to specific reports can be controlled

by security settings Open and well-documented database can be used with

3rd-party tools

Page 85: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 85 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Reporting Process1. Identify the assessment(s) or the participant on which to

run the report2. Edit report template to display necessary information3. Set filters on data set

a. Groupb. Datesc. Statusd. Special Fields

4. Generate report5. Distribute results

a. Electronicb. Hard-copyc. URL

Page 86: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 86 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Finding an Assessment

Simple Search

Advanced Search

Page 87: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 87 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Finding a Participant

Simple Search

Advanced Search

Page 88: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 88 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Overview Report Generate for a single assessment or a

selected group of assessments Graphical representation of

Assessment score distributions (histogram) Topic store distributions Score band distributions

Calculates standard deviation for assessment scores and topic scores

Page 89: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 89 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Assessment Overview Report

Page 90: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 90 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Export to ASCII Export results for a single assessment or a

selected group of assessments to an ASCII text file Files can then be imported into other tools

E.g. SPSS Includes

Question detail Topic analysis

Specify file parameters Include column headings Field delimiters Percentage format Date format

Page 91: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 91 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Export to ASCII Export data for a single assessment or multiple assessments

Use advanced search capabilities to identify the assessments for reporting

Page 92: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 92 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Export for Excel Export data on a single assessment to an

MS Excel spreadsheet Includes results data and question data

Enables further analysis and manipulation of results

Enables more control over format and layout of data

Page 93: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 93 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Export for Excel

Page 94: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 94 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Coaching Report Provides a detailed view of how an individual

participant performs on a single assessment Includes detailed information on individual

questions Type of question Outcomes chosen/Possible outcomes Answers given Actual score/Maximum score Feedback presented and much more

Includes topic analysis Excellent tool for feedback and remediation Can be linked to from the Grade Book and

Transcript reports

Page 95: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 95 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Coaching Report

Page 96: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 96 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Coaching Report – Topic Analysis

Page 97: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 97 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Score List Report Generate a list of scores for different

participants for a single assessment Include link to Coaching report for details

on an individual’s performance

Page 98: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 98 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Score List Report

Page 99: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 99 Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Grade Book Report Generate a list of participants with their associated

assessment results for more than one assessment Define a list of assessments to include in report

This list can include all assessments used in a given course, for example.

Assign weights to assessments Useful for calculating cumulative scores where the scores

of certain assessments comprise a greater percentage of the cumulative score than those for other assessments

Include link to Coaching report for details on an individual’s performance

Page 100: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 100Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Grade Book Report

Page 101: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 101Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Transcript Report Generate a list of all assessments and their

associated results taken by an single participant

Include link to Coaching report for details on a single assessment

Page 102: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 102Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Transcript Report

Page 103: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 103Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Gap Report Used to compare two sets of results

Compare the performance of two groups Compare pre-course test results to post-course

test results

Displays differences graphically Displays assessment score histogram and

topic score histogram for each group

Page 104: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 104Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Gap Report

Page 105: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 105Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Survey Report Ideal for reporting on reaction assessments

E.g. Course evaluations, Level 1 evaluations

Graphically displays frequency of responses

Calculates mean score for each question

Page 106: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 106Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Survey Report

Page 107: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 107Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Question Statistics Derive useful statistics on individual

questions Analyze questions by assessment or by

individual topic Use information to improve quality of your

measurements

Page 108: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 108Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Question Statistics

Page 109: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 109Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Item Analysis Report Provides detailed psychometric statistics on

individual question P Value (difficulty) Item/Outcome discrimination Item/Outcome correlation

Facilitates quality assurance measures for soundness, fairness, and validity

Identify items that are too easy or too hard Identify items that do not discriminate well between high

performers and low performers Identify items that do may not be valid as their

correlation between a correct answer and a good score on the assessment is weak

Page 110: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 110Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Item Analysis Report

Page 111: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 111Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Item Analysis Report

Page 112: Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark

Slide 112Copyright © 1995-2007 Questionmark Corporation and/or Questionmark Computing Limited, known collectively as Questionmark. All rights reserved. Questionmark is a registered trademark of Questionmark Computing Limited. All other trademarks are acknowledged.

Reporting Security

Specify which reports an administrator can run Specify if administrator can run reports on

results for all groups or just those to of which he or she is a member