Authoring Tool of Sharable Question Items Based on QTI Specification for E-learning Assessment

Size: px
Start display at page:

Download "Authoring Tool of Sharable Question Items Based on QTI Specification for E-learning Assessment"

Transcription

1 2017 Asia-Pacific Engineering and Technology Conference (APETC 2017) ISBN: Authoring Tool of Sharable Question Items Based on QTI Specification for E-learning Assessment Tien-Wen Sung, You-Te Lu, Chia-Jung Lee, Yuan-Hsun Liao and Chyun-Chyi Chen ABSTRACT Although online examination for e-learning is widely realized nowadays. However the production of question bank is time-consuming. This paper proposes an assessment authoring tool to assist teachers in creating reusable test question items. The items conforms to the IMS Question and Test Interoperability (QTI) specification and are easy to share, reuse, exchange, and access across distributed learning management systems (LMS). System design and implementation were presented in this paper for sharing and contributing development experiences to related works. INTRODUCTION The question items lack for a common standard representation in many existing online examination systems or assessment authoring tools. This will cause the reproduction overhead in transferring the question items to different platforms and questions are not sharable, reusable, and accessible across different learning management systems (LMS)[1-2]. Although some consortiums or organizations have proposed standards to solve the reuse problems of learning or testing contents, the standards are still not fully supported in most existing authoring systems. For the purpose of providing sharable, reusable and exchangeable question items, a question authoring tool was proposed in this paper. IMS Question and Test Interoperability (QTI)[3-4] is an international specification for supporting test questions standardization. It specifies a data model for the representation of question and test data and the corresponding result reports. It also describes how ASI (Assessments, Sections, and Items) contents and results can be exchanged by using an XML binding between assessment authoring, delivery and reporting systems. Accordingly, the system proposed in this paper conforms to the QTI Tien-Wen Sung 1,*, You-Te Lu 2, Chia-Jung Lee 1, Yuan-Hsun Liao 3, Chyun-Chyi Chen 4 1 Fujian Provincial Key Laboratory of Big Data Mining and Applications, College of Information Science and Engineering, Fujian University of Technology, China 2 Department of Information and Communication, Southern Taiwan University of Science and Technology, Taiwan 3 Department of Information Management, Tainan University of Technology, Taiwan 4 Department of Management Information System, Far East University, Taiwan 145

2 specification and supports various question types. The supported types can fit the requirements of most e-learning assessments. This is one of the features of the proposed system that different from some other systems. Fig. 1 shows the primary purpose of IMS QTI. Figure 1. Primary purpose of IMS QTI. SYSTEM ARCHITECTURE Fig. 2 shows the system architecture for assessment question sharing, where the author (teacher) can make sharable question items by using the authoring tool. The tool helps to edit and convert questions into exchangeable QTI-compliant and XML-based packaged or stand-alone files. It also shows that the authoring system supports the components of (1) Various Question Types; (2) Question Editor; (3) Metadata Editor; (4) Template Previewer; and (5) XML-based QTI Converter. Supporting various questions types is essential to satisfy examination requirements. Authors can edit assessment questions and metadata by the developed editors. To take a direct vision of question display in real examination, the system provides a preview functionality for authors to make sure of the display of exam question. In the system, questions not only stored in local database system but also can be imported from or export to QTI-compliant files by the XML-based QTI converter component for the purposes of assessment questions sharing, reuse, exchange, and delivery. Once questions have been stored in standard XML formats, the question exchanges on the LAN or Internet will become possible and easy. There are two types of question files once they are exported by the system: (1) stand-alone XML files for each question item; and (2) compressed packaged files (.zip). A standalone XML file is suitable for storing individual question item without embedded multimedia materials such as pictures and audios. A compressed packaged file will contain question items, metadata, and multimedia files. 146

3 Packaged Files XML Files Local DB LMS Student Assessment System Question Editor Template Previewer Various Question Types Metadata Editor XML-based QTI Converter Teacher Exchange Authoring Tool Authoring Tool Network Delivery Assessment System Student Teacher Local DB LMS Student Packaged Files XML Files Figure 2. System architecture. DESIGN AND IMPLEMENTATION The authoring workflow designed by the system is shown in Fig. 3. It contains the detailed system components of process and input/output data objects. In addition to converted XML question files, a local database is required and acts as a test bank repository for the purpose of faster and more efficient system operations. The detailed process components contain: (1) Author Login: The admission control for the system operation. It s important to avoid exposure of the question items. (2) Create Subjects: This module helps authors to edit subjects and group questions together under a single heading. (3) Structure Subjects: Different subjects can be organized hierarchically and become a multi-level structure. (4) Generate Metadata: Describes the resources of questions with XML-based and standard format for the items reuse and distribution. (5) Export Questions: Provide sharable and reusable question files or compressed packages. These exported files will be stored in standard XML formats which conform to the definition of QTI specification. (6) Import Questions: Import well formatted question files (or packages) come from other distributed machines. It extracts all the files of manifest, question items, and materials into local database with an indicated question subject. (7) Edit Questions: Provide the friendly interface and functionality for users to edit question items of various types. (8) Display Preview: Allow authors to see and adjust their editing results. Templates are provided to finish this function. Each type of question has a corresponding template with an XSL (extensible Stylesheet Language) file. Authors also can save the display result in XML with XSL or HTML files for further usage with different CSS templates. 147

4 Author Login Create Subjects Subjects Structure Subjects Local DB QTI XML Formats IMS Content Packaging Specification Edit Questions Generate Metadata Export Questions IMS Metadata Specification Media Files Questions Metadata QTI Content Package File (.zip) QTI XML File (.xml) Display Preview.zip Files Import Questions Question Templates Exam Question Display.xml Files Figure 3. System components and authoring workflow. SYSTEM INTERFACE AND RESULTS Since Microsoft Windows is the most popular operating system for general users in campuses, the system was developed on this platform with Visual Studio (C#). MS SQL Server is used as a local database system. Fig. 4 shows a screenshot of the question authoring system. The illustrated example is a choice question with single response. There is a menu bar on the top of the main form. The supported question types are listed in the left panel and the multi-level structured subjects are shown on the top box. The system supports the following question types: (1) true/false; (2) choice with single response or multiple responses; (3) order; (4) associate; (5) match; (6) gap match; (7) inline choice; (8) text entry; (9) extended text; (10) hot text; (11) hot spot; (12) select point; (13) graphic order; (14) graphic associate; (15) graphic gap match; (16) position object; (17) slider; (18) drawing; and (19) upload. Moreover, the question editing panel will be shown differently according to the different question types. In this case, question title, description, picture, degree of difficulty, answer choices, correct answer, shuffle checkbox and some function buttons were presented. Figure 4. System interface. 148

5 Fig. 5 and Fig. 6 show the examples of single response choice and gap match questions respectively and the difference between the XML contents. The response interaction for test participants is designed by different examination system [5] and not described in the XML files. The system doesn t support the use of pre-indicated scores, thus the XML tags <mapping>, <outcomdeclaration> and <responseprocessing> were also removed. Figure 5. Question item example choice (single response). Figure 6. Question item example gap match. CONCLUSION This paper proposed a question authoring tool that facilitates the sharing, reuse, exchange, and distribution of question items for e-learning assessments. The feature is that it conforms to the XML-based IMS QTI specification and provides various types of questions. System architecture, design, implementation, interface, and outcomes were described and illustrated in the paper. This work is partially supported by Fujian Provincial Department of Education, China, under Grant No. FJJKHX REFERENCES [1] J. Kim, J. Do, Learning management system: Medium For Interactive Communication, Int. J. Appl. Eng. Res., 11(2), (2016). 149

6 [2] T. Cai, From Learning Management System to Internet-Based Research in Mathematics Education, Critical Examinations of Distance Education Transformation across Disciplines (IRMA, Hershey, 2015). [3] L.A. Alvarez-Gonzalez, A. Campos, M.E. De la Maza, D. Ojeda, Interactive assessment learning environment system under IMS-QTI specification, Proceedings of International Conference on Education Technology & Computers (IEEE, Lode, Poland, 2014). [4] Y. Lee, Assessment Management System based on IMS QTI 2.1, Int. J. Softw. Eng. Appl., 8(1), (2014). [5] A. Abdelkader, D.S. Boumiza, R. Braham, E-Assessment System Based on IMS QTI for the Arabic Grammar, Int. J. Advanced Comput. Sci. Appl., 5(10), (2014). 150

Issues raised developing

Issues raised developing Loughborough University Institutional Repository Issues raised developing AQuRate (an authoring tool that uses the question and test interoperability version 2 specification) This item was submitted to

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

Authoring Environment for E-learning Production Based on Independent XML Formats

Authoring Environment for E-learning Production Based on Independent XML Formats Authoring Environment for E-learning Production Based on Independent XML Formats Alberto González Téllez Dept. de Informática de Sistemas y Computadores Universidad Politécnica de Valencia 46022 Valencia,

More information

IMS Assessment Interoperability Update

IMS Assessment Interoperability Update IMS Assessment Interoperability Update Learning Impact Leadership Institute Atlanta, Georgia 5 May 2015 Assessment Delivery with Accessibility Test Candidate Assistive Technology Devices Delivery System,

More information

Xyleme Studio Data Sheet

Xyleme Studio Data Sheet XYLEME STUDIO DATA SHEET Xyleme Studio Data Sheet Rapid Single-Source Content Development Xyleme allows you to streamline and scale your content strategy while dramatically reducing the time to market

More information

An Introduction to. Freedom to Innovate! Freedom to Migrate! Freedom to Interoperate!

An Introduction to. Freedom to Innovate! Freedom to Migrate! Freedom to Interoperate! An Introduction to Common Cartridge Freedom to Innovate! Freedom to Migrate! Freedom to Interoperate! All Rights Reserved. 1 Presentation Coverage Common Cartridge Features Meta-data Content t Supported

More information

TAO. TAO 2.0 and its architecture Tao Days 2011, Mar 30-31, Luxembourg

TAO. TAO 2.0 and its architecture Tao Days 2011, Mar 30-31, Luxembourg TAO TAO 2.0 and its architecture Tao Days 2011, Mar 30-31, Luxembourg Patrick.Plichart@tudor.lu Bertrand.Chevrier@tudor.lu duction TAO platform overview TAO 2.0 New features New Item types (QTI item type,

More information

Reusability and Adaptability of Interactive Resources in Web-Based Educational Systems. 01/06/2003

Reusability and Adaptability of Interactive Resources in Web-Based Educational Systems. 01/06/2003 Reusability and Adaptability of Interactive Resources in Web-Based Educational Systems 01/06/2003 ctchen@ctchen.idv.tw Reference A. El Saddik et al., Reusability and Adaptability of Interactive Resources

More information

Respondus Training - Assessment tool for learning systems

Respondus Training - Assessment tool for learning systems Respondus Training - Assessment tool for learning systems By Wendy Stubbs, MA, Ed.S., MS Instructional Designer, NSU Extended Studies Wendy.Stubbs@northern.edu Creating an online exam D2L Can create a

More information

Setting and Sharing Adaptive Assessment Assets

Setting and Sharing Adaptive Assessment Assets Setting and Sharing Adaptive Assessment Assets Héctor Barbosa 1, Francisco García 1 1 Universidad de Salamanca, 37008 Salamanca, Spain {barbosah@usal.es, fgarcia@usal.es } Abstract. In this article, we

More information

Conceptualising Item Banks

Conceptualising Item Banks Loughborough University Institutional Repository Conceptualising Item Banks This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SCLATER, N., 2005.

More information

WHITE PAPER. SCORM 2.0: Assessment Framework. Business Area Data Representation and Interfaces

WHITE PAPER. SCORM 2.0: Assessment Framework. Business Area Data Representation and Interfaces Introduction Page 1 WHITE PAPER SCORM 2.0: Assessment Framework Business Area Data Representation and Interfaces Dr. Fanny Klett, Lead Business Area Data Representation and Interfaces Fraunhofer IDMT Ehrenbergstraße

More information

REDCAP INTRODUCTION CLASS. November 9, 2017

REDCAP INTRODUCTION CLASS. November 9, 2017 REDCAP INTRODUCTION CLASS November 9, 2017 Agenda Overview Getting access Design Testing Data collection Export What is REDCap? Project Navigation How to design your variables Testing your forms, user

More information

Reproducible & Transparent Computational Science with Galaxy. Jeremy Goecks The Galaxy Team

Reproducible & Transparent Computational Science with Galaxy. Jeremy Goecks The Galaxy Team Reproducible & Transparent Computational Science with Galaxy Jeremy Goecks The Galaxy Team 1 Doing Good Science Previous talks: performing an analysis setting up and scaling Galaxy adding tools libraries

More information

SoftChalk. Level 2. University Information Technology Services. SoftChalk Level 2 Page 1 of 34

SoftChalk. Level 2. University Information Technology Services. SoftChalk Level 2 Page 1 of 34 SoftChalk Level 2 University Information Technology Services SoftChalk Level 2 Page 1 of 34 Training, Outr each, Learning Technologies and Video Production Copyright 2013 KSU Department of University Information

More information

The Key Technology and Algorithm Design for the Development of Intelligent Examination System

The Key Technology and Algorithm Design for the Development of Intelligent Examination System 6th International Conference on Electronics, Mechanics, Culture and Medicine (EMCM 2015) The Key Technology and Algorithm Design for the Development of Intelligent Examination System Kai Lu1, a * and Mingrui

More information

Metamorphosis IT Document

Metamorphosis IT Document Metamorphosis IT Document Metamorphosis IT Document... 1 Introduction... 2 Application specifics... 2 Minimum System requirements Authoring system... 3 Output options... 4 Database files... 5 Media files...

More information

Conversion of the YDP Learning Content to Common Cartridge Package

Conversion of the YDP Learning Content to Common Cartridge Package Conversion of the YDP Learning Content to Common Cartridge Package Jaroslaw Dziedzic Young Digital Planet S.A. Educational epublishing, Content and Technology, Ul. Slowackiego 175, 80-298 Gdansk, Poland

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

DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006

DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006 DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006-1 - TABLE OF CONTENT 1. INTRODUCTION...4 2. DOOR: STAND ALONE VERSION...5 2.1. Authentications and accounts...5 2.1.1. Supported authentication

More information

3DC Standard Setting Application

3DC Standard Setting Application 3DC Standard Setting Application Jesse Koops jesse.koops at cito.nl Contents Introduction 2 3DC Method for standard setting 3 Preparing a standard setting session................... 3 Setting up the standard

More information

Website Design Guide

Website Design Guide Website Design Guide 8/28/2017 Spark Website Design US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

ASKnLearn LMS

ASKnLearn LMS eresult @ ASKnLearn LMS UPTLC Teachers Guide 1. Create an eresult folder. Then create sub-folder (s) with your class name. 2. Login to ASKnLearn LMS 3. Go to Tools > eresult 4. From Stage 2 Enter Results,

More information

After entering a course, edit by clicking the Turn editing on button in the upper-right corner.

After entering a course, edit by clicking the Turn editing on button in the upper-right corner. Getting Started with Moodle After entering a course, edit by clicking the Turn editing on button in the upper-right corner. Editing icons: Hand with pencil icon: Edit X: Delete content Eyeball: Hide content

More information

Introduction Add Item Add Folder Add External Link Add Course Link Add Test Add Selection Text Editing...

Introduction Add Item Add Folder Add External Link Add Course Link Add Test Add Selection Text Editing... Table of Contents Introduction... 2 Add Item... 3 Add Folder... 3 Add External Link... 4 Add Course Link... 4 Add Test... 4 Add Selection... 5 Text Editing... 8 Manage... 9 Instructional Media and Design

More information

Interoperability with CAA: does it work in practice?

Interoperability with CAA: does it work in practice? Loughborough University Institutional Repository Interoperability with CAA: does it work in practice? This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Accessibility in e-learning

Accessibility in e-learning Accessibility in e-learning Presented by: Christophe Strobbe strobbe@hdm-stuttgart.de Liberté 0 / Freedom #0 http://liberte0.org/ Overview What is accessibility? What is e-learning? Web-based systems Accessible

More information

Web 2.0 Proxy: A New Framework for Web 2.0 Website Development

Web 2.0 Proxy: A New Framework for Web 2.0 Website Development Web 2.0 Proxy: A New Framework for Web 2.0 Website Development Ming-Chih Hsieh, Yung-Wei Kao, Sheau-Ling Hsieh, Shyan-Ming Yuan Department of Computer Science Department of Computer Science National Chiao

More information

EDUPUB Forging an Open, Agile, Global, Interoperable Educational Ecosystem for the 21st Century

EDUPUB Forging an Open, Agile, Global, Interoperable Educational Ecosystem for the 21st Century EDUPUB Forging an Open, Agile, Global, Interoperable Educational Ecosystem for the 21st Century Bill Kasdorf VP and Principal Consultant, Apex Content Solutions The educational ecosystem is in the middle

More information

ScholarOne Manuscripts. Production Center User Guide

ScholarOne Manuscripts. Production Center User Guide ScholarOne Manuscripts Production Center User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts Production Center User Guide Page i TABLE OF CONTENTS INTRODUCTION... 2 USE GET HELP NOW & FAQS...

More information

Interaction Design for Course Website

Interaction Design for Course Website RESEARCH SCHOOL OF COMPUTER SCIENCE COLLEGE OF ENGINEERING AND COMPUTER SCIENCE Interaction Design for Course Website Jie Li U4751347 COMP8790 - SOFTWARE ENGINEERING PROJECT Supervisor: Prof. Tom Gedeon

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

More information

Microsoft SharePoint Designer 2010

Microsoft SharePoint Designer 2010 Microsoft SharePoint Designer 2010 Course ISI-1234 3 Days Instructor-led, Hands on Course Information Students will then learn how to create and customize content using SharePoint Designer 2010. Microsoft

More information

Product Features. Web-based e-learning Authoring

Product Features. Web-based e-learning Authoring Web-based e-learning Authoring Product Features Composica Enterprise is an advanced web-based e-learning authoring system offering high flexibility and an abundance of features to collaboratively create

More information

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<<

Infopath 2007 The Form Contains Schema. Validation Errors >>>CLICK HERE<<< Infopath 2007 The Form Contains Schema Validation Errors 09/24/14--07:26: Schema validation found non-datatype errors. Contact us about Email contains the form data, and would show all elected approvers.

More information

Faculty Release Notes. Release 8 January 2008

Faculty Release Notes. Release 8 January 2008 Release 8 January 2008 Publication Date: December 2007 Worldwide Headquarters Inc. 1899 L Street, NW, 5th Floor Washington, DC 20036-3861 USA International Headquarters International B.V. Dam 27 2nd Floor

More information

LearningMate Solutions - Creating Content Using SkillsCommons

LearningMate Solutions - Creating Content Using SkillsCommons LearningMate Solutions - Creating Content Using SkillsCommons MIssion: Design a course [sample] by using different kinds of material found in the SkillsCommons repository. Add new value and capabilities

More information

REDCAP INTRODUCTION CLASS. June 7, 2016

REDCAP INTRODUCTION CLASS. June 7, 2016 REDCAP INTRODUCTION CLASS June 7, 2016 LEARNING OBJECTIVES What is REDCap? How do I get started in REDCap? Basic design User rights Data collection Exporting data Agenda Overview Getting access Design

More information

eclass Teacher App Admin Manual (IP Secondary School Version) Last update: 01/2016 Copyright 2016 BroadLearning Education (Asia) Ltd.

eclass Teacher App Admin Manual (IP Secondary School Version) Last update: 01/2016 Copyright 2016 BroadLearning Education (Asia) Ltd. eclass Teacher App Admin Manual (IP Secondary School Version) Last update: 01/2016 P1 Content Introduction...3 1. Login...3 2. Settings...4 2.1 Right Settings (By eclass Administrator)... 4 2.2 Applicable

More information

Call: SharePoint 2013 Course Content:35-40hours Course Outline

Call: SharePoint 2013 Course Content:35-40hours Course Outline SharePoint 2013 Course Content:35-40hours Course Outline Exploring SharePoint Designer 2013 Understanding SharePoint Designer 2013 Using SharePoint Designer to Carry Out Common Tasks Understanding What's

More information

Main tools for Learning Support Environment development

Main tools for Learning Support Environment development Main tools for Learning Support Environment development Valentina Petrova Abstract: The paper presents an environment for assisting the learners comprising a tool for uploading files on the server, tools

More information

QTIWorks Manual. School of Physics and Astronomy The University of Edinburgh James Clerk Maxwell Building Mayfield Road Edinburgh EH9 3JZ

QTIWorks Manual. School of Physics and Astronomy The University of Edinburgh James Clerk Maxwell Building Mayfield Road Edinburgh EH9 3JZ QTIWorks Manual Getting Started... 3 Demos... 4 QTI Examples... 4 Standard QTI 2.1 reference examples... 5 MathAssess examples... 5 UPMC examples... 5 Language examples... 5 SToMP examples... 6 Test Implementation

More information

An Overview of the IMS Question & Test Interoperability Specification

An Overview of the IMS Question & Test Interoperability Specification An Overview of the IMS Question & Test Interoperability Specification Colin Smythe Dunelm Services Limited, UK (colin@dunelm.com) P.Roberts Question Mark Ltd, UK (paul@qmark.co.uk) Abstract In May 2000,

More information

ADOBE CAPTIVATE 8. Content Planning Guide

ADOBE CAPTIVATE 8. Content Planning Guide ADOBE CAPTIVATE 8 Content Planning Guide Summer 2014 Table of Contents Using Captivate 8 on Your OnPoint Learning Platform... 2 What are the Advantages and Disadvantages of Captivate?... 2 Use Cases for

More information

Easy Ed: An Integration of Technologies for Multimedia Education 1

Easy Ed: An Integration of Technologies for Multimedia Education 1 Easy Ed: An Integration of Technologies for Multimedia Education 1 G. Ahanger and T.D.C. Little Multimedia Communications Laboratory Department of Electrical and Computer Engineering Boston University,

More information

SECTION 1 INTRODUCTION

SECTION 1 INTRODUCTION SECTION 1 INTRODUCTION This user s guide accompanies a test generator program called ExamView Pro an application that enables you to quickly create printed tests, Internet tests, and computer (LAN-based)

More information

Burrokeet, an Application for Creating and Publishing Content Packages with support for Multiple Input and Output Formats

Burrokeet, an Application for Creating and Publishing Content Packages with support for Multiple Input and Output Formats International Journal of Education and Development using Information and Communication Technology (IJEDICT), 2009, Vol. 5, Issue 4, pp.6-13. Burrokeet, an Application for Creating and Publishing Content

More information

SCORM Content Aggregation Model [ CAM ] 4 th Edition

SCORM Content Aggregation Model [ CAM ] 4 th Edition SCORM 2004 4 th Edition Content Aggregation Model [ CAM ] Paul Jesukiewicz, Director Advanced Distributed Learning Initiative Office of the Deputy Under Secretary of Defense for Readiness and Training,

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

PExIL: Programming Exercises Interoperability Language

PExIL: Programming Exercises Interoperability Language PExIL: Programming Exercises Interoperability Language Ricardo Queirós 1 and José Paulo Leal 2 1 CRACS & DI-ESEIG/IPP, Porto, Portugal ricardo.queiros@eu.ipp.pt 2 CRACS & DCC-FCUP, University of Porto,

More information

An XML-based Question Bank using Microsoft Office

An XML-based Question Bank using Microsoft Office Loughborough University Institutional Repository An XML-based Question Bank using Microsoft Office This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction Acknowledgments Introduction Chapter 1: Introducing Microsoft Expression Web 1 Familiarizing Yourself with the Interface 2 The Menu Bar 5 The Development Window 7 The Development Area 8 The Tabbed File

More information

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES

SES User Manual. Offline Exam Result Entry & Result Import in M-Star SES SES User Manual Offline Exam Result Entry & Result Import in M-Star SES Contents Contents... 2 Introduction!... 3 04-19-01: Generate Exam Result Porting Sheet... 4 04-20-01: Import Exam Result from the

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x ImageNow eforms Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Internet Application Developer

Internet Application Developer Internet Application Developer SUN-Java Programmer Certification Building a Web Presence with XHTML & XML 5 days or 12 evenings $2,199 CBIT 081 J A V A P R O G R A M M E R Fundamentals of Java and Object

More information

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox SOFTWARE AND MULTIMEDIA Chapter 6 Created by S. Cox OBJECTIVES Classify multimedia application software Describe software needed to create elements of a multimedia production Identify the software used

More information

Consider the Source Structured Authoring for XML-based Documentation

Consider the Source Structured Authoring for XML-based Documentation Consider the Source Structured Authoring for XML-based Documentation Ellen McDaniel Manager of User Services and Web Coordinator College of Engineering North Carolina State University mcdaniel@ncsu.edu

More information

Database and Metadata Support of a Web-based. based Multimedia Digital Library for Medical Education

Database and Metadata Support of a Web-based. based Multimedia Digital Library for Medical Education Database and Metadata Support of a Web-based based Multimedia Digital Library for Medical Education Jianting Zhang, Le Gruenwald, Chris Candler, Gary McNutt, Wei Shung Chung School of Computer Science

More information

Government of Karnataka Department of Technical Education Bengaluru

Government of Karnataka Department of Technical Education Bengaluru CIE- 25 Marks Government of Karnataka Department of Technical Education Bengaluru Course Title: Basic Web Design Lab Scheme (L:T:P) : 0:2:4 Total Contact Hours: 78 Type of Course: Tutorial and Practical

More information

Final Report. Phase 2. Virtual Regional Dissertation & Thesis Archive. August 31, Texas Center Research Fellows Grant Program

Final Report. Phase 2. Virtual Regional Dissertation & Thesis Archive. August 31, Texas Center Research Fellows Grant Program Final Report Phase 2 Virtual Regional Dissertation & Thesis Archive August 31, 2006 Submitted to: Texas Center Research Fellows Grant Program 2005-2006 Submitted by: Fen Lu, MLS, MS Automated Services,

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910 Co. Louth VEC & Co. Monaghan VEC Programme Module for Web Authoring leading to Level 5 FETAC Web Authoring 5N1910 Web Authoring 5N1910 1 Introduction This programme module may be delivered as a standalone

More information

The RAMLET project Use cases

The RAMLET project Use cases The RAMLET project Use cases by the IEEE LTSC RAMLET Working Group Sponsor: The Learning Technology Standards Committee of the IEEE Computer Society Copyright 2010 by the Institute of Electrical and Electronics

More information

Upload Media into Blackboard with the Kaltura Video Building Block

Upload Media into Blackboard with the Kaltura Video Building Block Upload Media into Blackboard with the Kaltura Video Building Block With the rapid increase in the use of media in higher education, instructors needed user-friendly tools that would enable them to incorporate

More information

Kill 2 birds with one stone Generate print & web catalog from one data source

Kill 2 birds with one stone Generate print & web catalog from one data source Kill 2 birds with one stone Generate print & web catalog from one data source 06.02.2014 1 Customers demands on documentation increase Users need information quickly Information has to be up-to-date Different

More information

AP Digital Portfolio: Student User Guide for AP Computer Science Principles. Fall 2017

AP Digital Portfolio: Student User Guide for AP Computer Science Principles. Fall 2017 AP Digital Portfolio: Student User Guide for AP Computer Science Principles Welcome... 1 Digital Portfolio Access and Class Enrollment... 1 Log in Using Your College Board Username and Password...1 Enrolling

More information

PROGRAM OUTLINE. Information Technology with Co-op, System Programming. PROGRAM DESCRIPTION Concentration 1: DELIVERY METHODS PROGRAM DURATION

PROGRAM OUTLINE. Information Technology with Co-op, System Programming. PROGRAM DESCRIPTION Concentration 1: DELIVERY METHODS PROGRAM DURATION PROGRAM DESCRIPTION This co-op diploma program focuses on preparing you to work as a programmer requiring the application of current programming policies, practices, procedures and tools. This co-op diploma

More information

IMS Question & Test Interoperability Specification: A Review

IMS Question & Test Interoperability Specification: A Review IMS Question & Test Interoperability Specification: A Review A QTI White Paper from IMS Document: IMSWP-1 Version A 10 th October, 2000 Summary In this white paper we present a review of the IMS Question

More information

Entry Level Assessment Blueprint Web Design

Entry Level Assessment Blueprint Web Design Blueprint Web Design Test Code: 3750 / Version: 01 Specific Competencies and Skills Tested in this Assessment: Internet Basics Describe the process of information exchange between web server and client

More information

Create Items and Passages

Create Items and Passages Create Items and Passages Page 39 Toolbar Overview When creating items or passages, an Toolbar is available to assist you in creating your very own unique item. Most tools available are similar to that

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

Modularization and Structured Markup for Learning Content in an Academic Environment

Modularization and Structured Markup for Learning Content in an Academic Environment International Jl. on E-Learning (2006) 5(1), 35-44 Modularization and Structured Markup for Learning Content in an Academic Environment SAMUEL SCHLUEP AND MARCO BETTONI Swiss Federal Institute of Technology,

More information

Getting Started with Perception Version 3

Getting Started with Perception Version 3 Getting Started with Version 3.1, October 2001 Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

Creating a System for the Online Delivery of Oral History Content

Creating a System for the Online Delivery of Oral History Content Creating a System for the Online Delivery of Oral History Content Chris Petersen Special Collections and Archives Research Center Oregon State University Libraries Online Northwest March 31, 2017 Talk

More information

Content Creation and Management System. External User Guide 3 Question types in CCMS (an overview)

Content Creation and Management System. External User Guide 3 Question types in CCMS (an overview) Content Creation and Management System External User Guide 3 Question types in CCMS (an overview) External User Guide 3 Mar 2015 CONTENTS 1. INTRODUCING THE SYSTEM AND ACCESS... 4 1.1. Audience... 4 1.2.

More information

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction Blackboard Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11 (Published January 14, 2013) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and

More information

Respondus 4.0 Instructor Guide

Respondus 4.0 Instructor Guide Respondus 4.0 Instructor Guide Contents Respondus Layout... 3 Importing MS Word Document into Respondus... 4 Edit Tab... 5 Editing a Question in Respondus... 6 Adding Questions When Editing an Exam...

More information

THE DESIGN OF FOREIGN LANGUAGE TEACHING SOFTWARE IN SCHOOL COMPUTER LABORATORY

THE DESIGN OF FOREIGN LANGUAGE TEACHING SOFTWARE IN SCHOOL COMPUTER LABORATORY Page200 THE DESIGN OF FOREIGN LANGUAGE TEACHING SOFTWARE IN SCHOOL COMPUTER LABORATORY Yan Watequlis Syaifudin a, Imam Fahrur Rozi b, Atiqah Nurul Asri c State Polytechni c of Malang, East Java, Indonesia

More information

Creating a System for the Online Delivery of Oral History Content

Creating a System for the Online Delivery of Oral History Content Portland State University PDXScholar Online Northwest Online Northwest 2017 Mar 31st, 2:15 PM - 3:00 PM Creating a System for the Online Delivery of Oral History Content Chris Petersen Oregon State University,

More information

Polytechnic e-learning: LMS Manual - LECTURER

Polytechnic e-learning: LMS Manual - LECTURER Polytechnic e-learning: LMS Manual - LECTURER JPP & USTM 2014 TABLE OF CONTENTS 1. ACCESSING LMS... 1 2. LOG IN... 1 3. MANAGE STUDENT SELF-ENROLMENT... 1 4. MANAGE COURSE LANDING PAGE... 1 5. MANAGE COURSE

More information

Framework for Supporting Metadata Services

Framework for Supporting Metadata Services Framework for Supporting Services Mitsuaki Tsunakara, Ryoji Kataoka, and Masashi Morimoto Abstract -sharing businesses have been attracting considerable attention recently. These include highspeed search

More information

TextProc a natural language processing framework

TextProc a natural language processing framework TextProc a natural language processing framework Janez Brezovnik, Milan Ojsteršek Abstract Our implementation of a natural language processing framework (called TextProc) is described in this paper. We

More information

Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology

Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology 2018 3rd International Conference on Education & Education Research (EDUER 2018) Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology Jin Xin Science and

More information

Virtual Classrooms in Education

Virtual Classrooms in Education Virtual Classrooms in Education Welcome to the Human Network Your World Simplified 1 What Is WebEx Training Center? WebEx Training Center is the market leader in virtual classroom solutions, providing

More information

Pellissippi State Community College Master Syllabus ACCESSIBLE WEB DESIGN AND COMPLIANCE WEB 2401

Pellissippi State Community College Master Syllabus ACCESSIBLE WEB DESIGN AND COMPLIANCE WEB 2401 Pellissippi State Community College Master Syllabus ACCESSIBLE WEB DESIGN AND COMPLIANCE WEB 2401 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Fall 2016 Catalog Course Description:

More information

Standardized Testing. Student Support Document

Standardized Testing. Student Support Document Standardized Testing Student Support Document www.abhe-solutions.com Welcome to the examyard.com online exams delivery platform. Since 2008 we have been delivering exam content online for our Member institutions.

More information

Enterprise Reporting. 1 enterpri. Oracle Bl Publisher 11 g: A Practical Guide to. Enterprise data using Oracle Bl Publisher 11g

Enterprise Reporting. 1 enterpri. Oracle Bl Publisher 11 g: A Practical Guide to. Enterprise data using Oracle Bl Publisher 11g Oracle Bl Publisher 11 g: A Practical Guide to Enterprise Reporting Create and deliver improved snapshots in time of your Enterprise data using Oracle Bl Publisher 11g Daniela Bozdoc [ PUBLISHING 1 enterpri

More information

Classroom Performance System (CPS) Clickers Instructions I. CPS procedures if you choose to use all the options

Classroom Performance System (CPS) Clickers Instructions I. CPS procedures if you choose to use all the options Classroom Performance System (CPS) Clickers Instructions I CPS procedures if you choose to use all the options Before class Download software to your computer One-time activity Create your folder on local

More information

Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016

Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016 User Guide for Edu Expression WordPress Edition Version 1.0 Dated: 25th February, 2016 Installation of Plug-in on Wordpress Login the Admin Dashboard of your Wordpress Installation Admin Plugin Add New

More information

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY Innovative Vocational Education and Training VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY YEAR 2 (UNITS 3 & 4) TEACHER RESOURCE CERTIFICATE III (ICT30115) CORE COMPETENCIES and SELECTED ELECTIVES

More information

LMS User Guide Release 2018 May 2017

LMS User Guide Release 2018 May 2017 LMS User Guide Release 2018 May 2017 LMSUG-051516 The Edupoint software and any form of supporting documentation are proprietary and confidential. Unauthorized reproduction or distribution of the software

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

Chapter 1 Introduction to HTML, XHTML, and CSS Chapter 1 Introduction to HTML, XHTML, and CSS MULTIPLE CHOICE 1. The world s largest network is. a. the Internet c. Newsnet b. the World Wide Web d. both A and B A PTS: 1 REF: HTML 2 2. ISPs utilize data

More information

For many years, the creation and dissemination

For many years, the creation and dissemination Standards in Industry John R. Smith IBM The MPEG Open Access Application Format Florian Schreiner, Klaus Diepold, and Mohamed Abo El-Fotouh Technische Universität München Taehyun Kim Sungkyunkwan University

More information

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS OVERVIEW: Course Files provides file storage on the Blackboard server for a single course. Course Files within each course displays content for that specific course, not for other courses you teach. You

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

IQTI MOBILE PLAYER USER GUIDE. Version View online: iqti.wordpress.com. Version flexiblelearning.net.au

IQTI MOBILE PLAYER USER GUIDE. Version View online: iqti.wordpress.com. Version flexiblelearning.net.au IQTI MOBILE PLAYER USER GUIDE Version 1.1 2010 View online: iqti.wordpress.com Version 1.0 2010 flexiblelearning.net.au TABLE OF CONTENTS TABLE OF CONTENTS User Guide... 1 Introduction... 3 Purpose...

More information

ACCESSING TIDE. New Hampshire Statewide Assessment System RESETTING YOUR TIDE ACCOUNT FROM A PREVIOUS SCHOOL YEAR

ACCESSING TIDE. New Hampshire Statewide Assessment System RESETTING YOUR TIDE ACCOUNT FROM A PREVIOUS SCHOOL YEAR ACCESSING TIDE New Hampshire Statewide School administrators use the Test Information Distribution Engine (TIDE) to add and manage user accounts and to manage information about students who participate

More information

Design and Implementation of Computer Room Management System in University

Design and Implementation of Computer Room Management System in University Design and Implementation of Computer Room Management System in University YOUwen Zhang, Dong Kang* {Zhangyouwen521@163.com} HaiNan college of Economics and Business Haikou 571127, China Abstract. With

More information

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1.

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1. E-platform for School Development & Accountability (ESDA) Operation Manual Nov 2005 [Version 1.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents About this Operation Manual... 6

More information