Inhaltsverzeichnis. Datenbankoperationen_bei_Fragebogenerstellung. Zur Studiply-Projekt Hauptseite. Autor: Marcel Minke

Size: px
Start display at page:

Download "Inhaltsverzeichnis. Datenbankoperationen_bei_Fragebogenerstellung. Zur Studiply-Projekt Hauptseite. Autor: Marcel Minke"

Transcription

1 Zur Studiply-Projekt Hauptseite Autor: Marcel Minke Da diese Dokumentation auch der Limesurvey Open Source Gemeinde zur Verfügung gestellt werden soll, wurde sie in englischer Sprache verfasst. Inhaltsverzeichnis 1 Anonymous 1.1 Login 1.2 Create new 1.3 Enter Settings 1.4 Add Groups 1.5 Add Questions 1.6 Activate 1.7 Activate Probands 1.8 Add new Proband 1.9 Generate Tokens 1.10 Send Invitation 1.11 Start 1.12 Fill out 1.13 Save unsubmitted 1.14 Deactivate 2 NON-anonymous 2.1 Login 2.2 Create new 2.3 Enter Settings 2.4 Add Groups 2.5 Add Questions 2.6 Activate Inhaltsverzeichnis 1

2 2.7 Activate Probands 2.8 Add new Proband 2.9 Generate Tokens 2.10 Send Invitation 2.11 Start 2.12 Fill out 2.13 Save unsubmitted 2.14 Deactivate 1 Anonymous An anonymous survey has the advantage that answers can't be connected to participants. Therefore the table structure of anonymous and non-anonymous surveys differ. 1.1 Login To create a new survey you have to login first. The standard login is Username: admin Password: password 1.2 Create new To create a new survey click the plus-icon in the upper right 1.3 Enter Settings You can import a survey from a.csv- file or create a new survey by filling out the needed form fields. The most important ones are: Title Description Administrator data (name, adress) Security Settings (cookies, anonymisation yes/no, open registration yes/no) Navigation settings (save unsubmitted surveys, show prev. button) 1 Anonymous 2

3 invitations (text, subject) whereas some elements can only be used if tokens were created Token attribute names: The probands table offers space to request two additional parameters from the users. In this test scenario the residation and the body height were requested. If open registration is used you can give this field meaningful names and use it for evaluation. Further survey settings like "expires", "expiry date", "end URL" In this case the following settings were chosen: anonymous = yes open registration = no use timestamps = yes save IP adress = yes use end URL = yes expiry date = none Further information on how to create a survey can bei found at online manual. Note: If - like in this case - the survey is anonymous but at the same time a probands table is created the token will not be provided with a timestamp to protect anonymity. When the survey was created the following changes are made to the database: lime_surveys: new entry for the survey (name, ID,...) lime_surveys_languagesettings: The texts typed in when creating the survey (title, description of the end URL,...) are stored together with the language and the survey-id (sid). lime_surveys_rights: new entry showing which user (uid) has which rights (value 0/1) for which survey (sid) 1.4 Add Groups Groups can be imported from a.csv- file or added by clicking the plus icon [Bild:add.png]. When a group was added the following changes are made to the database: lime_groups: new entry with group-id (gid), survey-id (sid), group name etc. 1.5 Add Questions Adding questions works accordingly. They can be imported from a.csv- file or added by clicking the plus icon. The most important parameters are: code: key to each question question: question text 1.3 Enter Settings 3

4 help text: further information/help type: according to the type javascript is used to dynamically adapt input fields mandatory: yes/no Alle the question types are described (German). When a question was added the following changes are made to the database: lime_questions: data for every new question with the values qid = primary key, gid = group-id (to which group a question is assigned to), title, question text etc. lime_question_attributes: special features for certain question types. There isn't an entry for every single question. Example: The question "What year were you born?" should be ansewered by entering a four digit number. Therefore an entry maximum chars with the value "4" is stored in this table (together with qaid as primary and qid as foreign key). 1.6 Activate After having activated the survey the following actions can't be done anymore: add/delete groups add/delete answers add/delete questions These actions are not affected: change question code/text/type edit group name edit pre-defined answers (besides the ones with a multiple choise) change survey name and description If there has been some feedback but you'll have to do important changes you'll have to deactivate the survey. By doing so the entered data is shift to an archiv table that is named lime_old_survey_id_datetime. Example: lime_old_survey_12345_ If the survey has been set as an open survey it can be converted to a closed survey - even after it has been activated - by creating a probands table. When the survey was activated the following changes are made to the database: lime_survey_12345: Table was created but is still empty. As in this case the survey is set anonymous there is no token table (which would be named lime_tokens_12345) lime_surveys: active is set to "Y". 1.5 Add Questions 4

5 1.7 Activate Probands A survey can be started directly or access can be restricted to a predefined group of users (probands) by creating a token table. In this case we create a token table and later use the "create token" function to let limesurvey create a token for each proband. Now you'll need the token to access the survey. When a token table was created the following changes are made to the database: lime_tokens_12345: Table was created but is still empty Having created the token table you'll have to add probands. This can be done in the activate/edit tokens section which offers the following functions (icon on top left): display tokens add new token entry import tokens from.csv file or LDAP export tokens to.csv file send invitations send reminder generate tokens drop tokens table 1.8 Add new Proband When adding a new proband the two additional fields residence (attribute1) and body height (attribute2) have to be filled out by the user. This data belongs to the survey description and therefore is stored in the table lime_surveys in the columns attribute1/attribute2. The user's answers are stored in lime_tokens_12345 When a Proband was added the following changes are made to the database: lime_tokens_12345: The table is filled with the proband's data which includes the values entered for residence and body height. The value of the token field is still empty. 1.9 Generate Tokens For every proband a unique identifier is created which can be send to the participants via mail and has to be used to gain access to the survey. When a token was created the following changes are made to the database: lime_tokens_12345: The value of the token field is filled with the created identifier. 1.7 Activate Probands 5

6 1.10 Send Invitation The subject and text of the invitation mail can be edited in a form. Placeholders like firstname, lastname can be used to personalize the s. After the mails were send a list of the invited probands is shown. When a invitation mail was sent the following changes are made to the database: lime_tokens_12345: The value of sent is filled with a timestamp 1.11 Start To start the survey the green icon in the admin panel has to be clicked: Because probands and tokens have been added before, each user who wants to participate in the survey has to enter a valid token to start the survey Fill out If the user has verified his account by entering a valid token he is allowed to fill aout the survey. When a has filled out the survey the following changes are made to the database: lime_tokens_12345: The completed value is set to "Y". (For a non anonymous survey this field would be filled with a timstamp) lime_survey_12345: A new entry containing the participants data like Date/Time, IP-Adress and his answers is created. For this anonymous survey the coulmn token does not exist. For each answer a column in the format IdXGoupIdXQuestionId is created Save unsubmitted If the option to save unsubmitted surveys is enabled the user is able to leave the survey and save the answers given so far. Therefore a username and password (and an adress) has to be entered. An is sent to the user with a link which directly leads him to the page he left the survey. Using username and password the user can login and continue to fill out the survey. When a unsubmitted survey was saved the following changes are made to the database: lime_survey_12345: The value of submitdate is set to zero (datestamp is filled with date/time of the first answer given). lime_saved_control: The following values are stored: survey ID (sid) ID of the non-completed question (srid) 1.10 Send Invitation 6

7 username password (encrypted) timestamp When a user resumes to fill out the unsubmitted survey the following changes are made to the database: lime_saved_control: The user's data is deleted lime_tokens_12345: completed is set to "Y" lime_survey_12345: submitdate and datestamp are filled with timestamps of the last interaction 1.14 Deactivate When a survey is deactivated the data tables are renamed. The probands table is renamed, too. The renamed tables use the following format: lime_old_surveyid_datetime. Data can only be accessed by using tools like phpmyadmin. Therefore it is always useful to export data first before deactivating a survey. 2 NON-anonymous 2.1 Login To create a new survey you have to login first. The standard login is Username: admin Password: password 2.2 Create new To create a new survey click the plus-icon in the upper right 2.3 Enter Settings You can import a survey from a.csv- file or create a new survey by filling out the needed form fields. The most important ones are: Title Description Administrator data (name, adress) Security Settings (cookies, anonymisation yes/no, open registration yes/no) Navigation settings (save unsubmitted surveys, show prev. button) 1.13 Save unsubmitted 7

8 invitations (text, subject) whereas some elements can only be used if tokens were created Token attribute names: The probands table offers space to request two additional parameters from the users. In this test scenario the residation and the body height were requested. If open registration is used you can give this field meaningful names and use it for evaluation. Further survey settings like "expires", "expiry date", "end URL" In this case the following settings were chosen: anonymous = no open registration = no use timestamps = yes save IP adress = yes use end URL = yes expiry date = none Further information on how to create a survey can bei found at online manual. When the survey was created the following changes are made to the database: lime_surveys: new entry for the survey (name, ID,...) lime_surveys_languagesettings: The texts typed in when creating the survey (title, description of the end URL,...) are stored together with the language and the survey-id (sid). lime_surveys_rights: new entry showing which user (uid) has which rights (value 0/1) for which survey (sid) 2.4 Add Groups Groups can be imported from a.csv- file or added by clicking the plus icon. When a group was added the following changes are made to the database: lime_groups: new entry with group-id (gid), survey-id (sid), group name etc. 2.5 Add Questions Adding questions works accordingly. They can be imported from a.csv- file or added by clicking the plus icon. The most important parameters are: code: key to each question question: question text help text: further information/help type: according to the type javascript is used to dynamically adapt input fields 2.3 Enter Settings 8

9 mandatory: yes/no Alle the question types are described (German). When a question was added the following changes are made to the database: lime_questions: data for every new question with the values qid = primary key, gid = group-id (to which group a question is assigned to), title, question text etc. lime_question_attributes: special features for certain question types. There isn't an entry for every single question. Example: The question "What year were you born?" should be ansewered by entering a four digit number. Therefore an entry maximum chars with the value "4" is stored in this table (together with qaid as primary and qid as foreign key). 2.6 Activate After having activated the survey the following actions can't be done anymore: add/delete groups add/delete answers add/delete questions These actions are not affected: change question code/text/type edit group name edit pre-defined answers (besides the ones with a multiple choise) change survey name and description If there has been some feedback but you'll have to do important changes you'll have to deactivate the survey. By doing so the entered data is shift to an archiv table that is named lime_old_survey_id_datetime. Example: lime_old_survey_12345_ If the survey has been set as an open survey it can be converted to a closed survey - even after it has been activated - by creating a probands table. When the survey was activated the following changes are made to the database: lime_survey_12345: Table was created but is still empty. As in this case the survey is set anonymous there is no token table (which would be named lime_tokens_12345) lime_surveys: active is set to "Y". 2.5 Add Questions 9

10 2.7 Activate Probands A survey can be started directly or access can be restricted to a predefined group of users (probands) by creating a token table. In this case we create a token table and later use the "create token" function to let limesurvey create a token for each proband. Now you'll need the token to access the survey. When a token table was created the following changes are made to the database: lime_tokens_12345: Table was created but is still empty Having created the token table you'll have to add probands. This can be done in the activate/edit tokens section which offers the following functions (icon on top left): display tokens add new token entry import tokens from.csv file or LDAP export tokens to.csv file send invitations send reminder generate tokens drop tokens table 2.8 Add new Proband When adding a new proband the two additional fields residence (attribute1) and body height (attribute2) have to be filled out by the user. This data belongs to the survey description and therefore is stored in the table lime_surveys in the columns attribute1/attribute2. The user's answers are stored in lime_tokens_12345 When a Proband was added the following changes are made to the database: lime_tokens_12345: The table is filled with the proband's data which includes the values entered for residence and body height. The value of the token field is still empty. 2.9 Generate Tokens For every proband a unique identifier is created which can be send to the participants via mail and has to be used to gain access to the survey. When a token was created the following changes are made to the database: lime_tokens_12345: The value of the token field is filled with the created identifier. 2.7 Activate Probands 10

11 2.10 Send Invitation The subject and text of the invitation mail can be edited in a form. Placeholders like firstname, lastname can be used to personalize the s. After the mails were send a list of the invited probands is shown. When a invitation mail was sent the following changes are made to the database: lime_tokens_12345: The value of sent is filled with a timestamp 2.11 Start To start the survey the green icon in the admin panel has to be clicked: Because probands and tokens have been added before, each user who wants to participate in the survey has to enter a valid token to start the survey Fill out If the user has verified his account by entering a valid token he is allowed to fill aout the survey. When a has filled out the survey the following changes are made to the database: lime_tokens_12345: The completed value is filled with a timstamp. lime_survey_12345: A new entry containing the participants data like Date/Time, IP-Adress and his answers is created. For each answer a column in the format IdXGoupIdXQuestionId is created Save unsubmitted If the option to save unsubmitted surveys is enabled the user is able to leave the survey and save the answers given so far. Therefore a username and password (and an adress) has to be entered. An is sent to the user with a link which directly leads him to the page he left the survey. Using username and password the user can login and continue to fill out the survey. When a unsubmitted survey was saved the following changes are made to the database: lime_survey_12345: The value of submitdate is set to zero (datestamp is filled with date/time of the first answer given). lime_saved_control: The following values are stored: survey ID (sid) ID of the non-completed question (srid) username 2.10 Send Invitation 11

12 password (encrypted) timestamp When a user resumes to fill out the unsubmitted survey the following changes are made to the database: lime_saved_control: The user's data is deleted lime_tokens_12345: completed is set to "Y" lime_survey_12345: submitdate and datestamp are filled with timestamps of the last interaction 2.14 Deactivate When a survey is deactivated the data tables are renamed. The probands table is renamed, too. The renamed tables use the following format: lime_old_surveyid_datetime. Data can only be accessed by using tools like phpmyadmin. Therefore it is always useful to export data first before deactivating a survey Save unsubmitted 12

Getting Started with LimeSurvey

Getting Started with LimeSurvey Getting Started with LimeSurvey How to create a New Survey Use the Administration toolbar to create a new survey, access previously created surveys, get help, or log out. Any LimeSurvey has three integral

More information

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups.

LimeSurvey. You must have at least one group in each survey, even if you do not wish to divide the survey into multiple groups. LimeSurvey Basic Survey Elements A survey has three integral elements, each of which must exist: 1) A survey name 2) At least one group 3) At least one question Survey Name The survey name provides the

More information

The Electronic Voting System - EVS

The Electronic Voting System - EVS The Electronic Voting System - EVS The electronic voting system is based on the MSU surveys application. Its primary purpose is to allow the MSU community to vote on a variety of issues, membership or

More information

LimeSurvey User Guide to Creating Surveys

LimeSurvey User Guide to Creating Surveys LimeSurvey User Guide to Creating Surveys Created: October 7, 2016 Last updated: March 20, 2017 Contents Gaining access to LimeSurvey... 3 Change your LimeSurvey password... 3 Importing an existing survey

More information

LimeSurvey manual. Version; Authors: Carl DEVOS, Laurence Kohn. Page 1 of 48

LimeSurvey manual. Version; Authors: Carl DEVOS, Laurence Kohn. Page 1 of 48 LimeSurvey manual Version; 2015-07-17 Authors: Carl DEVOS, Laurence Kohn Page 1 of 48 Contents Introduction...3 Login in LimeSurvey...4 From the creation of a survey to the analyses...5 1. Create a survey...6

More information

Lime Survey is a survey tool hosted internally at the University.

Lime Survey is a survey tool hosted internally at the University. Lime Survey What is LimeSurvey? Lime Survey is a survey tool hosted internally at the University. Why would I use LimeSurvey? Compared with other tools like Course Resources or Microsoft Forms, Lime Survey

More information

Lime Survey User Guide

Lime Survey User Guide Lime Survey User Guide Version 2.58 VIU version Originally created by Okanagan College Kevin Trotzuk, IR Analyst Edited by Anastasia Chwist January 2017 Table of Contents Lime Administration Screen...

More information

Information Technology Services

Information Technology Services Information Technology Services Quick Start Guide for LimeSurvey Quick Start Guide Sections: Login... 2 Structure... 3 Create a New Survey... 3 Adding Other Users to Your Survey... 12 Question Groups...

More information

LimeSurvey - General outline & guide:

LimeSurvey - General outline & guide: LimeSurvey - General outline & guide: This document is to serve as a general outline for the successful creation of a survey using the LimeSurvey product. The source of this material: Part of this tutorial

More information

REDCap Survey Participant List

REDCap Survey Participant List REDCap Survey Participant List If responses do not need to be anonymous, you may use the participant list to capture email addresses to send participants multiple surveys and have the data linked. Below

More information

How to Navigate MAX Survey

How to Navigate MAX Survey How to Navigate MAX Survey *This information for this presentation was taken from the website: www.max.gov* Homepage: www.max.gov First time users will need to Register. You can do this with a Username

More information

Club admins are able to perform the following actions via the Participant Login Management screen:

Club admins are able to perform the following actions via the Participant Login Management screen: This Rugby Link self-help guide explains the process of how Club administrators can send participant logins. This will enable the participant to log into the online registration forms and also the participant

More information

Lime Survey: Quick Start Guide University of Exeter Business School

Lime Survey: Quick Start Guide University of Exeter Business School Lime Survey: Quick Start Guide University of Exeter Business School Contents Introduction... 3 Logging In... 3 Survey Creation Process Steps... 3 Creating A Survey... 3 1. Create the survey... 3 2. Create

More information

Marketo Adobe Connect Adapter. User Guide Version 2.1

Marketo Adobe Connect Adapter. User Guide Version 2.1 Marketo Adobe Connect Adapter User Guide Version 2.1 EVENT INTEGRATION... 3 GETTING STARTED... 3 CREATING A MEETING OR SEMINAR IN ADOBE CONNECT... 4 ENTERING ADOBE CONNECT CREDENTIALS IN MARKETO... 4 Entering

More information

Admin System for User Management

Admin System for User Management Admin System for User Management Contents ADMIN SYSTEM FOR USER MANAGEMENT... 1 CALLING UP AND ACTIVATING USER MANAGEMENT... 1 THE MAIN USER MANAGEMENT WINDOW... 2 Admin System for User Management Calling

More information

Volunteer Scheduler Pro Quick Start Guide Salvation Army

Volunteer Scheduler Pro Quick Start Guide Salvation Army Volunteer Scheduler Pro Quick Start Guide Salvation Army Introduction Welcome to Volunteer Scheduler Pro! This Quick Start Guide was created specifically with the Salvation Army and Kettle Campaigns in

More information

Here is an overview of the steps:

Here is an overview of the steps: Joining the Microsoft Worldwide Learning SME Profile engagement on Microsoft Collaborate Setting up your Microsoft account, developer site registration, and program engagement on Microsoft Collaborate

More information

What s Inside. 1 Introducing Lime Survey Access to Lime Survey Step-by-Step Example... 3

What s Inside. 1 Introducing Lime Survey Access to Lime Survey Step-by-Step Example... 3 Lime Survey User Guide Updated: 2016 October-17 by Teaching & Learning Services Contact: cetl@unb.ca What s Inside 1 Introducing Lime Survey... 1 2 Access to Lime Survey... 2 3 Step-by-Step Example...

More information

Active Directory based password synchronization

Active Directory based password synchronization Active Directory based password synchronization www.adselfserviceplus.com Real-time password synchronization for cloud applications More and more enterprises are making the move to the cloud, which puts

More information

How do I upload student information into the BOS tracker system?

How do I upload student information into the BOS tracker system? How do I upload student information into the BOS tracker system? Why might you want to do this? So you can email students with an individual and unique login link to your Tracker, and therefore trace who

More information

Registrations Participant Logins. Existing Participants No Active Account

Registrations Participant Logins. Existing Participants No Active Account This Rugby Link self-help guide explains the process of how participants can create Rugby Link participant portal accounts, how participants can upgrade to an email login or change their email login, as

More information

REDCap Automated Survey Invitations

REDCap Automated Survey Invitations REDCap Automated Survey Invitations Automated survey invitations allow a user to send invitations immediately or at a designated time in the future when certain conditions have been met. Option 1: Using

More information

ZENworks Mobile Workspace ios Installation. September 2017

ZENworks Mobile Workspace ios Installation. September 2017 ZENworks Mobile Workspace ios Installation September 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

User Guide. Issued July DocAve Backup for Salesforce User Guide

User Guide. Issued July DocAve Backup for Salesforce User Guide DocAve Backup for Salesforce User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About DocAve Backup for Salesforce...5 Supported Browsers...6 Submitting Documentation Feedback

More information

LiveBox Manual WEB ADMIN.

LiveBox Manual WEB ADMIN. 2015 LiveBox Manual WEB ADMIN http://www.liveboxcloud.com LiveBox Srl does not release declarations or guarantees about this documentation and its use and decline any expressed or implied commercial or

More information

EFM Community 3.1 Portal Administration Guide

EFM Community 3.1 Portal Administration Guide EFM Community 3.1 Portal Administration Guide WHITE PAPER For technical support please call: 1-800-787-8755 Or visit: Hwww.Vovici.comH Please contact Vovici technical support if you believe any of the

More information

Sophos Mobile Control Super administrator guide. Product version: 3.5

Sophos Mobile Control Super administrator guide. Product version: 3.5 Sophos Mobile Control Super administrator guide Product version: 3.5 Document date: July 2013 Contents 1 About Sophos Mobile Control...3 2 Super administrator accounts...4 3 The super administrator customer...5

More information

OYSTOR USER ADMIN GUIDE

OYSTOR USER ADMIN GUIDE OYSTOR USER ADMIN GUIDE CONTENT 1. CREATING NEW USERS IN YOUR ACCOUNT 2. CREATING GROUPS OF CONTACTS 3. SETTING ACCESS RIGHTS ON SHARED FOLDERS 4. YOUR OYSTOR ACTIVITY PAGE 5. BACKUP ALL THOSE IMPORTANT

More information

Dialogue Management System (DMS) USER GUIDE. Version 1.5 Last updated 13/05/2010 Interactive Dialogues Ltd - UK

Dialogue Management System (DMS) USER GUIDE. Version 1.5 Last updated 13/05/2010 Interactive Dialogues Ltd - UK Dialogue Management System (DMS) USER GUIDE Version 1.5 Last updated 13/05/2010 Interactive Dialogues Ltd - UK Contents Contents... 2 Overview... 3 How the system works... 3 Management of e-dialogues...

More information

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide Sourcing Supplier Maintenance and Company Administration Buyer User Guide Version 6.1 Ion Wave Technologies, Inc. 2002-2008 Table of Contents Table of Contents...2 Welcome to Supplier Maintenance and Company

More information

Using Canvas with TurningPoint 5

Using Canvas with TurningPoint 5 Using Canvas with TurningPoint 5 The integration with Canvas allows for Turning Technologies users to leverage response devices in class to easily collect student achievement data. Very simply one can

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Vovici Enterprise System Administration Guide

Vovici Enterprise System Administration Guide know more. go far. Vovici Enterprise System Administration Guide Version 4.0 January 2009 45365 Vintage Park Plaza, Suite 250, Dulles, VA 20166 t: + 1 703 481 9326 f: + 1 703 783 0069 e: sales@vovici.com

More information

Wimba Classroom Version 6.1 System Administrator Guide

Wimba Classroom Version 6.1 System Administrator Guide Wimba Classroom Version 6.1 System Administrator Guide Wimba Classroom 6.1 System Administrator Guide 1 Administration Tools 2 Room Administration 3 Server Login Styles 3 Selecting a Server Login Style

More information

Creating an Analyst Viewer User and Group

Creating an Analyst Viewer User and Group Creating an Analyst Viewer User and Group 2010 Informatica Abstract This article describes how to create an analyst viewer user and group. Create an analyst viewer group in the Administrator tool to grant

More information

WebEx Integration to Outlook. User Guide

WebEx Integration to Outlook. User Guide WebEx Integration to Outlook User Guide 032009 Copyright 1997-2009. WebEx Communications, Inc. All rights reserved. Cisco, WebEx, and Cisco WebEx are registered trademarks or trademarks of Cisco Systems,

More information

Supplier Response Guide. Access Supplier Portal to Review and Respond to Bid Opportunities

Supplier Response Guide. Access Supplier Portal to Review and Respond to Bid Opportunities Access Supplier Portal to Review and Respond to Bid Opportunities Contact entered for commodity code (and established proxies) will receive email notification of bid opportunity. 1. Login to the Supplier

More information

How do I sign up for a Canvas account as a parent?

How do I sign up for a Canvas account as a parent? How do I sign up for a Canvas account as a parent? Parents (Observers) can link their Canvas account to their student's account so they can see assignment dues dates, announcements, and other course content.

More information

Web4BIS User Guide Version 3.3

Web4BIS User Guide Version 3.3 Web4BIS User Guide Version 3.3 WEB4BIS User Guide - Table of Contents Table of Contents 1. Login and Logout in WEB4BIS... 3 2. Administration... 4 2.1. Change User Data... 4 2.1.1 Change Person Information...

More information

Eloqua Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Eloqua Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Eloqua Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Eloqua Integration User Guide... 3 Enabling Eloqua Integration in Your Account... 4 Helpful

More information

Supplier Registration Training Guide by Infineon

Supplier Registration Training Guide by Infineon Supplier Registration Training Guide by Infineon What you need to know Dear supplier, This guide serves the purpose of helping you perform a successful registration. It provides basic instructions about

More information

How to Configure Authentication and Access Control (AAA)

How to Configure Authentication and Access Control (AAA) How to Configure Authentication and Access Control (AAA) Overview The Barracuda Web Application Firewall provides features to implement user authentication and access control. You can create a virtual

More information

You will get Access to the DDX Portal via Web Browser. Please use the following Address:

You will get Access to the DDX Portal via Web Browser. Please use the following Address: What is the DDX Portal The DDX Portal uses the functionality of an FTP Server with some more comfortable options. You can send data directly to a person instead of downloading into a directory. Registration

More information

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM)

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Table of Contents About... 3 Using Privileged User Accounts... 4 Password Vault Configuration... 5 Defining Domain Administrator Credentials...

More information

SIX Trade Repository AG

SIX Trade Repository AG January 2018 Table of contents 1. General information 4 1.1 Purpose and scope of the manual 4 1.2 References 4 2. General information and navigation 5 2.1 Using with Internet Explorer 5 2.2 User login

More information

PainChek Web Admin Portal User Guide. WAP User Guide

PainChek Web Admin Portal User Guide. WAP User Guide PainChek Web Admin Portal User Guide WAP User Guide Exported on 09/14/2017 1 Table of Contents 1 Table of Contents...2 2 General Instructions for Use...5 2.1 Overview...5 2.2 Intended Use...5 2.3 Users...5

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

V-CUBE Meeting User Manual

V-CUBE Meeting User Manual V-CUBE Meeting User Manual 2. Preparing for Meetings V-cube, Inc. 2013 V-cube, Inc. All Rights Reserved. Revision history Revision date Details 2013/09/10 - Added a folder feature to the storage functionality

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2

VMware Identity Manager Administration. MAY 2018 VMware Identity Manager 3.2 VMware Identity Manager Administration MAY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

InterCall Web Meeting

InterCall Web Meeting InterCall Web Meeting Quick Reference Guide For more information: www.intercallapac.com Australia 1800 468 225 +61 2 8295 9000 InterCall Web Meeting offers a full-featured web conferencing service that

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

LimeSurvey v2.05 User Guide

LimeSurvey v2.05 User Guide LimeSurvey v2.05 User Guide Revised July 2016 Contents 1.0. Introduction to LimeSurvey v2.05... 3 2.0. LimeSurvey FAQs... 3 How can I tell which version of LimeSurvey I am using?... 3 Which browser is

More information

Quick Reference: My BackPack Password Management

Quick Reference: My BackPack Password Management Quick Reference: My BackPack Password Management My BackPack password management policies have changed significantly, to offer a more industry standard password management process. The new features have

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

COMPANY SETTINGS A MANUAL

COMPANY SETTINGS A MANUAL COMPANY SETTINGS A MANUAL Introduction If you are the first of your organization to register for the messenger, you will automatically be the company admin. If you do not have admin rights, another company

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

CLOUD MAIL Administrator User Guide. (Version 1.0)

CLOUD MAIL Administrator User Guide. (Version 1.0) Administrator User Guide () Table of Contents 1. How to Login the Administration Panel... 3 2. How to Update Administrator Information... 4 3. How to Check the Cloud Mail Account Information... 4 4. How

More information

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Table of contents 1. Key Features 2. Configuration 3. Email Template 4. Leaving a Review 5. Create Reviews 6. Approving a Review 7. Troubleshoots

More information

Decosystem Table of Contents

Decosystem Table of Contents Decosystem Table of Contents Decosystem...1 1 Admin Login...2 1.1 User...3 1.1.1. Add New User...3 1.1.2 Existing Users...7 1.2 Curriculum...16 1.2.1 Existing Course...16 1.2.2 Add New Course...20 1.2.3

More information

ATS Questionnaire Management Interface (QMI) School Administrator Manual

ATS Questionnaire Management Interface (QMI) School Administrator Manual 2014 ATS Questionnaire Management Interface (QMI) School Administrator Manual 1 Table of Contents QMI: BATCH PAGE...3 LOGGING IN TO THE QUESTIONNAIRE MANAGEMENT INTERFACE...4 SEARCHING FOR EXISTING BATCHES...5

More information

Activate Oktopus Software. Register Oktopus Blend License. 1. After installing the software and opening it, an activation window will appear.

Activate Oktopus Software. Register Oktopus Blend License. 1. After installing the software and opening it, an activation window will appear. Activate Oktopus Software 1. After installing the software and opening it, an activation window will appear. 2. Type the 16 character product key into the box and click OK. 3. If there is an active internet

More information

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2 Report HQ Quick Start Guide STEP 1 Requesting An Account 1) Request an account via the Report HQ Request Form 2) Nasdaq will verify your account 3) Once your account is verified and provisioned, you will

More information

DocAve Governance Automation Online

DocAve Governance Automation Online DocAve Governance Automation Online Business User Guide Service Pack 9 Cumulative Update 6 Issued December 2017 Table of Contents What s New in this Guide... 5 About DocAve Governance Automation Online...

More information

Administration Guide. 10 Nov TM and copyright Imagicle spa

Administration Guide. 10 Nov TM and copyright Imagicle spa Administration Guide 10 Nov 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents Administration Guide...1/14 Product Description...1/14 Imagicle Contacts...4/14 Product Configuration...5/14 Synchronizing

More information

Marketo ON24 Adapter. User Guide Version 4.1. Updated May 3, 2013

Marketo ON24 Adapter. User Guide Version 4.1. Updated May 3, 2013 Marketo ON24 Adapter User Guide Version 4.1 Updated May 3, 2013 CONTENTS EVENT INTEGRATION OVERVIEW... 2 BEFORE YOU BEGIN... 3 REQUIREMENTS... 3 HOW TO CREATE AN EVENT IN MARKETO WITH AN ON24 INTEGRATION...

More information

Part I Quick Start Installation 2. Part II Manual Installation 8. Part III Ixed directory 10

Part I Quick Start Installation 2. Part II Manual Installation 8. Part III Ixed directory 10 Part I Quick Start Installation 2 1 Preliminary actions... 2 2 Running the install... script 2 3 Multilingual Support... 4 One Language Support... 4 Multiple Languages... Support 5 Flag Icons... 6 Important

More information

Account Management Settings section. Service Request Settings section

Account Management Settings section. Service Request Settings section WebEx Site Configuration Audit Log The following settings are included in the CSV export of changes to the Configuration > Common Site Settings > Options page of WebEx Site Administration. Account Management

More information

Gurusoft DSQ: User Guide Self Registration

Gurusoft DSQ: User Guide Self Registration 2018 Gurusoft DSQ: User Guide Self Registration Gurusoft Pte Ltd Version: v1.00 2/9/2018 Table of Contents Self Registration... 2 User ID and Password... 3 How to Log In... 3 How to Add/Delete a Mall and

More information

Updated PDF Support Manual:

Updated PDF Support Manual: Version 2.7.0 Table of Contents Installing DT Register... 4 Component Installation... 4 Install the Upcoming Events Module...4 Joom!Fish Integration...5 Configuring DT Register...6 General... 6 Display...7

More information

Configuration Tab. Cisco WebEx Messenger Administration Guide 1

Configuration Tab. Cisco WebEx Messenger Administration Guide 1 Overview, page 2 Organization Information, page 2 Domain Information, page 3 Resource Management Information, page 4 URL Configuration, page 5 Security Settings, page 6 Directory Settings, page 8 Password

More information

SharePoint 2010 Instructions for Users

SharePoint 2010 Instructions for Users SharePoint 2010 Instructions for Users 1. Access your SharePoint Web site...2 2. Work with folders and documents in a Shared Documents Library...3 2.1 Edit a document...3 2.2 Create a New Document...3

More information

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 /

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 / MDM Server 5.26 Release Highlights 7P Mobile Device Management Rel: 1.0 /2017-10-08 Doc.Nr.: RB.52600.V1.0EN Content 1 GENERAL... 3 1 General The following sections provide a brief overview of all new

More information

LeagueApps Coach User Guide

LeagueApps Coach User Guide LeagueApps Coach User Guide Welcome to the LeagueApps Coach User Guide! We have switched registration platforms for a couple main reasons: - Easy online registration and payment collection - Credit card

More information

MESA Database User Guide

MESA Database User Guide MESA Database User Guide Table of Contents Introduction... 5 Login Screen... 5 Dashboard... 6 My Profile... 7 School Management... 8 Search for a School... 8 Add a School to Your Center... 8 Remove a School

More information

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014

USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 USER GUIDE for Smartsheet VERSION 1, NOVEMBER 2014 How it Works Simply create a Backupify account and authorize it to connect to your Smartsheet account- our application will do the rest. Every day, Backupify

More information

PDF Share Forms with Forms Central extended features

PDF Share Forms with Forms Central extended features PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms with Forms Central extended features Product: PDF Share Forms Enterprise for SharePoint 2010 Contents

More information

EMC Bookshelf Instructor Administrator User Guide

EMC Bookshelf Instructor Administrator User Guide EMC Bookshelf Instructor Administrator User Guide Introduction As a new feature of the EMC Bookshelf these administrator accounts will enable a greater amount of control over the ebook license that you

More information

Partner Side SMART Guide

Partner Side SMART Guide Partner Side SMART Guide Table of Contents 1. Introduction... 3 2. Partner Registration Process... 3 3. Additional Form... 12 4. Scorecard... 13 5. View Buyer Profile... 14 Partner Side User Manual 31

More information

Copyright 2013 Elsevier B.V. All rights reserved.

Copyright 2013 Elsevier B.V. All rights reserved. User Guide Reviewer Copyright 2013 Elsevier B.V. All rights reserved. Table of Contents Introduction... 3 Accept/Decline Invitation... 3 Accept Invitation... 4 Decline Invitation... 5 Submit Review...

More information

penelope case management software AUTHENTICATION GUIDE v4.4 and higher

penelope case management software AUTHENTICATION GUIDE v4.4 and higher penelope case management software AUTHENTICATION GUIDE v4.4 and higher Last modified: August 9, 2016 TABLE OF CONTENTS Authentication: The basics... 4 About authentication... 4 SSO authentication... 4

More information

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 1 Overview of Vendor Portal Setup Basware P2P s vendor portal allows vendors to retrieve easily

More information

Spontania Administrators Manual

Spontania Administrators Manual Spontania Administrators Manual ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 801-974-3612 TechSales 1.800.705.2103 FAX 1.801.977-0087

More information

SharePoint. Team Site End User Guide. Table of Contents

SharePoint. Team Site End User Guide. Table of Contents Table of Contents Introduction... 1 Logging in for the First Time:... 1 Areas of the team site:... 2 Navigating the team site:... 3 Adding Content to the team site:... 3 The Ribbon:... 3 Adding a Link:...

More information

GigaCentral ios User Guide V2.0. For User and Storage Admin

GigaCentral ios User Guide V2.0. For User and Storage Admin V2.0 For User and Storage Admin Copyright 2018 by Inspire-Tech Pte Ltd. All rights reserved. All trademarks or registered trademarks mentioned in this document are properties of their respective owners.

More information

VidyoDesktop: Quick User Guide Ver. 1.0

VidyoDesktop: Quick User Guide Ver. 1.0 Page 1 Logging In There are 3 parameters needed to log in. 1. The video portal link. (http://webvc.nic.in). 2. User Name provided by NIC. 3. Password. When you are ready to log in, enter your username

More information

Table of Contents. Single Sign On 1

Table of Contents. Single Sign On 1 Table of Contents Table of Contents Single Sign On SAML Authentication Using SAML SSO Authentication Setting up SAML SSO Authentication Configuring OneLogin as an Identity Provider LDAP Authentication

More information

Getting Started with Cisco Pulse

Getting Started with Cisco Pulse CHAPTER 2 These topics describe what you need know when initially logging into Cisco Pulse. Client and Browser Requirements, page 2-1 Logging Into Cisco Pulse, page 2-2 Getting Familiar with Your Home

More information

Visual Presenter Visual Webcaster

Visual Presenter Visual Webcaster ) Visual Presenter Visual Webcaster Last Revised 8/3/11 Powered by Table of Contents Overview 3 System Requirements 4-5 Login 6 Main Menu 7 Preparing for the Event Presenter 8-12 Slides 13-20 URL s 21-23

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

OpenProject AdminGuide

OpenProject AdminGuide OpenProject AdminGuide I. Contents I. Contents... 1 II. List of figures... 2 1 Administration... 2 1.1 Manage projects...2 1.2 Manage users...5 1.3 Manage groups...11 1.4 Manage roles and permissions...13

More information

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012

Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 Logging in to Qualtrics Introduction to Qualtrics Research Suite Wednesday, September 19, 2012 1. Open a browser and go to http://www.qualtrics.com 2. If you have a Qualtrics account, use it to login.

More information

EUSurvey Open Source Software Quickstart Guide (v2)

EUSurvey Open Source Software Quickstart Guide (v2) EUSurvey Open Source Software Quickstart Guide (v2) 1 Contents Step 1: Connecting to the application... 3 Step 2: Creating a new survey... 4 Step 3: Adding form elements to your survey... 5 The Navigation

More information

Coca-Cola NIBs. Self-Service Solution

Coca-Cola NIBs. Self-Service Solution Coca-Cola NIBs Self-Service Solution 1 Contents 1. Purpose of Document... 3 2. Login to Application... 3 2.1 Search for Self Service Solution Application... 3 2.2 Open Self Service Solution Application

More information

Contents Preamble... 4 System Requirements... 4 Generic Table Functions Column Selector... 5 Search-Boxes... 5

Contents Preamble... 4 System Requirements... 4 Generic Table Functions Column Selector... 5 Search-Boxes... 5 IT-Admins Tool Documentation Revision 2.1 1/22/2018 Contents Preamble... 4 System Requirements... 4 Generic Table Functions... 5 Column Selector... 5 Search-Boxes... 5 Special Search Types and Columns...

More information

Edentity EXTRANET IDENTITY MANAGEMENT BUSINESS PARTNER USER GUIDE

Edentity EXTRANET IDENTITY MANAGEMENT BUSINESS PARTNER USER GUIDE Edentity EXTRANET IDENTITY MANAGEMENT BUSINESS PARTNER USER GUIDE Extranet users are Sanofi business partners who are external to Sanofi but need to access business data on the Sanofi network. This guide

More information