WebQuest. Question-File Quick-Start Instructions

Size: px
Start display at page:

Download "WebQuest. Question-File Quick-Start Instructions"

Transcription

1 Contents WebQuest Question-File Quick-Start Instructions 1 Introduction 1 2 Where to Start Questionnaire on Paper Questionnaire in Electronic Format (Word, PDF, etc.) Starting From Scratch Creating your Question-File Survey Title Survey Introductory Text WebQuest Commands Consent Options Identity Page Progress Bar Likert ticklist Splitting the Survey across Pages textarea Repeating Answers Debrief Introduction In short, the questionnaire system (WebQuest) converts a list of questions (from a question- le) into an online web questionnaire, and stores participants' responses in a form that you can load into SPSS and Excel. Neil Carter 1 of

2 All you need to do is provide a le containing the questions and their associated answeroptions; WebQuest will automatically arrange the questions and answers into a suitable web format without you needing to do any `programming'. You will receive a notication every time a participant completes (as opposed to starts) your questionnaire, and you can obtain by the results for all participants simply by visiting a special web page. WebQuest is designed to spare users from having to learn web programming, and a fairly sophisticated questionnaire can be written without the use of any special HTML/web code. Nevertheless, it allows your questionnaire's pages to contain just about anything that a web page could contain (within reason). Thus, if you are familiar with HTML, you can customise your questionnaire with things like pictures, audio and video, dynamic or interactive features like applets, and so forth. 2 Where to Start There are three main ways in which you might make a start on writing your questionnaire le, depending on what form the questionnaire is in. You could write your own from scratch, or you might already have a pre-written questionnaire on paper, or you might have it stored in a le like a Microsoft Word document or a PDF. 2.1 Questionnaire on Paper If the questionnaire is long, and it would take a lot of time to type it in, you can avoid the typing by using the department's OCR (Optical Character Recognition) system to convert the text on the paper into an electronic document. See Neil for further details. 2.2 Questionnaire in Electronic Format (Word, PDF, etc.) If the document is in Word format, you'll need to convert it to plain text format. This can be done easily, by using Word's Save As feature, with the le type set to Plain Text, as illustrated below: Neil Carter 2 of

3 Note that you should click the Other encoding option, and scroll up the list to select Unicode (select the plain Unicode option, not the other ones). This is illustrated below: Neil Carter 3 of

4 If the document is in a PDF le, there are limits to what you can do, since PDF is typically used to prevent copying to other formats. You can usually obtain the text successfully, but the formatting might require some eort to re-arrange into the correct form. Just use the Save as feature and choose Plain text. 2.3 Starting From Scratch If you intend to write your own questionnaire, it's probably best if you download the demonstration question-le from the introductory page of the online demo questionnaire. You then edit this using Windows' built-in text editor, Notepad. 3 Creating your Question-File OK, let's assume you've got Notepad open and are ready to start writing/editing your question le. First of all, save the (empty) le with the appropriate name. The name of your question le is critical. I will have told you what the name is, but it is almost certainly your student number (followed by.txt, if you have congured Windows to show le name extensions). Neil Carter 4 of

5 The following screenshot depicts what you should see. Note that the Encoding option should be set to Unicode. 3.1 Survey Title As for the content of your survey, the rst part is the title, which might be something like Sports Participation. Put this name on the rst line of your question le, thus: Neil Carter 5 of

6 Now, this will appear as a banner at the top of every page of your survey. 3.2 Survey Introductory Text Next, you should provide an introduction to your survey, along with the consent text, as required by the ethics committee. So, on the next lines, add something like this: Neil Carter 6 of

7 3.3 WebQuest Commands You need to tell WebQuest where your introduction ends, so that it can present it on its own page, before the questions are presented. The way to tell WebQuest what you want is through the use of commands. These are short, simple words, preceded by three asterisks (so that WebQuest knows that they are commands, and not just part of your questionnaire's text), and must appear on a line on their own. The command for indicating the end of the introduction and consent page is introduction end, so add the following text to your question le. Neil Carter 7 of

8 3.4 Consent Options To indicate consent (or not), the participant can click on one of two links. The links take the participant to the next stage of the survey if they consent, or straight to the debrief, if they do not consent. The links are created automatically for you, but you can adjust the text that appears in each link. On the next line of the question le, WebQuest expects the text for the consent link, and on the line after that it expects the text for the do-not-consent text. Finally, to indicate the end of the consent options, WebQuest looks for the command consent end. So, add the following lines to the end of the question le: Neil Carter 8 of

9 Now that we have nished the rst part of our survey, we can upload it to the server to see how it looks. Upload your question-le, following the instructions provided in the administration guide. Your question le will be immediately active, so go to the URL for your web survey; you should see something like this: Neil Carter 9 of

10 This looks a bit plain, so, without knowing too much HTML web page language, we can make it look a bit better. Surrounding each part of the text with an appropriate tag will make the text appear dierently. Tags are characters and digits placed inside angle brackets. For instance <h3> marks the start of a second-level heading, and <p> means the start of a Paragraph. The slash character changes the tag to mean the end of the section. For instance, </p> means the end of a paragraph. Change the text to match the following: Neil Carter 10 of

11 <ul> means Un-numbered List (i.e. a bulleted list), and <li> means List Item. Please don't worry about having to know HTML, this is about as much HTML as you need for WebQuest; it puts the vast majority of the HTML in for you. This is what our introductory page should look like now; much nicer: Neil Carter 11 of

12 3.5 Identity Page If the participant chooses to consent, they are presented with a new web page where they can enter a name. Actually, they can enter anything they like here; nothing is done with this information other than to record it in a special identity le. As you will realise, standard procedure for psychological experiments is to store the identity of the participant (in this case, the name they entered on the ID page) separately to their answers, linking the two with a special unique ID number. This is handled automatically by WebQuest, and all you see is the participants' responses along with their unique ID number. If you need to nd out who a particular ID number relates to, then you should contact me directly, but not that I can only tell you what the name was that they entered on the ID page; I have no reliable means of working out exactly who entered that name. You can give the participant some instructions about what you want them to enter for their name (e.g. an address, if you want to contact them), by adding the text to the question-le, immediately after the consent end command. You tell WebQuest where this instruction text ends with the identity end command, thus: Neil Carter 12 of

13 3.6 Progress Bar Next, WebQuest expects you to indicate how many questions your survey contains. It uses this number in order to calibrate a progress-indicator (so that on the 25 th question out of 100, the bar is one quarter of the way along). It doesn't matter what you enter here (as long as it's a reasonable number), since it won't break the system. So, just type in a rough estimate. If you would prefer not to show the progress bar, enter 0 on this line. On the next line, you should enter the title you want for the progress bar. By default, this is Your progress:, but you can enter anything you like, within reason. Disabling the progress bar might be a good idea for very long questionnaires; seeing the progress bar move slowly might put o some participants! For now, keep things simple, and disable the progress bar with a zero, but note that you will still have to put something on the next line, where the bar's title goes; in this case, just put a hyphen (whatever you type will be ignored, but you must have a line of something here): Neil Carter 13 of

14 Now you are ready to start writing your questions. In surveys, the questions generally indicate how the answer should be given. The main categories of answer-type are: ˆ mutually-exclusive options (only one can be chosen at a time, e.g. Likert) ˆ independent options (none, one, or more can be chosen at a time, e.g. a checklist) ˆ free-form text (the participant types in anything they want). The rst two dictate what choices the participant has, but the last one obviously gives them a lot more control. 3.7 Likert The Likert scale is a very common answer-type for psychological survey questions. So, let's add a question and answer. Suppose we want to nd out how much the participant enjoys participating in sport; we could write the following: Neil Carter 14 of

15 The rst line contains the command telling WebQuest that we want a Likert scale, the next line (the hyphen) tells WebQuest to use the default label options (more on those later), and the next line indicates how many options the scale has. The next lines (ve in this case) contain the options values, Agree Strongly to Disagree Strongly; the rst line contains the left-hand option, and vice-versa across the screen. Immediately after the option-values comes the line containing the question. Do not leave any blank lines in amongst these lines, or WebQuest will get confused and the questions and answer text will be jumbled up. Note that the question is preceded by some text and three asterisks. This is the way you can specify the variable name to be used for this question/answer as it appears in SPSS or Excel. The text you add in front of the asterisks will not appear on the web page, but it will be used as the column heading in the results le, which means that SPSS and Excel can treat it as the variable name for the values in that column. 3.8 ticklist It's likely that many participants take part in more than one sport, so, if we wanted to know in what sports the participant was active, we'd want to allow them to select more than one. We can use the ticklist command for answers like that: Neil Carter 15 of

16 Note that, unlike the other question types, the ticklist requires that the variable names are applied to the answer-options instead of the questions. This is because the participant can give more than one answer to ticklist questions, and each answer must be recorded separately. WARNING: A common mistake is to use a ticklist where the participant is expected to pick only one option. In this case, the participant might change their mind about answering Yes to a question, and go back and tick the No option without unticking the Yes. In your results le, it will appear that the participant answered both yes and no, so their answer to this question will have to be excluded from the statistics. 3.9 Splitting the Survey across Pages Experts recommend that web pages are kept short to avoid too much vertical scrolling. WebQuest allows you to break your survey up into pages, and the command to do this is (unsurprisingly) page. Tell WebQuest to place a page break after the second question, by adding the command to the end of the text we have so far: Neil Carter 16 of

17 WebQuest will stop the page at this point, and place a big green button marked Next, enabling the participant to progress to the next page. This is what our survey looks like now: Neil Carter 17 of

18 You probably won't be able to resist clicking the next button. But WebQuest has nowhere to go after this point in our question le, so it issues an error message: Neil Carter 18 of

19 That'll teach you. In order to catch that error, we obviously need to add more questions. Let's add some questions that require a text answer: 3.10 textarea For small entries like numbers or names, for instance, the textarea is most suitable. It allows a label to be displayed alongside, which could be used to indicate the units (e.g. years) for the value to be entered: Neil Carter 19 of

20 The rst line we add is the textarea command. On the line below, we add the height (in lines), and on the next line we add the width (in characters) of the box; the size of the box gives participants a hint as to what size of answer we're expecting. Note that the actual size is only an approximation due to the discrepancy between the fonts and browsers potentially used by participants. The fourth line contains the label for the box, which is typically used to show the units for the value. On the fth line, the actual question appears. Finally, we insert a page command to avoid seeing the error we had last time. The resultant web page looks as follows. Neil Carter 20 of

21 3.11 Repeating Answers Many questionnaires consist of a consecutive sequence of questions that share exactly the same set of answer-options. For questions like this, WebQuest allows you to type the questions without having to type the answer-options, thus saving a lot of time and eort. All you do is type the questions under the same command section. For instance, suppose you wanted to ask three questions, all with the same answer-options ranging from Disagree Strongly to Agree Strongly. In this case, you would write the following: Neil Carter 21 of

22 WebQuest repeats the answer options for each question under that command. The sequence of questions ends with the next command; in this case, the page command. Neil Carter 22 of

23 3.12 Debrief It is standard practice to end your survey with some concluding remarks, explaining to the participant the reasons for the survey, and thanking them for their contribution. You tell WebQuest where to end the survey (and start the debrief) with the command questions end, which must occur immediately after a page command. No further commands are needed (although you can use the page command if you want); the debrief will end with the end of the question-le. Thus: Neil Carter 23 of

24 Which gives the following result: Neil Carter 24 of

25 Neil Carter 25 of

This document provides a concise, introductory lesson in HTML formatting.

This document provides a concise, introductory lesson in HTML formatting. Tip Sheet This document provides a concise, introductory lesson in HTML formatting. Introduction to HTML In their simplest form, web pages contain plain text and formatting tags. The formatting tags are

More information

Title: Sep 12 10:58 AM (1 of 38)

Title: Sep 12 10:58 AM (1 of 38) Title: Sep 12 10:58 AM (1 of 38) Title: Sep 12 11:04 AM (2 of 38) Title: Sep 12 5:37 PM (3 of 38) Click here and then you can put in the resources. Title: Sep 12 5:38 PM (4 of 38) Title: Sep 12 5:42 PM

More information

When setting up a webform, you have the ability to control:

When setting up a webform, you have the ability to control: DCU ISS Drupal Guide... 1 How to create a Webform using Drupal... 1 Introduction to using webforms... 1 Creating a basic webform page... 2 Adding fields to your webform... 3 Additional options when using

More information

Authoring OpenStax Documents in Apache OpenOffice Writer *

Authoring OpenStax Documents in Apache OpenOffice Writer * OpenStax-CNX module: m60462 1 Authoring OpenStax Documents in Apache OpenOffice Writer * R.G. (Dick) Baldwin This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it.

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it. Teacher s Manual Teacher Manual This page is a very quick guide to creating online courses with Moodle. It outlines the main functions that are available, as well as some of the main decisions you'll need

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Qualtrics can be used for our data collection (regardless of whether it takes place in the lab or outside of the lab).

Qualtrics can be used for our data collection (regardless of whether it takes place in the lab or outside of the lab). Guide to Qualtrics By Jeff Aspelmeier Department of Psychology Radford University Revised 2/7/2017 I originally developed this guide for my students and found that I have been giving it to as many colleagues

More information

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts.

Handling Your Data in SPSS. Columns, and Labels, and Values... Oh My! The Structure of SPSS. You should think about SPSS as having three major parts. Handling Your Data in SPSS Columns, and Labels, and Values... Oh My! You might think that simple intuition will guide you to a useful organization of your data. If you follow that path, you might find

More information

A Step-by-Step Guide to getting started with Hot Potatoes

A Step-by-Step Guide to getting started with Hot Potatoes A Step-by-Step Guide to getting started with Hot Potatoes Hot Potatoes Software: http://web.uvic.ca/hrd/hotpot/ Andrew Balaam Objectives: To put together a short cycle of exercises linked together based

More information

HTML&CSS. design and build websites

HTML&CSS. design and build websites HTML&CSS design and build websites jon duckett 1 Structure Understanding structure Learning about markup Tags and elements We come across all kinds of documents every day of our lives. Newspapers, insurance

More information

Master Syndication Gateway V2. User's Manual. Copyright Bontrager Connection LLC

Master Syndication Gateway V2. User's Manual. Copyright Bontrager Connection LLC Master Syndication Gateway V2 User's Manual Copyright 2005-2006 Bontrager Connection LLC 1 Introduction This document is formatted for A4 printer paper. A version formatted for letter size printer paper

More information

Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way

Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way Introduction Earthwork 3D for Dummies Doing a digitized dirt takeoff calculation the swift and easy way Getting to know you Earthwork has inherited its layout from its ancestors, Sitework 98 and Edge.

More information

Delegate Notes. Title: Creating Interactive Exercises using Hot Potatoes Software

Delegate Notes. Title: Creating Interactive Exercises using Hot Potatoes Software Delegate Notes Title: Creating Interactive Exercises using Hot Potatoes Software Session objectives: To put together a short cycle of exercises linked together based on the topic of animals. Examples here

More information

Understanding structure Learning about markup Tags and elements. Structure COPYRIGHTED MATERIAL

Understanding structure Learning about markup Tags and elements. Structure COPYRIGHTED MATERIAL XX XX XX Understanding structure Learning about markup Tags and elements 1 Structure COPYRIGHTED MATERIAL We come across all kinds of documents every day of our lives. Newspapers, insurance forms, shop

More information

Java Programming Constructs Java Programming 2 Lesson 1

Java Programming Constructs Java Programming 2 Lesson 1 Java Programming Constructs Java Programming 2 Lesson 1 Course Objectives Welcome to OST's Java 2 course! In this course, you'll learn more in-depth concepts and syntax of the Java Programming language.

More information

Introduction, Notepad++, File Structure, 9 Tags, Hyperlinks 1

Introduction, Notepad++, File Structure, 9 Tags, Hyperlinks 1 Introduction, Notepad++, File Structure, 9 Tags, Hyperlinks 1 Introduction to HTML HTML, which stands for Hypertext Markup Language, is the standard markup language used to create web pages. HTML consists

More information

Tips & Tricks for Microsoft Word

Tips & Tricks for Microsoft Word T 330 / 1 Discover Useful Hidden Features to Speed-up Your Work in Word For what should be a straightforward wordprocessing program, Microsoft Word has a staggering number of features. Many of these you

More information

Creating a Survey on Google Drive

Creating a Survey on Google Drive Creating a Survey on Google Drive It's easy to create a survey instrument on Google Drive (formerly called Google Docs). It has some distinct advantages over other free web-based survey services, such

More information

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab. Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 5049 Advanced Internet Technology Lab Lab # 1 Eng. Haneen El-masry February, 2015 Objective To be familiar with

More information

Azon Master Class. By Ryan Stevenson Guidebook #8 Site Construction 1/3

Azon Master Class. By Ryan Stevenson   Guidebook #8 Site Construction 1/3 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #8 Site Construction 1/3 Table of Contents 1. Code Generators 2. Home Page Menu Creation 3. Category Page Menu Creation 4.

More information

By Ryan Stevenson. Guidebook #2 HTML

By Ryan Stevenson. Guidebook #2 HTML By Ryan Stevenson Guidebook #2 HTML Table of Contents 1. HTML Terminology & Links 2. HTML Image Tags 3. HTML Lists 4. Text Styling 5. Inline & Block Elements 6. HTML Tables 7. HTML Forms HTML Terminology

More information

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address All assignments should be sent to p.grocer@rcn.com Backup please send a cc to this address Note that I record classes and capture Smartboard notes. They are posted under audio and Smartboard under XHTML

More information

WEBSITE USER GUIDE.

WEBSITE USER GUIDE. WEBSITE USER GUIDE www.thegrangekent.co.uk Crafted by Burning Leaf Creatives burningleaf.co.uk May 2018 Fundraising for the children of Five Acre Wood School ABOUT THIS GUIDE This guide has been crafted

More information

BEGINNER PHP Table of Contents

BEGINNER PHP Table of Contents Table of Contents 4 5 6 7 8 9 0 Introduction Getting Setup Your first PHP webpage Working with text Talking to the user Comparison & If statements If & Else Cleaning up the game Remembering values Finishing

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

CaseComplete Roadmap

CaseComplete Roadmap CaseComplete Roadmap Copyright 2004-2014 Serlio Software Development Corporation Contents Get started... 1 Create a project... 1 Set the vision and scope... 1 Brainstorm for primary actors and their goals...

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

for Windows Copyrighted by Educational Programs and Software, Inc.

for Windows Copyrighted by Educational Programs and Software, Inc. EPES Software Survey Master for Windows Copyrighted by Educational Programs and Software, Inc. 1999 This documentation may not be copied without written consent from EPES Software, Inc. 1 Table of Contents

More information

Seema Sirpal Delhi University Computer Centre

Seema Sirpal Delhi University Computer Centre Getting Started on HTML & Web page Design Seema Sirpal Delhi University Computer Centre How to plan a web development project draft a design document convert text to HTML use Frontpage to create web pages

More information

Automatic Coding by Section in NVivo

Automatic Coding by Section in NVivo What is Section Coding? Automatic Coding by Section in NVivo You can use heading styles (or more simply headings ) applied to paragraphs in your documents to automatically code the text in paragraphs following

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Using X-Particles with Team Render

Using X-Particles with Team Render Using X-Particles with Team Render Some users have experienced difficulty in using X-Particles with Team Render, so we have prepared this guide to using them together. Caching Using Team Render to Picture

More information

Math Department Website. Content Management

Math Department Website. Content Management Math Department Website Content Management Revision Date: September 29, 2017 Table of Contents Getting Started... 3 Logging In...3 Editor Permissions...3 Section Access... 3 Creating Content... 4 Preparing

More information

Web publishing training pack Level 3 Forms

Web publishing training pack Level 3 Forms Web publishing training pack Level 3 Forms Learning objective: Forms for submitting data - create and manage forms where data is saved in the Web Publishing System (e.g. questionnaire, registration, feedback).

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

The CHECKBOX Quick Start Guide

The CHECKBOX Quick Start Guide The CHECKBOX Quick Start Guide This guide will provide step-by-step directions in order to help you get started faster with Checkbox. First, Some Basic Concepts The CHECKBOX Survey Lifecycle Create Edit

More information

MarkMagic 6 Bar Code Labels, RFID Tags, and Electronic Forms Software for IBM System i

MarkMagic 6 Bar Code Labels, RFID Tags, and Electronic Forms Software for IBM System i MarkMagic 6 Bar Code Labels, RFID Tags, and Electronic Forms Software for IBM System i Tutorial 3: Version 6 Graphic Concepts Tutorial 3: Graphics Concepts Pg. 1 Welcome Welcome to Part 3 of the MarkMagic

More information

Chapter 7: The Internet

Chapter 7: The Internet CSE1520.03 Glade Manual Chapter 7: The Internet Objectives This chapter introduces you to creating a web page that can be viewed on the Internet using a web browser such Firefox, Safari, Chrome or Internet

More information

CSS BASICS. selector { property: value; }

CSS BASICS. selector { property: value; } GETTING STARTED 1. Download the Juice-o-Rama 11-01 zip file from our course dropbox. 2. Move the file to the desktop. You have learned two ways to do this. 3. Unzip the file by double clicking it. You

More information

MP5: Hypermedia Integration- Dreamweaver

MP5: Hypermedia Integration- Dreamweaver MP5: Hypermedia Integration- Dreamweaver MP5: Learning Objectives Required Readings Recommended Resources - Explore the features of Dreamweaver to polish the layout design and text editing on web pages

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42)

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #14 HTML -Part II We continue with our discussion on html.

More information

Graduate Health Sciences Word Topics

Graduate Health Sciences Word Topics Graduate Health Sciences Word Topics This workshop is based on topics provided by Graduated Health Sciences. Have you ever moved text from one part of a Word document to another, and the formatting changed

More information

It is possible to create webpages without knowing anything about the HTML source behind the page.

It is possible to create webpages without knowing anything about the HTML source behind the page. What is HTML? HTML is the standard markup language for creating Web pages. HTML is a fairly simple language made up of elements, which can be applied to pieces of text to give them different meaning in

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

PROFESSOR: Last time, we took a look at an explicit control evaluator for Lisp, and that bridged the gap between

PROFESSOR: Last time, we took a look at an explicit control evaluator for Lisp, and that bridged the gap between MITOCW Lecture 10A [MUSIC PLAYING] PROFESSOR: Last time, we took a look at an explicit control evaluator for Lisp, and that bridged the gap between all these high-level languages like Lisp and the query

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

JAVASCRIPT - CREATING A TOC

JAVASCRIPT - CREATING A TOC JAVASCRIPT - CREATING A TOC Problem specification - Adding a Table of Contents. The aim is to be able to show a complete novice to HTML, how to add a Table of Contents (TOC) to a page inside a pair of

More information

Basic Moodle skills for Teachers

Basic Moodle skills for Teachers Basic Moodle skills for Teachers Moodle v2.6 Contents Logging in... 2 Getting started... 2 Lynda.com training... 3 Turning editing on... 3 Editing your section headers... 3 Enabling Completion Tracking

More information

Basic Fiction Formatting for Smashwords in OpenOffice L. Leona Davis. Copyright 2012 L. Leona Davis All Rights Reserved

Basic Fiction Formatting for Smashwords in OpenOffice L. Leona Davis. Copyright 2012 L. Leona Davis All Rights Reserved Basic Fiction Formatting for Smashwords in OpenOffice L. Leona Davis Copyright 2012 L. Leona Davis All Rights Reserved Cover Photo by Dmitry Maslov Cover Design by L. Leona Davis Smashwords Edition June

More information

Introduction to HTML

Introduction to HTML TOR Part 2 Introduction to HTML TOR Part 2: Introduction 1 of 2 1/23/2007 12:19 PM GSLIS Technology Orientation Requirement (TOR) TOR Part 2: Assessment 10: Introduction to HTML Possible Points: 9 Points

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

CPSC W2 Midterm #2 Sample Solutions

CPSC W2 Midterm #2 Sample Solutions CPSC 320 2014W2 Midterm #2 Sample Solutions March 13, 2015 1 Canopticon [8 marks] Classify each of the following recurrences (assumed to have base cases of T (1) = T (0) = 1) into one of the three cases

More information

Week - 01 Lecture - 04 Downloading and installing Python

Week - 01 Lecture - 04 Downloading and installing Python Programming, Data Structures and Algorithms in Python Prof. Madhavan Mukund Department of Computer Science and Engineering Indian Institute of Technology, Madras Week - 01 Lecture - 04 Downloading and

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes USER GUIDE MADCAP FLARE 2017 r3 QR Codes Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

How to Make a Book Interior File

How to Make a Book Interior File How to Make a Book Interior File These instructions are for paperbacks or ebooks that are supposed to be a duplicate of paperback copies. (Note: This is not for getting a document ready for Kindle or for

More information

HTML and CSS a further introduction

HTML and CSS a further introduction HTML and CSS a further introduction By now you should be familiar with HTML and CSS and what they are, HTML dictates the structure of a page, CSS dictates how it looks. This tutorial will teach you a few

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg How to Use Google Sign in to your Chromebook https://www.youtube.com/watch?v=ncnswv70qgg Use a Google Account to sign in to your Chromebook. A Google Account lets you access all of Google s web services

More information

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Table of Contents Image Optimisation Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Introduction Images are placed on a website to enhance its appearance. However,

More information

RenWeb Training. Creating Your Classroom Website

RenWeb Training. Creating Your Classroom Website RenWeb Training Creating Your Classroom Website October 2013 RenWeb Training Manual Table of Contents Ren Web Survey 3 Pre-Training Handout: Saving a Document as a PDF 4 Lesson 1: Adding Homework & Web

More information

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

GSLIS Technology Orientation Requirement (TOR)

GSLIS Technology Orientation Requirement (TOR) TOR Part 2: Introduction GSLIS Technology Orientation Requirement (TOR) TOR Part 2: Assessment 10: Introduction to HTML Possible Points: 9 Points Needed to Pass Quiz 1: 7 Due Dates for Part 2 Part 2 of

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Azon Master Class. By Ryan Stevenson Guidebook #7 Site Construction 2/2

Azon Master Class. By Ryan Stevenson   Guidebook #7 Site Construction 2/2 Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #7 Site Construction 2/2 Table of Contents 1. Creation of Additional Site Pages & Content 2. Custom HTML Menus for Category

More information

Analyzing PDFs with Citavi 6

Analyzing PDFs with Citavi 6 Analyzing PDFs with Citavi 6 Introduction Just Like on Paper... 2 Methods in Detail Highlight Only (Yellow)... 3 Highlighting with a Main Idea (Red)... 4 Adding Direct Quotations (Blue)... 5 Adding Indirect

More information

Azon Master Class. By Ryan Stevenson Guidebook #4 WordPress Installation & Setup

Azon Master Class. By Ryan Stevenson   Guidebook #4 WordPress Installation & Setup Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #4 WordPress Installation & Setup Table of Contents 1. Add Your Domain To Your Website Hosting Account 2. Domain Name Server

More information

Slide 1 Java Programming 1 Lecture 2D Java Mechanics Duration: 00:01:06 Advance mode: Auto

Slide 1 Java Programming 1 Lecture 2D Java Mechanics Duration: 00:01:06 Advance mode: Auto Java Programming 1 Lecture 2D Java Mechanics Slide 1 Java Programming 1 Lecture 2D Java Mechanics Duration: 00:01:06 To create your own Java programs, you follow a mechanical process, a well-defined set

More information

Easy Survey Creator: User s Guide

Easy Survey Creator: User s Guide Easy Survey Creator: User s Guide The Easy Survey Creator software is designed to enable faculty, staff, and students at the University of Iowa Psychology Department to quickly and easily create surveys

More information

Understanding Word Processing

Understanding Word Processing Understanding Word Processing 3.0 Introduction In this chapter you are going to learn how to create a simple memo or note or a complex and complicated multi column business document using word processing

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

What is XHTML? XHTML is the language used to create and organize a web page:

What is XHTML? XHTML is the language used to create and organize a web page: XHTML Basics What is XHTML? XHTML is the language used to create and organize a web page: XHTML is newer than, but built upon, the original HTML (HyperText Markup Language) platform. XHTML has stricter

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

More information

Following a tour is the easiest way to learn Prism.

Following a tour is the easiest way to learn Prism. Page 1 of 25 A tour of Prism Following a tour is the easiest way to learn Prism. View a movie Watch and listen to a ten minute introductory movie from Prism's Welcome dialog. Or view it on the web. Read

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

Table of Contents. How to use this document. How to use the template. Page 1 of 9

Table of Contents. How to use this document. How to use the template. Page 1 of 9 Table of Contents How to use this document... 1 How to use the template... 1 Template Sections... 2 Blank Section... 2 Signature Sheet... 2 Title Page... 2 Roman Numerals Section (i, ii, iii, iv )... 3

More information

BF Survey Pro User Guide

BF Survey Pro User Guide BF Survey Pro User Guide January 2011 v1.0 1 of 41 www.tamlyncreative.com.au/software/ Table of Contents Introduction... 5 Support... 5 Documentation... 5 Installation New Install... 5 Installation Upgrade...

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

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Azon Master Class. By Ryan Stevenson   Guidebook #5 WordPress Usage Azon Master Class By Ryan Stevenson https://ryanstevensonplugins.com/ Guidebook #5 WordPress Usage Table of Contents 1. Widget Setup & Usage 2. WordPress Menu System 3. Categories, Posts & Tags 4. WordPress

More information

Beginning HTML. A tag is a command written between angle brackets (the less than and greater than symbols). Ex. <html>

Beginning HTML. A tag is a command written between angle brackets (the less than and greater than symbols). Ex. <html> Beginning HTML HTML Hypertext Markup Language is the language of the Web. HTML files are text files that include tags that indicate the content and structure of a Web page. A Web browser reads the HTML

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

TUTORIAL MADCAP FLARE Tripane and PDF

TUTORIAL MADCAP FLARE Tripane and PDF TUTORIAL MADCAP FLARE 2018 Tripane and PDF Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

Online Survey Generator Instructions

Online Survey Generator Instructions Page 1 of 23 Online Survey Generator Instructions This page has been broken into sections for easier web viewing. Click here to view. Table of Contents Introduction Step 1: Download the spreadsheet and

More information

TourMaker Reference Manual. Intro

TourMaker Reference Manual. Intro TourMaker Reference Manual Intro Getting Started Tutorial: Edit An Existing Tour Key Features & Tips Tutorial: Create A New Tour Posting A Tour Run Tours From Your Hard Drive Intro The World Wide Web is

More information

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

FCKEditor v1.0 Basic Formatting Create Links Insert Tables FCKEditor v1.0 This document goes over the functionality and features of FCKEditor. This editor allows you to easily create XHTML compliant code for your web pages in Site Builder Toolkit v2.3 and higher.

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

In the first class, you'll learn how to create a simple single-view app, following a 3-step process: Class 1 In the first class, you'll learn how to create a simple single-view app, following a 3-step process: 1. Design the app's user interface (UI) in Xcode's storyboard. 2. Open the assistant editor,

More information

Indispensable tips for Word users

Indispensable tips for Word users Indispensable tips for Word users No matter how long you've been using Microsoft Word, you can always learn new techniques to help you work faster and smarter. Here are some of TechRepublic's favorite

More information

Creating and Managing Surveys

Creating and Managing Surveys Creating and Managing Surveys May 2014 Survey Software Contents 1. INTRODUCTION 2 2. HOW TO ACCESS THE SURVEY SOFTWARE 3 The User Profile 3 3. GETTING STARTED ON A NEW SURVEY 5 4. FURTHER WORK ON SURVEY

More information

You will always have access to the training area if you want to experiment or repeat this tutorial.

You will always have access to the training area if you want to experiment or repeat this tutorial. EasySite Tutorial: Part One Welcome to the EasySite tutorial session. Core Outcomes After this session, you will be able to: Create new pages and edit existing pages on Aston s website. Add different types

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke

FROM 4D WRITE TO 4D WRITE PRO INTRODUCTION. Presented by: Achim W. Peschke 4 D S U M M I T 2 0 1 8 FROM 4D WRITE TO 4D WRITE PRO Presented by: Achim W. Peschke INTRODUCTION In this session we will talk to you about the new 4D Write Pro. I think in between everyone knows what

More information

A Tutorial for Adrift, Version 5

A Tutorial for Adrift, Version 5 A Tutorial for Adrift, Version 5 Since Adrift is probably the fastest way for students to get their own IF stories up and running, we offer this rather lengthy tutorial. Adrift Developer costs nothing

More information

Searching for Text: The Lexical Search

Searching for Text: The Lexical Search Searching for Text: The Lexical Search Contents SEARCHING FOR TEXT: THE LEXICAL SEARCH... 1 LEXICAL SEARCH OPTIONS... 1 SEARCH IN THE FOUR MAIN WINDOWS... 1 THE LEXICAL SEARCH: OPTIONS IN THE DIALOG WINDOW...

More information