Daily Diary Studies App User Guide

Size: px
Start display at page:

Download "Daily Diary Studies App User Guide"

Transcription

1 Daily Diary Studies App User Guide Monitoring Participant Compliance in Daily Diary Studies Developers: Michael Dai, Alysa McCall, Aman Mishra, Surti Sundaresan Project Coordinator: Siwei Liu Assistant Professor in the Human Development Department of UC Davis Preface Daily diary design, which requires participants to fill out a survey every day, is often used in social sciences to study daily variations in activity, mood, stress, etc. The Human Development Department of UC Davis has an on going daily diary research project in which they collect data from about 200 participants for 100 consecutive days. To help them monitor their compliance, they send them daily reminders containing a link to the survey, as well as summary statistics at various stages of the project (e.g., a summary of how many surveys they have completed in the middle of the study). Our mobile app allows study participants to take daily surveys, and for their moderators to monitor their results and compliance. Overview of the Product The Daily Diary app project includes a few separate components, each of which are necessary for the app to function properly. The Android Studio project: This includes a collection of folders that contain the app activity files, layouts, and images used in the app. PHP files: These files are used to connect the app to the database: it allows functionality such as user creation and login, survey loading, and survey submissions. Survey Creation Forms: This web interface is for survey administrator use only; admin use these forms to create surveys, and insert them into the database to be loaded by the Android application. Installation/Distribution For testing and debugging purposes, the Android Studio project itself can be loaded onto an Android smartphone via USB cable, using the Android Studio application. Android Studio can be downloaded here: The application, once complete, can be loaded into the Google Play store. The developer must have a valid address, and pay a $25 fee.

2 Functionality Upon starting the application for the first time, a splash page is visible for approximately 3 seconds. Once complete, the main page is loaded, showing the application title, logo, and two buttons: Login and Register. The basic interface for the application is shown below: Login & Register Once a user has registered, they should receive a verification code in a message sent to their address. After logging in for the first time, they will be taken to an verification page, in which they can enter their verification code. Forgot Password If a user forgets their password after logging out of the app, a password reset form can be found on the Login screen beneath the Login button. An will be sent to them containing a temporary login password. The password needs to be changed upon logging in, using the Change Password form on the Settings page.

3 Adding New Study ID Once verified, the user can view their home screen. Initially, the home page will show a message that says No surveys available, please add surveys on the home page by clicking on the settings button. The settings button is a white gear icon on the top right corner of the home page. The survey ID should be given to the study participants by the study moderator. Once obtained, the survey ID should be entered into the Add New Survey ID form, located on the settings page. Once added, the button to start the survey will appear on the user s home page, and also on the View Survey Info page. (Note: If the window to complete a survey has closed, the button may not immediately be visible.) Viewing Survey Info Users can view information about the surveys they re currently registered for by clicking the View Survey Info button. The added surveys will show in a list format, each section containing info for a specific survey. Listed information includes: Survey ID Survey study duration (time period of study) Survey Title Start and end time window (in military time format) Daily compliance (The number of days the user has submitted the survey out of total days in the study) Status ( Incomplete For Today or Completed For Today ) Settings Page The settings page can be accessed on the home page by clicking the white gear icon in the top right corner. On the settings page, users are able to: Add new survey IDs (instructions detailed in Adding New Study ID above) Delete survey IDs (This can be done once a study has completed, or if the user needs to end a study early, and no longer wants to receive notifications) Change Password (this form allows the user to change their account password; They need to provide their account , current password, and new password. Once complete, they will be redirected to login again using the new password.) Logout Surveys Begin a survey by tapping on a blue survey button on the home screen, beneath the View Survey Info button. The survey will start, and users are expected to go through the questions

4 until completed. The question text appears at the top of the screen, and the answer field below. There are three types of survey questions: Slider: a scale bar with a slider button that users can drag to set a specific value. The user cannot proceed unless the slider button is tapped at least once. Multiple Choice: Gives a set of textbox options; users can select all that apply, or one option, but they must select at least one before moving on to the next question. Free Response: A textbox for users to type in their own input; users must type at least one character in the box before moving on. The user s progress through the survey is shown below the Next button. For example, if they are on question 4 out of 10, it will show Question 4 of 10. Once finished, they are taken to the submission page. If successful, a message will show that their responses have been recorded, and they can go back to the home page. Troubleshooting & Frequently Asked Questions While utilizing the app or admin side interfaces, you might run into some issues. Read through this section to troubleshoot some common problems or error messages that may arise. *** Most issues with surveys not showing up on the app may have to do with the mobile devices connectivity to WiFi. If they surveys are not showing up, and the device connection to WiFi is working fine, refresh the home page by closing and reopening the app, or going back and forth between the View Survey Info Page and the Home Page. *** Please check WiFi Connectivity. Surveys could not be loaded at this time. "Check WiFi connectivity. Submission Unsuccessful" This message will appear when the mobile device is not connected to the internet. The application requires a constant connection to WiFi while in use, particularly on the home page, where the survey start buttons are loaded, and the final survey submission page. No Surveys Available. Please add surveys on the home page by clicking on the settings button. This message appears when the user logs in for the first time after verification, if they delete all of their active surveys, or if all of their surveys are completed for the day. The user can check the View Survey Info page to determine whether or not they are actually enrolled in surveys. If not, the same message will appear on the Survey Info page. User Issues If users are having a hard time logging in, or have forgotten their password, direct them to the Forgot Password form on the Login page. Other issues related to users can be fixed by deleting

5 the user from the user_info table. This will remove their information from the database, so they can re register for the app. *** NOTE***: This fix should only be used as a last resort. Repeated removal of users from the user table can have detrimental effects on the other database tables. How do I modify an existing survey? This can be done using the Survey Creation interface. On the DDS Control Panel, there is a link titled Modify an Existing Survey. Type in the ID of the survey, and you will be able to view the current state of the survey. Simply click the Modify/Delete button next to a question to change its information. You can also add questions to the survey using this form. *** NOTE*** If you add/delete a questions to an existing survey or modify a question, a new response table will be created in the database. The old table will remain, though we recommend that you download the information from the old table, and remove it from the database. Project Creation Form This interface is for study moderators to add new surveys to the database that users can access on the app. The current login information is: dailydiaryliu@gmail.com Password: davisaggies Once logging in, the admin can: Create a New Survey Modify an Existing Survey View All the Surveys (in the database) Create New Surveys Important Notes: ** Survey titles cannot contain plus signs ( + ) or underscores ( _ ) ** Semi colons are not permitted in Checkbox question at all. ** Carets ( ^ ) are not allowed in any text fields. ** Using the back button at any time during survey creation or modification can result in a misreading of information.

6 The first page of the survey creation form has the following fields: Study ID: This is a unique study ID that the admin can choose. Use the button to the right to check if the survey ID is already in use. We recommend using 4 digit numerical codes for study IDs. Notifications: To set whether or not admin wants to notify users of new surveys via . Title: The title of your survey; users can see this title when they add the study ID. Start Date: The beginning date a survey will be open. End Date: The date of closing of a survey. Start Availability Time: The daily time during the day that a survey will open. End Availability Time: The daily time during the day that a survey will close. Note: The start availability time is permitted to fall after the end availability time (eg 10 PM to 6 AM). Each additional page of the survey creation form allows the admin to add questions one at a time. They can chose among three question types: Slider: a scale bar with a slider button that users can drag to set a specific value. The user cannot proceed unless the slider button is tapped at least once. Multiple Choice: Gives a set of textbox options; users can select all that apply, or one option, but they must select at least one before moving on to the next question. Free Response: A textbox for users to type in their own input; users must type at least one character in the box before moving on. As noted above, semi colons cannot be used in Checkbox questions, and carets may not be used in any text fields. Once complete, admin can click the button at the bottom of the form called Finish Adding Questions and Create. A submission page will inform them that their survey has been created successfully, or that there was an error. Modify Existing Surveys Admin can use this form to add/modify/delete questions in a survey, or to change the survey start and end dates, submission window, and title. After entering the survey ID, they can view all the parts of the survey, and click the Modify/Delete button to edit a specific question. When finished, click the Finish button located at the bottom of the questions page. Note, that modification of survey questions will cause a new response table to be created. For example, if there was a responses2 table, which held the responses for Survey ID 2 before

7 modification, the table would be renamed responses2_mmddyyyyhhmmss where MM/DD/YYYY is the date the modification took place and HH:MM:SS is the time when the modification took place. View All Surveys This view allows the admins to see the different surveys that are stored within the database. Both active and inactive surveys are shown on this page. Survey logistics, such as the title, Survey ID, etc. as well as the questions within the survey are available for admins to see. Managing the Server The current implementation of the application server uses a WAMP stack running on Amazon Web Services (AWS) EC2 service. Accessing the Server To access the server via Remote Desktop Protocol (RDP), navigate to the AWS console and log in. Find the EC2 section and access it, then find the Running Instances view to see the server. Selecting the server in the list (it should be the only entry) and clicking Connect at the top of the window will pop up options to connect. To connect, you will need the password, which is encrypted for security. We have provided a file named DailyDiary.pem, which contains the encryption key for the password. Using this file, you can decrypt the password. Then, simply use the username and password displayed to connect to the server via RDP. Do note that only a single person may log in to a single account at one time, and that the server only has a single account at present. This means that logging in while another user is logged in will log them out, so login times should be coordinated to avoid interrupting another user s work. Locating Important Resources Once you have accessed the server, you will find yourself at a desktop much like the standard Windows Home desktop. From here, to access the majority of WAMP s functions, you can click the WAMP icon in the system tray at the bottom left of the screen (it will look like a small w within a square). This will open a menu which has options for changing the majority of the WAMP stack s options and files. At present, the menu does not allow you to quickly navigate to the location of Apache s httpd.conf file, but under normal circumstances this should not be necessary. The httpd.conf file can be found in Apache s subfolders within the C:\wamp64 folder. The PHP scripts which govern the application server s functions are located within the C:\wamp64\www folder, which can be easily located via the WAMP menu. All the relevant PHP scripts are located within this folder and its subfolders. The www folder is publically accessible, while the admin folder located within is restricted to local (i.e. the server) access only. These

8 access options, among other things, may be changed in the aforementioned httpd.conf file, but this can be a technically involved task. Maintenance Fees The Amazon Web Services server will be free for one year starting February 24th, Once the AWS Free Tier offer expires, the server will require payment to continue running. The server is a t2.micro server, and at the time of writing (June 1st, 2016) the pricing for that size server was $0.013 per hour. A slight overestimation of 750 hours per month for 24/7 service leads to a cost estimate of $9.75 per month. If the server is discovered to be running slowly due to heavy load, it may be desirable to upgrade the server, which can be done by selecting the server in the Instance list, then going to Actions and selecting Change Instance Settings. From there, selecting the option Change Instance Type will allow you to select a new server type and size to suit your needs. Do note that the instance must not be running to perform this change, so you will have to change the Instance State to Stop from the same menu before doing this. Additionally, stopping and restarting the instance will cause its public DNS to change, so previous links to the server s interfaces may no longer work. If you are no longer able to reach the server, check to see if its public DNS (visible in the AWS console) has changed. For reference, the current price sheet for AWS instances can be found at Using PHPMyAdmin The PHPMyAdmin interface for accessing and managing the database can be accessed at ec us west 1.compute.amazonaws.com/phpmyadmin. Once you have authenticated to the server, you will be able to see the MySQL databases. The database pertinent to the application is surveyservice. Within, you will find several tables. Response Tables There will be several tables with names resembling responses<surveyid><date>. These tables hold responses to surveys with the corresponding survey ID and last modified date. You can export the response data in several different formats by clicking the name of the table to open its browsing window in the main panel, then clicking the Export tab in the upper bar. From there, you can choose the output format and set options, if desired. Logistical Tables The studyid table contains information pertaining to each survey, including their unique study IDs, which are used to register users, the human readable title, a duration in days, a flag indicating whether notifications are enabled for that particular survey, a start and end date, as well as an opening and closing time, which indicate what times of day a survey is open to users. The studyid_parts table contains purely backend information which specifies which parts of a survey are to be displayed in random order.

9 The surveys table contains survey questions. These are stored one per row, with an accompanying study ID which specifies which survey the question belongs to, and it s question ID within that study. The question type indicates what type of question it is (multiple choice, slider, or free response). The question itself is stored as a string, and the randomize flag indicates whether the particular question is part of a block of questions which will be displayed in random order. The surveys_reg table contains information on which users are participating in which surveys. This table contains survey IDs along with user IDs, along with the time of the user s last submission. The S_Id column is unused. The userinfo table contains information about each user, including their user ID, their first and last names, their address, and their password. The password is not stored directly, but is instead stored as a hash to avoid leaking users passwords should the database be compromised.this table also contains a verification code for use in verification as well as a flag indicating whether a user has verified their . Modifying Tables and User Data The PHPMyAdmin interface may also be used to modify the surveys and user data. This can have unintended consequences, but can be useful if you are familiar with databases. Adding and removing columns can be done from the Structure tab at the top of the main panel after selecting a table in the left panel. Clicking Drop will remove a column from the table, and there is an option to insert columns just below the list of columns. You can edit a column by clicking the Change button, which is located next to the Drop button.

10 Requirements Document Introduction Daily diary design, which requires participants to fill out a survey every day, is often used in social sciences to study daily variations in activity, mood, stress, etc. We have an on going daily diary research project in which we collect data from about 200 participants for 100 consecutive days. To help them monitor their compliance, we hope to be able to send them daily reminders containing a link to the survey, as well as summary statistics at various stages of the project (e.g., a summary of how many surveys they have completed in the middle of the study). We hope to deliver an app, Android and/or ios, that study participants can use to complete surveys. Glossary of Terms Amazon EC2 Amazon Elastic Compute Cloud (EC2) is the cloud based computing platform we are using to host the database and backend of our app. Android/ Android Studio Referring to the mobile operating system built for smartphones and tablets. Android Studio is the IDE (Integrated Development Environment) for the Android operating system. Bitbucket Web application that assists with managing a project's workflow and documents. Compliance Statistics Statistics related to how many surveys a user has completed, the percentage of surveys completed, and overall user participation within a survey. Database This is where all user survey information will be stored. Graphical User Interface (GUI) This is what a user of the app will see and interact with. JSON A syntax for storing and exchanging data. Information travelling to and from the database will be sent in a JSON format. Survey A list of questions that participants will be required to complete on a daily basis during a study. WAMP Stands for Windows, Apache, MySQL, and PHP. It s the software development stack that is often used in developing web applications. Apache is a web page serving software; MySQL is a database management software, used to contain information that should be stored; PHP is a programming language that communicates between Apache and MySQL to create dynamic web pages.

11 System Architecture Overview User Interface GUI

12 Requirements Use Cases/User Stories As an administrator, I will be notified if a user has missed three or more consecutive surveys. As an administrator, I will be able to create a new study with a unique study ID As an administrator, I will be able to see the active participants. As an administrator, I will be able to add, remove, or modify surveys and questions. As an administrator, I will be able to pull the data from the survey database, and export it to a file for viewing As a user, I can register into the app on my smartphone with my address, password, and unique study ID. As a user, I can log into the app using my e mail address and password. As a user, I will be notified when there is a new survey for me to take. As a user, I will be able to fill out and submit a survey within a specific time period once daily. As a user, I will be able to view my survey compliance statistics. As a user, I will be able to view what time my past surveys were submitted. As a user, I will only be able to see one active survey per day. As a user, I will not be able to view, or change my survey answers after I submit them As a user, I must put a response to each question before moving forward As a user, I will be able to change or reset my password if I forget it. As a user, I will be able to view my app settings, including a password change form As a user, I will be able to modify the types and frequency of reminder alerts. Prototyping Code (Bitbucket URL) Private Bitbucket Repository: Appendices Hardware/Software Used Amazon EC2 (Hosting database and backend) Android Studio (Android App Development) MySQL (Database) PHP (Web Framework) Apache (Web Server Software)

13 Index I. Preface II. Overview of Product III. Installation/Distribution IV. Functionality a. Login & Register b. Forgot Password c. Adding New Study ID d. Viewing Survey Info e. Settings Page f. Surveys V. Troubleshooting & FAQ VI. Project Creation Form a. Create New Surveys b. Modifying Existing Surveys c. View All Surveys VII. Managing the Server a. Accessing the Server b. Locating Important Resources c. Maintenance Fees VIII. Using PHPMyAdmin a. Response Tables b. Logistical Tables c. Modifying Tables & User Data Contact Information Alysa McCall: Aman Mishra: Surti Sundaresan: Michael Dai:

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

My Courses: Displays courses the user has self-enrolled in as well as courses that have been assigned to the user when available.

My Courses: Displays courses the user has self-enrolled in as well as courses that have been assigned to the user when available. LOGGING IN To log in go to https://gbateam.redvector.com and enter your Login /Username and Password. If you have forgotten your password, click on the Forgot your password link. 1. Enter the primary email

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language

Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language Page Topic 02 Log In to KidKare 02 Using the Navigation Menu 02 Change the Language help.kidkare.com 03 Enroll a Child 03 Withdraw a Child 03 View Pending and Withdrawn Children 04 View Kids by Enrollment

More information

MyCardUpdate User Guide Triple E Technologies, LLC

MyCardUpdate User Guide Triple E Technologies, LLC MyCardUpdate User Guide Triple E Technologies, LLC Version 030316.02 Triple E Technologies, LLC P.O. Box 2677 Post Falls, ID 83877 Phone: 208.777.9300 Fax: 208.777.9304 2017 Triple E Technologies, LLC

More information

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1

Remote Workspace. Nubo End User Guide. Version: 1.3 Date: June, Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Nubo End User Guide Version: 1.3 Date: June, 2017 Copyright 2017 by Nubo Inc. All rights reserved. Page 1 Table of Contents ABOUT THIS GUIDE... 3 1. REGISTRATION & ACTIVATION... 4 A. Install the Nubo App

More information

VI. Corente Services Client

VI. Corente Services Client VI. Corente Services Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 II. Corente Client Configuration...

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system?

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Yes. To take advantage of all the new features of Online Banking, you must complete the

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions 1. I forgot my BlueStar password. Please help! 2. Select Forgot Password. 3. Enter your BlueStar username. 4. Choose the way you want to get a new BlueStar password: a. Text

More information

Workshare Client Extranet. Getting Started Guide. for Mac

Workshare Client Extranet. Getting Started Guide. for Mac Workshare Client Extranet Getting Started Guide for Mac Build trust with your clients Share files with your clients and partners in professional, branded workspaces that you control. Create your look Work

More information

Peach Pass GO! Mobile App User Guide

Peach Pass GO! Mobile App User Guide Peach Pass GO! Mobile App User Guide Welcome to the Peach Pass GO! Mobile App User Guide! New Look, New Functionality Improved Usability and More Features! The newly designed Peach Pass GO! Mobile App

More information

AvePoint Online Services 2

AvePoint Online Services 2 2 User Guide Service Pack 7 Issued August 2017 Table of Contents What s New in this Guide...6 About...7 Versions: Commercial and U.S. Government Public Sector...7 Submitting Documentation Feedback to AvePoint...8

More information

Table of Contents. 1. Background Logging In Account Setup Requests Submissions Discussions...

Table of Contents. 1. Background Logging In Account Setup Requests Submissions Discussions... Trust Safety: PwC Connect Tool Upload Release: Final Updated November 2018 Table of Contents 1. Background... 3 2. Logging In... 4 3. Account Setup... 8 3. Requests... 9 4. Submissions... 10 5. Discussions...

More information

User s Guide Version 4.0 August 2010

User s Guide Version 4.0 August 2010 User s Guide Version 4.0 August 2010 Biscom, Inc. 321 Billerica Rd. Chelmsford, MA 01824 tel 978-250-1800 fax 978-250-4449 Copyright 2010 Biscom, Inc. All rights reserved worldwide. Reproduction or translation

More information

Business Online Banking User Guide

Business Online Banking User Guide Business Online Banking User Guide Table of Contents Contents Overview... 2 Logging In... 2 Additional Login Information... 5 Home/Dashboard... 6 Top Line Tool Bar... 6 Bulletins... 7 Dashboard... 8 Accounts...

More information

CardNav by CO-OP 3.0. Quick Reference Guide. CO-OP Financial Services

CardNav by CO-OP 3.0. Quick Reference Guide. CO-OP Financial Services CardNav by CO-OP 3.0 Quick Reference Guide CO-OP Financial Services TABLE OF CONTENTS Getting Started Installing and Upgrading Contents Logging in to the App Navigating the App Viewing Card Information

More information

HealthyCT Online Member Bill Pay. User Guide For Enrollment and Online Payments

HealthyCT Online Member Bill Pay. User Guide For Enrollment and Online Payments HealthyCT Online Member Bill Pay User Guide For Enrollment and Online Payments Revised April 2016 Table of Contents I. Enrollment Process: Setting up Member Bill Pay... Page 2 II. Setting Up Your Payments...

More information

Connect for Android. Sender App. August 28, 2012 Ver 5.3 AWest. 1 P age

Connect for Android. Sender App. August 28, 2012 Ver 5.3 AWest. 1 P age Connect for Android Sender App August 28, 2012 Ver 5.3 AWest 1 P age Blackboard Connect for Android... 3 System Requirements... 3 Installation and Setup... 3 Logging into the Android App... 4 Navigating

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Table of Contents: ipayment for Android

Table of Contents: ipayment for Android for Android Tablets Table of Contents: Two-Factor Authentication... 3 Card reader... 4 Bluetooth Card reader... 5 Receipt Printer... 6 Logging in to ipayment MobilePay... 7 Demo Mode... 7 Reset Password...

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

WolkAbout IoT Tool Mobile Application v2.2. User Manual

WolkAbout IoT Tool Mobile Application v2.2. User Manual WolkAbout IoT Tool Mobile Application v2.2 User Manual 1 Table of Contents: Introduction 3 Account Registration 3 Mobile registration 3 Web registration 4 Mobile Application Installation and Configuration

More information

Project Presentation

Project Presentation Project Presentation Saad Arif Dept. of Electrical Engineering and Computer Science University of Central Florida - Orlando, FL November 7, 2013 1 Introduction 1 Introduction 2 Gallery 1 Introduction 2

More information

Mobile Banking App User s Guide

Mobile Banking App User s Guide Mobile Banking App User s Guide Enrollment Enroll Using Online Banking 1. Log in to your Online Banking account at easternmichiganbank.com. 2. Go to Options > Mobile Settings > Web Mobile Settings. 3.

More information

Quick Reference Card for Timestamp Hourly View Employees

Quick Reference Card for Timestamp Hourly View Employees Time & Attendance Quick Reference Card for Timestamp Hourly View Employees Navigator Version 7.0 The following instructions describe a typical Navigator configuration. The names and location of widgets

More information

Employer Self Service (ESS) User Quick Guide

Employer Self Service (ESS) User Quick Guide Employer Self Service (ESS) User Quick Guide i Table of Contents Getting Started 6 Accessing the Employer Self Service (ESS) Portal 6 Maintaining Account Settings 7 Switching Employers within Session 7

More information

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5 Contents A. Getting Started... 3 1. About e-access... 3 2. Enrolling in e-access:... 3 3. Authenticating your account... 5 4. Login... 5 B. Fix a Problem... 6 1. Provided the wrong email address during

More information

Blackboard Student Quick Reference Guide

Blackboard Student Quick Reference Guide Blackboard Student Quick Reference Guide Welcome to Blackboard, UTT s E-Learning System! This Quick Reference Guide is designed to help get you started using Blackboard Release 9.1.120113.0. Page 1 of

More information

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences.

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Table of Contents Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Web site Login Page # Login Process 3 Reset Password 4 Authorize

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

Admin Mobile App (APP_102)

Admin Mobile App (APP_102) Admin Mobile App (APP_102) Feature: eschoolplus Admin Mobile App Target Audience: Building Administrators Overview of eschoolplus Admin Mobile App Developed for ios and Android, the eschoolplus Admin Mobile

More information

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Version 1.0 February 9, 2017 Version 1.0 TABLE OF CONTENTS 1.0 Getting Started... 1 1.1 Access to the Internet...

More information

JITs Portal. User Manual

JITs Portal. User Manual JITs Portal User Manual November 2017 JITs Portal 1 Table of Contents Chapter 1 Introduction... 2 1.1 What is the JITs Portal?...3 1.2 User Guide structure...4 Chapter 2 Working with the JITs Portal...

More information

Interpreter Intelligence Scheduling System User-Guide For Interpreters

Interpreter Intelligence Scheduling System User-Guide For Interpreters Interpreter Intelligence Scheduling System User-Guide For Interpreters 2 A. Overview... 3 B. How to Navigate the Interpreter Intelligence Full Site... 4 Logging In & Resetting Your Password... 4 Reviewing

More information

Getting Started with Amazon Web Services

Getting Started with Amazon Web Services Getting Started with Amazon Web Services Version 3.3 September 24, 2013 Contacting Leostream Leostream Corporation 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.leostream.com Telephone:

More information

WolkAbout IoT Tool Mobile Application v2.4. User Manual

WolkAbout IoT Tool Mobile Application v2.4. User Manual WolkAbout IoT Tool Mobile Application v2.4 User Manual Table of Contents: Introduction 2 Account Registration 2 Web Registration 2 Mobile Registration 4 Mobile Application Installation and Configuration

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

BlackVue C App Manual

BlackVue C App Manual BlackVue C App Manual BlackVue C App Manual Contents Connecting to BLACKVUE CLOUD... 3 (A) Create an account... 3 (B) Register your dashcam with your account... 3 (C) Connect your BlackVue dashcam to a

More information

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6

Windows quick start instructions Pg. 1. OS X quick start instructions Pg. 4. ios quick start instructions Pg. 6 Page 1 of 12 Windows quick start instructions Pg. 1 OS X quick start instructions Pg. 4 ios quick start instructions Pg. 6 Android quick start instructions Pg. 9 Windows Quick Start Instructions STEP 1

More information

Student Guide to Neehr Perfect Go!

Student Guide to Neehr Perfect Go! Student Guide to Neehr Perfect Go! I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to Neehr Perfect... 6 VI. Activities... 6

More information

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3.

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3. BM Solutions Mortgage Portal Document upload - Case tracking - Secure messaging Mobile technology User Guide 15 January 2018 V3.0 KEY BENEFITS Moving forward together with secure online document upload

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

Student Guide. By UNICAF University

Student Guide. By UNICAF University vnhgfj Student Guide By UNICAF University 1 2 Table of Contents 1) Introduction... 5 2) Student Panel (SIS)... 5 2.1) Student Panel (SIS) Login... 5 2.1.1) Definitions... 5 2.1.2) Registration Email...

More information

/ 1. Online Banking User Guide SouthStateBank.com / (800)

/ 1. Online Banking User Guide SouthStateBank.com / (800) / 1 Online Banking User Guide SouthStateBank.com / (800) 277-2175 06132017 Welcome Thank you for using South State s Online Banking. Whether you are a first time user or an existing user, this guide will

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2

QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2 QUICK START: SYMANTEC ENDPOINT PROTECTION FOR AMAZON EC2 Quick Start Guide for Using Symantec Endpoint Protection for Amazon EC2 Quick Start Guide for Using Symantec Endpoint Protection for Amazon EC2

More information

NETOP GUEST FOR ANDROID GUIDE

NETOP GUEST FOR ANDROID GUIDE 31.01.2017 NETOP GUEST FOR ANDROID GUIDE Contents 1 Introduction... 2 1.1 Document Scope... 2 2 Installing the Netop Guest... 3 2.1 Enter the Netop Guest license key... 3 3 Using the Netop Guest... 5 3.1

More information

Mobile Android Guide for Users

Mobile Android Guide for Users Mobile Android Guide for Users Version 19.01 SP-WX-MBLAND-UG-201706--R019.01 Sage 2017. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

InTemp System User s Guide

InTemp System User s Guide InTemp System User s Guide Onset Computer Corporation 470 MacArthur Blvd. Bourne, MA 02532 www.onsetcomp.com Mailing Address: P.O. Box 3450 Pocasset, MA 02559-3450 Phone: 1-800-LOGGERS (1-800-564-4377)

More information

Privileged Access Management Android Access Console 2.2.2

Privileged Access Management Android Access Console 2.2.2 Privileged Access Management Android Access Console 2.2.2 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

esd Mobile Parent User Guide v

esd Mobile Parent User Guide v esd Mobile Parent User Guide v. 4.5.0 Copyright 2002-2014 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Logging In... 3 Navigating esd Mobile Parent... 6 Home Tab... 7 Students

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

International Trade Online

International Trade Online International Trade Online USER GUIDE For informational purposes only, not considered an advertisement. INTERNATIONAL TRADE ONLINE International Trade Online is the web-based offering from M&T Bank to

More information

11.0 Random Assignment

11.0 Random Assignment 11.0 Random Assignment Random assignment is the procedure by which enrolled youth will be assigned to either the Usual Services or ASPIRE Services groups. Random assignment is performed in a computer system,

More information

Getting Started. Accessing MyTeachingStrategies Navigating MyTeachingStrategies Guided Tour Setting Language Preference to Spanish

Getting Started. Accessing MyTeachingStrategies Navigating MyTeachingStrategies Guided Tour Setting Language Preference to Spanish Getting Started Accessing MyTeachingStrategies Navigating MyTeachingStrategies Guided Tour Setting Language Preference to Spanish How-To Guide for Teachers Accessing MyTeachingStrategies Signing In Before

More information

Welcome to CSB on Command Frequently Asked Questions

Welcome to CSB on Command Frequently Asked Questions Welcome to CSB on Command Frequently Asked Questions General How much does this service cost? There is currently no charge associated with the service. However, there may be charges associated with text

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

TouchPoints. instructions. Contents

TouchPoints. instructions. Contents If these instructions don t answer all your questions, do call us on 0808 238 5492 or email us at touchpoints@ipsos.com (see full details at the bottom of this page). TouchPoints instructions Thank you

More information

Multi-Factor Authentication (MFA)

Multi-Factor Authentication (MFA) What is it? Multi-Factor Authentication, or MFA, is a process that requires more than one type of authentication to gain access to a program. You have probably seen this with your bank or other secure

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Install Application Start Download the Application

Install Application Start Download the Application Install Application Start Download the Application Apple Android Enter A cardholder will download the app from either the itunes app store or the Android Google Play Store. 6 Install Application Completion

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

Managing the Cisco APIC-EM and Applications

Managing the Cisco APIC-EM and Applications Managing Cisco APIC-EM Using the GUI, page 1 Cisco APIC-EM Application Separation, page 1 Information about Backing Up and Restoring the Cisco APIC-EM, page 4 Updating the Cisco APIC-EM Software, page

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

bla bla Groupware Compact Guide

bla bla Groupware Compact Guide bla bla Groupware Compact Guide Groupware Groupware: Compact Guide Publication date Friday, 01. June 2018 Version 7.10.0 Copyright 2016-2018 This document is the intellectual property of OX Software GmbH

More information

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA USA. August v1.0

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA USA. August v1.0 User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2012 202-10933-03 v1.0 Support Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online,

More information

FAQs. A guide for school app administrators

FAQs. A guide for school app administrators FAQs A guide for school app administrators Introduction myschoolapp is a simple and cost-effective way to engage with today s mobile parents and carers who run their lives from their phones. It helps you

More information

OpenSpace provides some important benefits to you. These include:

OpenSpace provides some important benefits to you. These include: Cengage Education A member of Open Colleges Welcome to OpenSpace OpenSpace is our virtual campus. It is our online space for students, tutors and staff to interact. It provides you with a secure, interactive

More information

eschooldata Mobile Parent User Guide v

eschooldata Mobile Parent User Guide v eschooldata Mobile Parent User Guide v. 5.5.0 Copyright 2002-2017 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Logging In... 3 Mobile App: Login Credentials...3 Mobile Web: Login

More information

Secure Single Sign On with FingerTec OFIS

Secure Single Sign On with FingerTec OFIS Secure Single Sign On with FingerTec OFIS User Guide CONTENTS 3 1 INTRODUCTION Welcome to OFIS Gateway 4-11 2 INSTALLATION & SETUP Registering Your OFIS Gateway Installing & Setting Up Your OFIS Gateway

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process...

Table of Contents. Overview of the TEA Login Application Features Roles in Obtaining Application Access Approval Process... TEAL Help Table of Contents Overview of the TEA Login Application... 7 Features... 7 Roles in Obtaining Application Access... 7 Approval Process... 8 Processing an Application Request... 9 The Process

More information

/ 1. Online Banking User Guide SouthStateBank.com / (800)

/ 1. Online Banking User Guide SouthStateBank.com / (800) / 1 Online Banking User Guide SouthStateBank.com / (800) 277-2175 01242018 Welcome Thank you for using South State s Online Banking. Whether you are a first time user or an existing user, this guide will

More information

Odyssey File & Serve. Firm Administrator User Guide Release 3.14

Odyssey File & Serve. Firm Administrator User Guide Release 3.14 Odyssey File & Serve Firm Administrator User Guide Release 3.14 OFS-FS-220-3680 v.1 April 2016 COPYRIGHT AND CONFIDENTIALITY Copyright 2016 Tyler Technologies, Inc. All rights reserved. Use of these materials

More information

Online Banking User Guide

Online Banking User Guide Online Banking User Guide If you need assistance, please call 315.477.2200 or 800.462.5000 M-F 7:30am - 6:00pm Sat 9:00am - 1:00pm empowerfcu.com 315.477.2200 800.462.5000 Table of Contents Online Banking

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 12. March. 2018 By: Technical Support Team Table of Contents 1) Introduction 3 2) Student Panel (SIS) 3 2.1) Student Panel (SIS) Login 3 2.1.1) Definitions

More information

CipherTV STB 3.5A User Guide WORLD ENTERTAINMENT ON DEMAND.

CipherTV STB 3.5A User Guide WORLD ENTERTAINMENT ON DEMAND. CipherTV STB 3.5A User Guide www.ciphertv.com CipherTV Corporation B11-970 Burrard Street, Vancouver British Columbia, Canada V6Z 2R4 Table of Contents WORLD ENTERTAINMENT ON DEMAND 1.0 Getting started.................................................

More information

Power School Parent Portal User Guide

Power School Parent Portal User Guide Power School Parent Portal User Guide Preface Use this guide to assist you while navigating the PowerSchool Parent Portal. This guide is based on the PowerSchool Parent Portal online help, which you can

More information

Getting Started with Soonr

Getting Started with Soonr WWW.SOONR.COM Getting Started with Soonr A Quick Start Guide for New Users Soonr Inc. 12/19/2012 Revision 1.1 Copyright 2012, Soonr Inc., all rights reserved. Table of Contents 1 How Soonr Workplace Works...

More information

User s Guide Version 4.2 March 2012

User s Guide Version 4.2 March 2012 User s Guide Version 4.2 March 2012 Biscom, Inc. 321 Billerica Rd. Chelmsford, MA 01824 tel 978-250-1800 fax 978-250-4449 Copyright 2012 Biscom, Inc. All rights reserved worldwide. Reproduction or translation

More information

Mobile Banking Frequently Asked Questions

Mobile Banking Frequently Asked Questions Mobile Banking Frequently Asked Questions What types of Mobile Banking does Midwest BankCentre offer? We offer three types of Mobile Banking: Mobile Apps allows you to easily connect to Midwest BankCentre

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

This option lets you reset the password that you use to log in if you do not remember it. To change the password,

This option lets you reset the password that you use to log in if you do not remember it. To change the password, User s Guide Overview IDrive offers the most cost-effective BMR functionality with onsite disk image backup for SMBs. You can store entire data of hard disks including the operating system (OS) and application

More information

Instructions for Casual and Relief Staff

Instructions for Casual and Relief Staff Instructions for Casual and Relief Staff Schools W: www.staffsync.nz E: support@staffsync.nz Ph: 0800 878623 Logging In Enter the email address and password you normally use with StaffSync. If using your

More information

SafeNet Authentication Manager

SafeNet Authentication Manager SafeNet Authentication Manager Version 8.0 Rev A User s Guide Copyright 2010 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

EMS MASTER CALENDAR User Guide

EMS MASTER CALENDAR User Guide EMS MASTER CALENDAR User Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction to the

More information

Android Rep Console

Android Rep Console Android Rep Console 2.2.10 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Let s get started. Need more help getting started?

Let s get started. Need more help getting started? Need more help getting started? www.zencam.com/support Let s get started. We hope you love your new Zencam Camera. If you have any questions, we're here for you. M1. M2. E1. E2 Series support@zencam.com

More information

MAY-i Check User Guide Version June 2013

MAY-i Check User Guide Version June 2013 7100 Woodbine Avenue Suite 305 Markham, Ontario L3R 5J2 Canada (T) 1.888.697.7772 (F) 1.888.564.7729 sales@mayicorp.ca MAY-i Check User Guide Version 1.9.6 June 2013 Table of Contents Getting to know the

More information