Flash questions in ILIAS Test & Assessment. Helmut Schottmüller



Similar documents
Instructions for creating a survey using Survey Gizmo

Website Editor User Guide

Step 1: Create the RTSP Command

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE

OCS Training Workshop LAB13. Ethernet FTP and HTTP servers

Twinfield Single Sign On

Terminal 4 Site Manager User Guide. Need help? Call the ITD Lab, x7471

How to create database in GlycomcsPortal?

How to open the ArchiveWeb Interface directly from MS Outlook

You can preview your exam by clicking the View Questions button under the Review tab:

Nintex Forms 2013 Help

Viewing and Creating Wiki Pages

The document may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Mail users.

2/24/2010 ClassApps.com

JAVASCRIPT AND COOKIES

U of S Course Tools. Working with the Syllabus Tool For Instructors

Introducing our new Editor: Creator

What Do You Think? for Instructors

Creating and grading assignments

JW Player for Flash and HTML5

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 1

Mahara: MyPortfolio. Create content Build pages Share. A user guide for beginners. What is Mahara?

Digital Marketing EasyEditor Guide Dynamic

MANUAL. Windows Live Messenger Activity with parameters

How to Use Certificates for Additional Security

Umbraco v4 Editors Manual

BT MEDIA JOOMLA COMPONENT

WebEx Event Center User's Guide

Turnitin Blackboard 9.0 Integration Instructor User Manual

Weather Widget Usage Guide

Job Streaming User Guide

CUSTOMER+ PURL Manager

USM Web Content Management System

This guide shows you how to configure each display option within the item editor.

Faculty Web Site with WCM

How to set up a scoring algorithm and automatic triggers for Qualtrics measures

Version 1.0 January Xerox Phaser 3635MFP Extensible Interface Platform

Kentico CMS Web Parts

Installation & User Guide

SelectSurvey.NET User Manual

Microsoft Office Live Meeting Events User s Guide

Microsoft FrontPage 2003

JBoss SOAP Web Services User Guide. Version: M5

HTML Form Widgets. Review: HTML Forms. Review: CGI Programs

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc.

Collaboration Technology Support Center Microsoft Collaboration Brief

CMS Training Session 1

Hypercosm. Studio.

LiveStreamingCDN Producer User s Guide

Parent Single Sign-On Quick Reference Guide

Self-Service Portal Implementation Guide

BASIC DESIRE2LEARN COURSETOOLS: CREATINGYOUR PAPERLESS CLASSROOM

Learning Management System

Kaldeera Workflow Designer 2010 User's Guide

Website Editor User Guide

Introduction to ProForm Rapid elearning Studio. What is ProForm? The ProForm Course Authoring Tool allows you to quickly create

Policy Guide Access Manager 3.1 SP5 January 2013

Building Java Servlets with Oracle JDeveloper

How to test and debug an ASP.NET application

How to Use the Text Editor in Blackboard

Logi Ad Hoc Reporting System Administration Guide

How To Write A Cq5 Authoring Manual On An Ubuntu Cq (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

Content Management System User Guide

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Do-It-Yourself Templates

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.

Google Sites: Site Creation and Home Page Design

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

Making the Most of Files & Folders. Schoolwires Centricity2

Feith Dashboard iq Server Version 8.1 Install Guide

Hotspot Image Connector Page Guide

WEB2CS INSTALLATION GUIDE

Pervasive Data Integrator. Oracle CRM On Demand Connector Guide

SYSTEM DEVELOPMENT AND IMPLEMENTATION

Sage Accountants Business Cloud EasyEditor Quick Start Guide

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

Composite.Community.Newsletter - User Guide

Using Microsoft Expression Web to Upload Your Site

SYSPRO App Store: Registration Guide

Implicit Sync. Professional Edition Users Guide

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6 PART NO. E

New World Construction FTP service User Guide

Accessing Data with ADOBE FLEX 4.6

Online sales management software Quick store setup. v 1.1.3

Copyright EPiServer AB

How To Add The WebReserv Booking Calendar To Your Facebook Page

Automated Dispatch System Query Tool

WebSphere Commerce V7 Feature Pack 2

Quick Guide. WebNow. Description. Logging on to WebNow. Document Management System

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

FWG Management System Manual

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

Transcription:

Flash questions in ILIAS Test & Assessment Helmut Schottmüller

Flash questions in ILIAS Test & Assessment Helmut Schottmüller Published January 2009 Copyright 2009 Helmut Schottmüller

Table of Contents 1. Using flash questions in ILIAS Test & Assessment... 1 Description of the question type... 1 Editing a flash question... 1 Embedding the flash applet into the ILIAS code... 2 2. Developer documentation... 3 passing from ILIAS to the flash applet... 3 Communication between the flash applet and ILIAS using ILIAS SOAP Webservices... 3 savequestion(sid, active_id, question_id, pass, solution)... 3 savequestionsolution(sid, active_id, question_id, pass, solution)... 4 getnrofquestionsinpass(sid, active_id, pass)... 4 getpositionofquestion(sid, active_id, question_id, pass)... 5 getpreviousreachedpoints(sid, active_id, question_id, pass)... 5 getquestionsolution(sid, active_id, question_id, pass)... 5 gettestuserdata(sid, active_id)... 6 iii

Chapter 1. Using flash questions in ILIAS Test & Assessment Description of the question type The flash question type in ILIAS adds the possibility to embedd Adobe Flash applets into an ILIAS question, whereas the flash applet offers the question and the logic of the question to communicate with the ILIAS system. The results will be trasferred via the ILIAS SOAP interface and will be used for the grading of a test participant. There are no limits in the decoration and definition of a question. Only the ILIAS SOAP functions and the predefined parameters have to be considered. A new flash question can be added into an ILIAS questionpool by selecting the flash question type in the list of questions an pressing the create button. Editing a flash question Adding a flash question to a question pool After creating a flash question in ILIAS you can edit the question in a question editor. Besides the usual settings like question title, description, points etc., there is the possibility to upload a flash applet into the question. Please click on Browse in the Flash file section to upload a flash applet from your computer. You can enter the flash parameters width and height for the size of the presentation. A preview will be shown in the editor as well. Using the New parameter button you can add a key/value parameter pair that will be added to the parameter list of the flash applet during the execution in the test. Existing parameters can be removed by checking the Delete parameter checkmark besides the parameter. If you need to delete the flash applet you can either upload another applet and replace the existing applet or you can check the checkbox Delete existing file and save the question. 1

Using flash questions in ILIAS Test & Assessment Editing a flash applet in the question editor Embedding the flash applet into the ILIAS code Here you see how ILIAS embedds flash applets into the ILIAS code when a question is created inside a test. The embedding code is created automatically by ILIAS, it is just to give you an idea how the flash question works. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="400" height="200" id="movie_904820"> <param name="movie" value="frog.swf"> <param name="flashvars" value="speed=7&tonguelength=15"> <embed src="http://path_to_ilias/data/ilias3/assessment/18981/904820/flash/frog.swf" quality="high" bgcolor="#ffffff" width="400" height="200" name="movie_name_904820" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="speed=7&tonguelength=15"> </embed> </object> 2

Chapter 2. Developer documentation To enable the flash applets to communicate with ILIAS, you have to provide the following preconditions: passing from ILIAS to the flash applet ILIAS passes some important parameters to the flash applet that has to be considered by the applet to create a valid response for the ILIAS system. The parameters will be passed in the HTML parameter FlashVars. The parameters are: session_id: Session-ID of the actual test participant. client: Name of the ILIAS client points_max: The maximum number of available points for the question. The applet should always calculate points between 0 and this number for the returned points. server: URL of the ILIAS SOAP server pass: Number of actual test pass (0, 1, 2,...) active_id: ID of the actual test participant question_id: ID of the test question Communication between the flash applet and ILIAS using ILIAS SOAP Webservices To communicate with ILIAS, the flash applet has to implement a SOAP client for further communication. The necessary parameters to call the SOAP functions are passed by ILIAS to the applet during the runtime using the FlashVars parameter (see above). The implementation of the SOAP client has to be done inside the flash applet. The following SOAP functions are available for Test & Assessment: savequestion(sid, active_id, question_id, pass, solution) solution: tns:stringarray String array that contains the solutions of the participant and the scored points. Description: Saves the results of a participant in the ILIAS database. solution is an array with N*3 elements that consist of triplets value1, value2, and points. Meaning: In value1, value2 you can send any kind of value you need 3

Developer documentation or your applet creates (values, text etc. because these elements are simple text based elements in the database). In points you typically will store the points of the partial solution sent in this triplet. All points will be summarized to the total points of the question and shall not execeed the value in max_points. value1 and value2 are dependend on the structure of your question and help you to identifiy the solution of the participant. If you have for example a flash applet that provides a multiple choice question with single response, you could use value1 to store the index of the selected solution. value2 could be empty because there is nothing more you would like to store and points would be used to save the points for the selection. For a multiple choice question with multiple response you would define as many triplets as the participant selects answers in the question. savequestionsolution(sid, active_id, question_id, pass, solution) solution: xsd:string XML-Code, der die Lösungen des Teilnehmers und die vergebenen Punkte beinhaltet. Description: Saves the results of a participant in the ILIAS database in the same way as the savequestion function. The only diffence is that the solution isn't an array of triplets but an XML string of the following structure <values> <value>value</value> <value>value</value> <points>points</points>... </values> The structure will be used in the same way as the solution triplets in the savequestion function. getnrofquestionsinpass(sid, active_id, pass) 4

Developer documentation Description: Returns the number of questions in the actual test pass. getpositionofquestion(sid, active_id, question_id, pass) Description: Returns the position of the question in the actual test pass. getpreviousreachedpoints(sid, active_id, question_id, pass) Description: Returns an array of floating point numbers with the resulting points of the questions in the actual test pass that occured before the question with the ID question_id. getquestionsolution(sid, active_id, question_id, pass) 5

Developer documentation Description: Returns the previous solution of a participant for this question. This function should be called when a question is opened to retrieve possible previous results of a participant and to present these results as a previous solution. If previous solutions are disabled in ILIAS this function will return nothing.. gettestuserdata(sid, active_id) Description: Returns a string array existing of the user data of the actual test participant in the following format: "full name", "title", "firstname", "lastname", "login". For anonymous tests only "unknown" will be returned as full name. All other entries will be empty. 6