EKP 7.1 New Features Guide

Size: px
Start display at page:

Download "EKP 7.1 New Features Guide"

Transcription

1 EKP 7.1 New Features Guide

2 Document Information Document ID: EKP7103 Document title: EKP 7.1 New Features Guide Version: 1.0 Document date: 6 May 2011 This document may be revised from time to time. Please check NetDimensions Support site at for updates to this and other documents or send an e- mail to support@netdimensions.com to request the most recent version. Please report any errors or feedback with this document by sending an e- mail to support@netdimensions.com. Copyright Information Copyright by NetDimensions Ltd. All Rights Reserved. Information in this document is subject to change without notice. The software described herein is furnished under a license agreement, and it may be copied only in accordance with the terms of that agreement. No part of this publication may be reproduced, transmitted, or translated in any form or by any means without the prior written permission of NetDimensions Ltd. All company and product names used herein may be trademarks or registered trademarks of their respective companies unless stated otherwise. How to Contact NetDimensions Support US toll- free number support@netdimensions.com General Enquiries info@netdimensions.com Page 1

3 Table of Contents Frameless Layouts... 3 Enhanced Course Listings... 9 Improved Appraisee Listing Smartphone Optimized UI Permission Selector Enhancements Search Enhancements Miscellaneous UI Enhancements Archiving Learning Modules Add a banner (or logo) to Printed Transcript Holiday Calendars on Sub- sessions Gadgets PTK API enhancements Page 2

4 Frameless Layouts Creating A Frameless Skin Until now, frames in the user interface have placed limitations on navigation and the appearance of menus in EKP. With the release of EKP 7.1, "frameless" skins can now be used together with the existing configurable menus functionality to create navigation menus to suit the needs of different EKP sites as well as different user groups on the same EKP instance. Please note that frameless skins are currently incompatible with the "Minimize Pop- Ups" feature and the setting will be ignored if the selected skin is frameless To see a working example of a frameless skin, install one of the attached skins on your own EKP 7.1 instance and switch to the frameless skin via User Preferences The attached skins have been provided as a reference only and have not been fully tested. Skins for production sites should be tested against a range of screen resolutions and browsers with the end user in mind. Step 1: Basic Skin Design Skin layouts generally fall under one of the following categories: Top Banner and menus across the top area of the screen Page 3

5 Left Banner and menus on the left area of the screen Page 4

6 Top-Left Banner and secondary menu across the top and primary menu down the left area of the screen After deciding on a layout, prepare the appropriate images, CSS, and skin.properties for your new skin. For frameless skins, the following property must be present in the skin.properties file: skin.frameless_ui=true When true, frames will be removed from most screens rendered by the system with the exception of pop up editor style windows. When false, the user interface will be presented in a frame set as before. Please see skin.properties files in attached sample skins for examples. Step 2: Defining Menus Using navigations.xml Using navigations.xml, a primary menu and a secondary menu can be defined and each menu item in the primary or secondary menus can optionally have a sub menu or tab set. Please see Configurable Menus for more information. In addition to the transactions that each menu item links to, the appearance of the menu can be controlled by providing the corresponding CSS class name in the navigations.xml file. Please see Step 4 for more information about Sub Menu Css Class Name. Step 3: Declaring Top and/or Side Menus via main.css Menus for frameless skins can now be positioned using pure CSS and without having to specify such things as "top" or "left" transactions. By default, two navigation containers will be rendered to the Page 5

7 screen, both complete with user greeting, a primary menu, and a secondary menu. A plethora of layouts can then be achieved by positioning and/or hiding elements as desired. Top and Left Skins For layouts with banners and menus that only occupy either the top or the side area of the screen, one of the navigation containers should be hidden. This can be achieved by adding, for example, the following to main.css: #navigation- container- side { display: none; } Top-Left Skins For layouts with banners and menus that will occupy both the top and left of the screen, the individual child menu elements inside the two menu containers should be styled or hidden as required. Here is some sample CSS that will result in the main menu being rendered down the left of the screen, and a banner, a greeting, and a secondary menu across the top of the screen: #navigation- container- side { float: left; width: 15%; display: inline; } #navigation- container { background: url(images/customize/topbg.jpg) top left no- repeat; } #navigation- container.main- menu- container { display: none; } #navigation- container- side.greeting { display: none; } #navigation- container- side.sec- menu- container { display: none; } Page 6

8 Step 4: Configuring Sub-Menus The sub- menus are rendered as lists of links whose elements can be selected for styling using CSS as in previous version of EKP via main.css. Sub menus can be made to appear dynamically when the user hovers over the parent menu item using CSS or JavaScript. Page 7

9 CSS Sub Menus Drop down menus can be achieved using CSS2 selectors. For browsers that only support early versions of CSS, such as Internet Explorer 6, it may be necessary to use a JavaScript solution for drop down menus. Do not use submenu as a CSS class name in navigations.xml if using a CSS solution as this will trigger the JavaScript solution resulting in undesired behaviour. The below CSS will hide the sub- menu until the user hovers over the parent menu item:.dropdownmenu { display:none; }.main- menu- container li:hover ul { display: block; position: absolute; margin:0px; padding:0px; }.main- menu- container li:hover li { float: none; }.main- menu- container li:hover li a { border- bottom: 1px solid white; background: lightgrey; }.main- menu- container li li a:hover { background: black; color: white; } JavaScript Sub Menus For sub- menus that should be triggered by JavaScript, you must use submenu as the CSS class name in navigations.xml. Step 5: Zip Up and Install Finally, zip up the skin and install into your EKP instance at Manage > System Administration Manager > System Settings > Screen Layout Manager for tweaking. Page 8

10 Enhanced Course Listings Overview The goal of enhancing the course listings is to provide the learner with a better understanding of the workflow and easier access to functions like selecting a session. New Layout The enhanced course listing displays summarized information of programs/courses that the user is enrolled in. The new layout makes it easier for users to browse information that could change over the lifecycle of the enrolled programs/courses. The information displayed for each course/program includes: Title Revision (shown only if there are more than one revision) Learning module type Date/Date range Knowledge Center button Indicator of whether the learning module is required Required hours for programs / Hours for other learning modules All the exams in the learning module All the evaluations in the learning module Status shown in percentage Total training time Deadline (shown only if applicable) Page 9

11 The status of the learning module is presented as a progress bar so that users will know how they progress in each learning module just by a quick glance. Exams and evaluations are shown as icons, which provide users with ability to launch them quickly and to see their statuses. Before using the new layout, users may wonder why status of a course does not change to "completed" after they have finished the course, and they need to go to the Knowledge Center to figure out if they miss any exam or evaluation that is attached to a learning module. With the new layout, status is much clearer: Required Exam/ Evaluation Incomplete Exam/Evaluation Completed Exam/Evaluation A brief description is shown if the user moves the cursor over an exam/evaluation icon. Previously, the process of selecting a course session is very cumbersome for users. In the new layout, session selection can be performed easily on the enrolled learning modules listing. EKP will prompt the user to confirm before a session is selected. Page 10

12 The session date will then be shown as fixed text once the selection is confirmed. In addition, programs can be expanded in the new layout to let the user view the information of learning modules within the programs. Unlike the original layout, module attributes are not shown in the new layout. Moreover, the information presented in the new layout is fixed, which means the system configuration options for enrolled learning modules used by the old layout do not affect the new layout. Page 11

13 Improved Appraisee Listing The new layout is also used in the appraisee course listings in the Review menu. An appraiser can expand each of his/her appraisee to see his/her learning module listing. Page 12

14 Smartphone Optimized UI Overview A newly optimized UI for smartphones has been developed in EKP 7.1. The new UI enables users with smartphones to gain access to the overview of their courses, records, and search for learning items. Upon navigating to the EKP website using smartphones, users will automatically be directed to the new optimized login page for smartphones. Note that for SCORM courses to work on smartphone devices, EKP must be configured to use JavaScript SCORM API adapter. Page 13

15 Once logged in, users will be able to view details of their enrolled course listings, records of transcripts, and perform catalog search. From the list of enrolled courses, users can choose to launch the course, find out more information relating to the course and view their transcripts. Page 14

16 Appraiser users will also be able to view a list of their direct appraisees and their details. Setting up Exam Template for Mobile Device This section provides a guide to setting up exam template for optimized display on mobile devices. To create an exam that is compatible with mobile devices, the following items should be followed: 1. "Allow Section/Question Navigation" in Presentation Properties should be unchecked. 2. Only add these question types to an exam: single choice, multiple choice true/false, rating, fill- in- the- blank, and essay. Other question types are not supported. 3. No media should be included in any question in an exam. 4. An exam should not include any random question section. In other words, every section in an exam should have a fixed set of questions. 5. If strictly followed, exams created with the above items would result in optimized display on mobile devices. Page 15

17 Permission Selector Enhancements Overview The goal of the enhancements for the permission selector is to make it 1. more compact (only show the needed attributes) 2. more flexibile for AND and OR cases UI Changes This is the first view when user opens up the Permission Selector. By default, the owner has already been added into Users. Click on Users to add additional users. If no permission is needed for the current setting, the Everyone check- box can be checked and all criteria below will be ignored. To add more criteria(s), click Add criteria selector drop down list to select one criteria and press Go button. The criteria box will be added to the bottom of the page. To remove the criteria, press the X button on the top right of the criteria. To add members to the criteria, click the top left header of each criteria, anther window will popup for selection. Select All of the following criteria or One of the following criteria use AND or OR logic in addition to the selected users. Please save your settings when moving from Read Access to Write Access or back. Page 16

18 Search Enhancements Cleaner User Interface The search form will default to display only the most often used Keyword(s) field. Detailed options will only be displayed when clicking Advanced Search link. New Search Result Settings Search results per page and Search Result Format are introduced. Search Results per Page Search results per page is a personalized setting available on search form, it allows user to select different number of results per page. Page 17

19 Search Result Format The search result format is previously configured in ekp.properties, user cannot avoid restarting EKP after a change on the setting. In this release, Search Result Format setting is moved to System Configuration and it would be effective at once after save. Currently, 3 formats are available: Module Name, Learning Type, Associated Catalogs, and Brief Description Page 18

20 Search Relevance, Module Name, Catalog, and Learning Type Module Image, Module Name, Learning Type, and Brief Description Page 19

21 New sortable columns in search result New sortable columns can ease locate the target in the results. In System Configuration, if Search Relevance, Module name, Catalog, and Learning Type is selected for search result format. Results would contain new columns, namely Average Rating, Session Cost and Vendor. Directly Enroll from Search Result Previously, course title link in search result would enroll user and launch the course when the system is configured to "Directly enroll and launch modules from catalogue search result". In this release, the presentation is made more obvious; enrolling user and launching the course is done by clicking the Enroll and Launch button while course information page will be opened by clicking course title link. Page 20

22 Miscellaneous UI Enhancements Overview In order to make the UI more consistent and easier to use, we have made some UI enhancements in EKP 7.1 Catalog Editor Remove Confirmation Message when Saving So far, when a user clicks the Save button in the Catalog Editor, a pop- up message "Please confirm that you wish to save all the changes" will be displayed (see the picture below). In EKP 7.1, no more pop- up message will be shown. Move the Keyword field to the top in the Catalog Search EKP 7.0 EKP 7.1 Page 21

23 "Click to add new audience field" Replaced by Automatic New Fields Previously, when adding more than one audience in a module, it was necessary to click the Click to add new audience field link or the Save button in the top menu tools bar. Either way, the page was reloaded and the content of the page will be jumped back to the top. Therefore, in most of the cases, users need to scroll down the page to the Audience field every time they want to add a new audience. In EKP 7.1, whenever a new audience is added, EKP will create an additional Audience field automatically, so that it is not necessary to manually click the Click to add new audience field link or the Save button. EKP 7.0 EKP 7.1 Page 22

24 User Editor All Save and Delete buttons in various places have been have been replaced by toolbar buttons. EKP 7.0 EKP 7.1 EKP7.0 EKP7.1 Page 23

25 Exam Template Editor All Save, Delete and Clone Exam buttons have been replaced by toolbar buttons. Some examples: Print Properties - Save button EKP 7.0 EKP 7.1 Module Assign - button in the top menu tools bar (SAVE button) EKP 7.0 EKP 7.1 Random Question Properties - Save button) EKP 7.0 EKP 7.1 Page 24

26 Section Properties (After creating a new section --> select the section) EKP 7.0 EKP 7.1 Enrollment Policy Editor All Save, Delete and Create Copy buttons are replaced by toolbar buttons. Edit Policy detail - Save and Create a Copy buttons EKP 7.0 EKP 7.1 Page 25

27 Approval Step1: Direct Appraiser Approval - Save and Delete buttons EKP7.0 EKP7.1 Repository Manager Permission links of Folders and Files are replaced by buttons. Folder Permissions EKP7.0 EKP7.1 File Permissions EKP7.0 EKP7.1 Page 26

28 News Editor Rearrangement of the elements on the Target Audience tab page (MANAGE - - > News Manager - - > News Search and Maintenance - > New Article) EKP7.0 EKP7.1 User Selector Search Button to be the Default Button In EKP 7.0, the Save button is not set to be the default button so that users can not just simply hit the Return key to do the search. However, in EKP7.1, the button is set to be the default button. The following picture shows the Search button in the User Selector: Page 27

29 Skills Role Access Control In EKP7.0, the following things are not access controlled by the Skills setting, no matter you set the Skills to No Access or Unrestricted, the following things will still be shown in EKP. However, in EKP7.1, we extend the Skills access control to check the following things which if the Skills is set to No Access, the following things will not be showed in EKP. Skills setting in Role Access Control Set to No Access Set to Unrestricted Skill item in the Competency Manager Set to No Access Set to Unrestricted Skills Exam type in the Exam Template Editor Set to No Access Set to Unrestricted Page 28

30 Skills Exam option in the New Exam Template Set to No Access Set to Unrestricted Skills Exam Template option in the Exam Generator Set to No Access Set to Unrestricted Page 29

31 Competency Editor OK Buttons are replaced by Save Button in Toolbar All the buttons are removed in the following pages. They are replaced by a Save button in the toolbar. EKP7.0 EKP7.1 Page 30

32 Archiving Learning Modules In EKP 7.1 we have added the ability to archive learning modules. In the Catalog Editor there is a new page named Archive Status. On this page a catalog administrator can mark a module as archived, or configure a date on which the module will be archived automatically. Page 31

33 Modules that are marked as archived will not appear by default. However, on the Catalog Editor search page there is an option to show archived courses instead of active courses. Page 32

34 Add a banner (or logo) to Printed Transcript In EKP7.1, a banner/logo can be added to the printed version of Record/Transcript by using the new CSS class, transcript- report- banner. For example, by adding the following CSS to base.css, you will be able to add a banner to the printed version of the transcript as illustrated below:.transcript- report- banner{ background- image: url(../images/background/header.jpg); background- repeat: no- repeat; height: 150px; width: 700px; } Page 33

35 Holiday Calendars on Sub- sessions Introduction Introduction In EKP 7.0, holiday calendars can be assigned to training centers. In 7.1, these training centers are used when scheduling classes where the holidays appear in the class bookings. To demonstrate how it is done, please refer to the instructions below. Set-Up We have a PH Holiday Calendar assigned to the PH training center. Please note the dates in the PH Holiday Calendar. Important! Make sure the training center has resources or facilities assigned to them or the class schedule will show nothing. Creating a Class We create a class of a course, in this case a classroom course. Upon adding a session, go to Edit Event Schedule. Then Add New. The Schedule a New Class will appear that lets you schedule the sub- session, book a venue / resource / instructor. Page 34

36 Select the PH Training Center as the training center of the sub- session then go to the date of the holidays as listed in the PH Holiday Calendar. Notice that the Holiday Dates are blocked in red. It is still possible to book on these dates but it will a warning that there is a conflict with the booking. Page 35

37 Gadgets EKP gadgets are fragments of content from EKP that can be embedded in other web pages simply by copying a snippet of HTML code. They require neither programming nor any special server software. The following gadgets are available. Latest Courses Enrollments News Latest Forum Posts Personal Calendar Assigned Job Profiles Competency Completion Status Certifications Awarded Training Plan If your site has the API (Portal Toolkit) enabled, then you can find the EKP Gadgets page under Manage > Developer Tools > EKP Gadgets, otherwise it will be under Manage > EKP Gadgets. This page lists the available gadgets. Displayed beside each gadget is a snippet of HTML code that you can copy- and- paste into your own web page. Additionally, EKP gadgets support Google's Gadgets API. You can embed an EKP gadget into another application that supports the Gadgets API by copying and pasting the gadget URL from EKP into the appropriate configuration area of the other application. Below is a selection of sites and platforms that support the Gadgets API. Many Google products, including Blogger, Gmail, igoogle, Google Calendar, Google Sites, Google Spreadsheets, Google Toolbar, Google Wave and orkut Atlassian products such as Confluence and JIRA Enterprise and web portals such as myaol, IBM websphere portal, RedHat JBoss portal, SUN portal and BEA weblogic portal. Page 36

38 An EKP gadget in Gmail: EKP gadgets in igoogle: An EKP gadget in Google Calendar: Page 37

39 An EKP gadget in Confluence: Page 38

40 PTK API enhancements EKP's API already covers common learner- oriented functionality including news, enrollments, training records, catalogs and courses. In EKP 7.1 we have expanded the API to cover module search, career development and discussion forums. Module search A new API function returns modules that (optionally) match the supplied keyword(s), as rich XML, RSS 2.0 or Atom 1.0. The results can be ordered either by relevance or by module creation date (most recent first). Combining chronological sorting with RSS or Atom provides a feed of the latest modules, optionally filtered by keyword(s). Name Description Sample Response(s) modules Returns summary information about modules matching the specified criteria. modules- xml.xml modules- rss.xml modules- atom.xml Career development Six new API functions provide functionality related to job profiles, competencies, certifications and training plans. Name Description Sample Response(s) assigned- job- profiles Returns the job profiles assigned- job- profiles.xml assigned to a user competency- completion- status Returns the completions status of competencies associated competency- completion- status.xml with a user certifications- awarded Returns certifications awarded certifications- awarded.xml to a user training- plan Returns a user's training plan training- plan.xml job- profiles Returns available job profiles, job- profiles.xml organized by catalog job- profile- assigner Assigns a job profile to a user assigned- job- profiles.xml Discussion forums A new API function provides access to a feed of the latest forum posts (topics and replies) as either RSS 2.0 or Atom 1.0. Name Description Sample Response(s) latest- forum- posts Returns the most recent forum posts (topics latest- forum- posts- rss.xml and replies) latest- forum- posts- atom.xml Page 39

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Global English Integration Document Information Document ID: EN050 Document title: EKP Global English Integration Version: 1.2 Document date: 13 April 2009 This document may

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Blackboard 5. Instructor Manual Level One Release 5.5

Blackboard 5. Instructor Manual Level One Release 5.5 Bringing Education Online Blackboard 5 Instructor Manual Level One Release 5.5 Copyright 2001 by Blackboard Inc. All rights reserved. No part of the contents of this manual may be reproduced or transmitted

More information

User Reference Guide

User Reference Guide LEARNING CENTRE http://lms.toyota.com.au User Reference Guide Page 1 Learning Centre User Overview Reference Guide Last Modified 23/07/10 2010 Toyota Institute Australia. All rights reserved. All brand

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

Working with WebNode

Working with WebNode Workshop 28 th February 2008 Page 1 http://blog.larkin.net.au/ What is WebNode? Working with WebNode WebNode is an online tool that allows you to create functional and elegant web sites. The interesting

More information

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August PUBLIC Document Version: August 2018 2018-10-26 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Release Highlights....3 1.1 Anonymous access to public communities....4

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Enterprise Portal Train the Trainer User Manual WEB PARTS

Enterprise Portal Train the Trainer User Manual WEB PARTS Enterprise Portal Train the Trainer User Manual WEB PARTS Version 1.2.1 Date: January 31, 2012 Table of Contents Table of Contents... 2 1 I Need To... 3 2 Media Web Part... 10 3 Content Editor... 15 4

More information

2013, Active Commerce 1

2013, Active Commerce 1 2013, Active Commerce 1 2013, Active Commerce 2 Active Commerce User Guide Terminology / Interface Login Adding Media to the Media Library Uploading an Item to the Media Library Editing the Media Meta

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

(APPLIES ONLY TO CLIENTS WHO ENABLE THIS FEATURE)

(APPLIES ONLY TO CLIENTS WHO ENABLE THIS FEATURE) V 4.6.1.January2018 Document version 01-10-2018-02 End of Year LMS Updates Admin Guide NOTE: This DRAFT guide should provide a brief overview and screenshots of the End of Year LMS updates. All items in

More information

SharePoint Instruction Guide

SharePoint Instruction Guide SharePoint Instruction Guide Instructions for Creating a Custom List Everything in SharePoint is essentially a list. Whether it is a document library, calendar, announcements, task list or a custom created

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

SPECIFICATIONS Insert Client Name

SPECIFICATIONS Insert Client Name ESSENTIAL LMS BRANDING SPECIFICATIONS Insert Client Name Creation Date: June 23, 2011 Last Updated: July 11, 2017 Version: 16.5 Page 1 Contents Branding Elements... 3 Theme Management... 3 Header Images...

More information

MOODLE MANUAL TABLE OF CONTENTS

MOODLE MANUAL TABLE OF CONTENTS 1 MOODLE MANUAL TABLE OF CONTENTS Introduction to Moodle...1 Logging In... 2 Moodle Icons...6 Course Layout and Blocks...8 Changing Your Profile...10 Create new Course...12 Editing Your Course...15 Adding

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.5 November 2, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

Enterprise Knowledge Platform Adding the Login Form to Any Web Page

Enterprise Knowledge Platform Adding the Login Form to Any Web Page Enterprise Knowledge Platform Adding the Login Form to Any Web Page EKP Adding the Login Form to Any Web Page 21JAN03 2 Table of Contents 1. Introduction...4 Overview... 4 Requirements... 4 2. A Simple

More information

Lionbridge Connector for Sitecore. User Guide

Lionbridge Connector for Sitecore. User Guide Lionbridge Connector for Sitecore User Guide Version 4.0.2 March 28, 2018 Copyright Copyright 2018 Lionbridge Technologies, Inc. All rights reserved. Lionbridge and the Lionbridge logotype are registered

More information

Blackboard Portfolio System Owner and Designer Reference

Blackboard Portfolio System Owner and Designer Reference Blackboard Learning System Blackboard Portfolio System Owner and Designer Reference Application Pack 2 for Blackboard Learning System CE Enterprise License (Release 6) Application Pack 2 for Blackboard

More information

Enterprise Knowledge Platform. Books24x7 Integration Guide

Enterprise Knowledge Platform. Books24x7 Integration Guide Enterprise Knowledge Platform Books24x7 Integration Guide Document Information Document ID: EN133 Document title: EKP Books24x7 Integration Guide Version: 1.2 Document date: 15 April 2009 This document

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

QUICK START FOR SELF HOSTED, SELF INSTALLED

QUICK START FOR SELF HOSTED, SELF INSTALLED QUICK START FOR SELF HOSTED, SELF INSTALLED copyright 2017 www.accordlms.com Table of Contents Module Setup... 3 About this Guide... 4 System Requirements... 5 Module Installation... 6 Add LMS Administration

More information

CONTENTS. What is Moodle? Logging in to Moodle Introducing the Workspace Customising the Workspace... 8

CONTENTS. What is Moodle? Logging in to Moodle Introducing the Workspace Customising the Workspace... 8 Moodle Training March 2012 Material produced by the VLE Group (Monash University) and elearning Services (Faculty of Medicine, Nursing and Health Sciences, Monash University) vle.monash.edu/supporttraining/learnbytech/moodle/

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Sage Estimating (SQL) v17.13

Sage Estimating (SQL) v17.13 Sage Estimating (SQL) v17.13 Sage 100 Contractor (SQL) Integration Guide December 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage,

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

KnowlegeTrack User Guide Standard User

KnowlegeTrack User Guide Standard User Standard User Standard User Page 1 Standard User Introduction: The Learning portal is designed to manage the subscription and enrollment in the courses, and to provide community features to all of the

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

TLM Enterprise Job Aids

TLM Enterprise Job Aids TLM Enterprise Job Aids Procedure Page VISUAL PROPERTIES... 2 Change Logos... 2 Change Colour Scheme... 3 NAVIGATION... 4 Optimize Navigation... 4 CURRICULUM DEVELOPMENT... 5 Create a Module... 5 Method

More information

Confluence User Training Guide

Confluence User Training Guide Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that

More information

Group Microsite Manual

Group Microsite Manual Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2017-2018 Updated by Matt Black, SAA Web and Information Services Administrator Available online at http://www2.archivists.org/governance/leaderresources.

More information

Tyler Dashboard. User Guide Version 5.8. For more information, visit

Tyler Dashboard. User Guide Version 5.8. For more information, visit Tyler Dashboard User Guide Version 5.8 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Tyler Dashboard Ribbon... 4 User Views... 5 Tools...

More information

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:

Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions: Quick Start Guide This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:. How can I install Kentico CMS?. How can I edit content? 3. How can I insert an image or

More information

Cisco Collaborative Knowledge Learning Management System

Cisco Collaborative Knowledge Learning Management System Cisco Collaborative Knowledge Learning Management System Administrator Guide Cisco Collaborative Knowledge employs an agile development methodology that provides continuous updates to the platform. Our

More information

Creating Content in a Course Area

Creating Content in a Course Area Creating Content in a Course Area After creating a course area, such as a Content Area, Learning Module, Lesson Plan, or folder, you create content in it by pointing to its Action Bar to reveal menus for

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Tyler Dashboard. User Guide Version 6.3. For more information, visit

Tyler Dashboard. User Guide Version 6.3. For more information, visit Tyler Dashboard User Guide Version 6.3 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Search... 5 Browse... 5 Page... 6 Dashboard...

More information

End-User Reference Guide El Camino College Compton Center

End-User Reference Guide El Camino College Compton Center End-User Reference Guide El Camino College Compton Center OU Campus Version 10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Brightspace Platform Release Notes

Brightspace Platform Release Notes Brightspace Platform 10.7.11 Release Notes 10. Select Delete Topic from the drop-down menu beside the /shared/ path topic item, and select Permanently delete both the topic from Content and the associated

More information

MyLearn. Domain Administrators User Guide

MyLearn. Domain Administrators User Guide MyLearn Domain Administrators User Guide 3/10/2016 Contents About MyLearn... 1 Logging In as a Domain Administrator... 1 Using Compatibility Mode... 2 Creating Courses with the WYSIWYG Editor... 3 Inserting

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Spring 6 @salesforcedocs Last updated: April 7, 06 Copyright 000 06 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

SkyVisualEditor Default AppComponent Package User Manual

SkyVisualEditor Default AppComponent Package User Manual SkyVisualEditor Default AppComponent Package User Manual Ver 2.19.0 December 17 th, 2017 TerraSky co., Ltd. Page 1 of 29 Table of Contents 1. Preface... 4 2. Notice... 4 (1) Conditions of Use... 4 (2)

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Spring and Fall 2011 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2015-2016 Updated by Matt Black, SAA Web and Information Services Administrator Available online at www.archivists.org/governance.

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

More information

Working with Confluence Pages

Working with Confluence Pages Working with Confluence Pages Contents Creating Content... 3 Creating a Page... 3 The Add Page Link... 3 Clicking on an Undefined Link... 4 Putting Content on the Page... 4 Wiki Markup... 4 Rich Text Editor...

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Introduction to creating mashups using IBM Mashup Center

Introduction to creating mashups using IBM Mashup Center Introduction to creating mashups using IBM Mashup Center ii Introduction to creating mashups using IBM Mashup Center Contents Chapter 1. Tutorial: Introduction to creating mashups using IBM Mashup Center...............

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

Learner UI Branding Guidelines

Learner UI Branding Guidelines Learner UI Branding Guidelines Contents Overview... 1 Getting Started... 2 Branding Requirements... 2 Layout... 3 Header... 3 Body... 3 Footer... 3 Backround... 3 General... 4 Scaling... 4 Fonts... 4 Toggle

More information

4/27/2018 Blackbaud Internet Solutions 4.5 US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted

4/27/2018 Blackbaud Internet Solutions 4.5  US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted Email Guide 4/27/2018 Blackbaud Internet Solutions 4.5 Email US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

TRACES On-line Reporting DG SANCO User Introductory Guide

TRACES On-line Reporting DG SANCO User Introductory Guide Version 0.4 2 Copyright Business Objects, the Business Objects logo, Crystal Reports, and Crystal Enterprise are trademarks or registered trademarks of Business Objects SA or its affiliated companies in

More information

Manager/ Supervisor Reference Guide

Manager/ Supervisor Reference Guide THE LEARNING CENTRE MANAGER/SUPERVISOR REFERENCE GUIDE LEARNING CENTRE http://lms.toyota.com.au Manager/ Supervisor Reference Guide Page 1 Learning Centre User Overview Reference Guide Last Modified 23/07/10

More information

Snap-Ins Chat. Salesforce, Summer

Snap-Ins Chat. Salesforce, Summer Snap-Ins Chat Salesforce, Summer 17 @salesforcedocs Last updated: August 17, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

Clay Tablet Connector for Sitecore. User Guide. Version 3.9.8

Clay Tablet Connector for Sitecore. User Guide. Version 3.9.8 Clay Tablet Connector for Sitecore User Guide Version 3.9.8 May 27, 2016 Copyright Copyright 2005-2016 Clay Tablet Technologies Inc. All rights reserved. All rights reserved. This document and its content

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

Snap-Ins Chat. Salesforce, Winter

Snap-Ins Chat. Salesforce, Winter Salesforce, Winter 18 @salesforcedocs Last updated: December 1, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012 How to: Create a Site in a SharePoint Site Collection Updated: 12 July 2012 Table of Contents Creating sites in the HPIT/Sites sit e collect ion... 3 Create the site... 3 Initial setup... 4 Banner Setup...

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

CE 4.1 (MP) to Vista Enterprise Migration Guide for Designers and Instructors

CE 4.1 (MP) to Vista Enterprise Migration Guide for Designers and Instructors Blackboard Learning System CE 4.1 (MP) to Vista Enterprise Migration Guide for Designers and Instructors Application Pack 1 for Blackboard Learning System Vista Enterprise License (Release 4), Service

More information

User Guide: Content editing

User Guide: Content editing DIGITAL FACTORY 7.0 User Guide: Content editing Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels to truly control

More information

Contents. 1. Using Cherry 1.1 Getting started 1.2 Logging in

Contents. 1. Using Cherry 1.1 Getting started 1.2 Logging in 1 Contents 1. Using Cherry 1.1 Getting started 1.2 Logging in 2. Site Page Hierarchy Management 2.1 Page Addition 2.2 Page Deletion 2.3 Editing Page Details 3. Page Content Modification 3.1 Page Revisions

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

My Team And Manager Reports Rev 2

My Team And Manager Reports Rev 2 My Team And Manager Reports 20141210 Rev 2 1 Contents My Team Overview... 3 My Team Search... 7 Action Items... 8 Tasks Overview... 8 Assign Training... 11 Profile Overview... 13 Transcript... 15 Calendar

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding the

More information

Test Information and Distribution Engine

Test Information and Distribution Engine SC-Alt Test Information and Distribution Engine User Guide 2018 2019 Published January 14, 2019 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information Distribution

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Fall 2009 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this guide, please

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E23918-01 JULY 2011 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved.

More information