Interactive e-books on Aakash Tablet

Size: px
Start display at page:

Download "Interactive e-books on Aakash Tablet"

Transcription

1 Interactive e-books on Aakash Tablet M.Tech. Dissertation Submitted in partial fulfillment of the requirements for the degree of Master of Technology in Computer Science and Engineering Submitted by Prashant Kumar Singh Roll No Under the Guidance of Prof. Deepak B. Phatak Department of Computer Science and Engineering Indian Institute of Technology Bombay Powai, Mumbai, India June 2014

2 Abstract We are living in an age of technology which has made a huge impact in every aspect of our life. The field of education does not remain untouched with its impact. Use of Information and Communication Technology (ICT) is playing an important role in changing the way of teaching and learning. e-books are nothing but a digitized version of the book and they lack interactive features. To overcome these limitations, there emerged the concept of interactive e-books, which provides a better learning environment to the reader.

3 ACKNOWLEDGEMENT I wish to express my sincere gratitude and whole hearted thanks to my Guide Prof. Deepak B. Phatak for his guidance and constant encouragement. I am greatly indebted to him for guiding me whenever I faced difficulty regarding the topic. Prashant Kumar Singh M.Tech. Second Year Computer Science and Engineering Department, IIT Bombay i

4 Contents 1 Introduction Learning by e-books: Possible shortcomings Interactivity in e-books Previous Work Interactive e-books epub Versions of epub Structure of an epub e-book PyQt Framework 12 4 epub Authoring Tool 13 5 Future Work 15 6 Conclusion 16 1

5 List of Figures 2.1 Dale s Pyramid An Interactive e-book with embedded video An e-book with text and video supporting text An e-book with in-book multiple choice quiz Directory Structure of epub

6 Chapter 1 Introduction We are living in an era of science and technology. Technology has made a huge impact in every aspect of our daily life. The field of education does not remain untouched with its impact. Use of Information and Communication Technology (ICT) is playing an important role in changing the way of teaching and learning. Traditional classrooms are becoming smart classrooms. Books have become digital and the concept of e-learning is growing among youths. Use of portable hand-held devices like tablets, smartphones and PDAs (Personal digital assistant) have enabled us to read e-books anywhere and at any time. We don t need to carry heavy books with us. All we need is, a small tablet device and an e-book. EduComp classrooms are the example of smart classrooms in India[?]. Technology has enabled us to take the courses of foreign universities while sitting in our rooms. Effects of technology in the field of education. 1. Development of smart classrooms 2. Online courses (Coursera and NPTEL) 3. Course Management Systems (Moodle) 1.1 Learning by e-books: Possible shortcomings Learning by e-books is a growing trend now-a-days, but it has certain limitations. We can summarize these limitations through following points. 1. There are more chances of distraction while reading e-books, as children may get attracted towards playing games and watching videos stored in the tablet. There must be some provision that engages them to the content of e-book. 3

7 2. According to Cone of Experience (Figure??), verbal symbols provide most abstract experience[?], while the involvement of both verbal and visual symbols like television, provides a better experience. If there is any method that makes it possible for students to listen and watch the course content, then it will be far better to grasp the concept. 3. It is very difficult for the teacher to explain concepts without any illustrative demonstration. If it is possible to get demonstrations along with reading material, it will lead to a better understanding of the course-content. 4

8 Chapter 2 Interactivity in e-books Interactive e-books are traditional e-books with some additional features. These features may be embedded multimedia objects within book or multiple choice quiz at the end of the chapter. Interaction means exchange of instructions (or commands). Traditional e-books are also interactive but with very limited functionalities. We can scroll the pages or we can go to any particular page. All these actions require human intervention. The main aim of making interactive e-books is to harness the facilities of various hand-held devices (e.g. Smartphones and Tablets) which are available in abundance and thus providing a better learning environment to the reader. Learning involves use of sensory organs. The more sensory organs are involved in any task, the better is our experience. Reading involves visual sensory organ while Listening involves use of auditory sensory organ. Demonstration involves use of Auditory as well as Visual sensory organ. 2.1 Previous Work A lot of work has been done to study the effect of interactivity on learning. Aim of all these studies was to investigate the fact Interactivity helps in Learning. Edgar Dale, an American educationist, studied audio visual media and their concreteness in terms of experience. He displayed results in the form of a pyramid[?], having several layers. The lower layer represents most concrete experience, while upper layer represents most abstract experience[?]. According to the diagram Direct Purposeful Experience which is at the bottom of the pyramid gives the best experience as we are directly involved with the condition to be studied. In this case, all sensory organs are involved. Evans and Gibbons [?] performed an experiment on a group of students and concluded that Interactive group (I group) students gained good marks in Transfer test as compared to corresponding Non Interactive group (NI) students. They also found that I group students took relatively less time for attempting quiz. 5

9 Figure 2.1: Dale s Pyramid 6

10 In the Paper Animation as an Aid to Multimedia Learning [?], the author has proposed seven principles for representation of animations so that maximum learning can take place. 2.2 Interactive e-books If a teacher is narrating some abstract concept, it takes a lot of imagination power to grasp the concept. Animations and videos make it possible to visualize the situation. Today, most of the e-books provide the facility of only text and images, but there is no feature of rich media content like audio, video, and interactive demonstrations. Interactive e-books are based on the concept of demonstration. They have the capability of making learning more interesting and enjoyable. The following image shows an interactive e-book that has an embedded video supporting the text. Figure 2.2: An Interactive e-book with embedded video While reading e-books, only visual sensory organ is involved, and thus, students do not feel engaged with the course content. Interactive e-books have an upper hand in this case. Features of interactive e-books: Support for audio content Support for video content Support for SVG (Scalable Vector Graphics) Support for in-book quizzes Support for reflowability of content 7

11 Figure 2.3: An e-book with text and video supporting text Figure 2.4: An e-book with in-book multiple choice quiz 8

12 2.3 epub epub is a open standard e-book format developed by International digital publishing forum. File extension for epub is.epub. We can easily create interactive e-books in epub format. epub is the official standard of International digital publishing forum since In 2011, there came another improved version of epub (epub3). epub allows the use of HTML5, CSS and JavaScript. All these can be used for creating interactive epub e-books. HTML5 allows an option for embedding videos. JavaScript can be used to create quizzes Versions of epub The current version of epub is 3, known as epub3. The previous version had certain limitations and was not interactive as epub3. 1. Version The main feature of this version was reflowability of content. 2. Version 3 It is the current version of epub. It came to existence in It has certain additional features as compared to the previous version. The features are listed below. Support for audio and video Support for MathML Support for CSS3 Support for HTML5 Support for SVG It is actually HTML5 that allows integration of multimedia objects in the e-book. seems to be a much accepted version of HTML due to its features. It Structure of an epub e-book Epub is a zip archive that contains various files. It mainly contains a mimetype file and two directories OEPBS and META-INF. Figure 2.5 shows the structure of the archive. 1. mimetype mimetype, also known as Internet media type, is used for identifying a file format over Internet. mimetype has two parts separated by a Forward slash. epub format has application/epub+zip as mimetype. This file must be the first file in the zip archive in uncompressed form. 9

13 2. META-INF Directory This directory contains only single xml file named as container.xml. container.xml gives the path of a file, content.opf, which contains the address and mimetype of all the files contained in OEPBS folder. Figure 2.5: Directory Structure of epub 3. OEPBS Directory This directory contains all the data files like audio, video, images, html, and CSS in respective directories. It also contains two xml files named as content.opf and toc.ncx. content.opf It contains the details like author name, title, date and publication in metadata section. It also gives the address and mimetype of all the files contained in OEPBS directory, inside manifest section. It contains a spine section that tells the order in which the files have to appear in the book. 10

14 toc.ncx It is also a xml file that gives details like book title and author. It contains table of content. 11

15 Chapter 3 PyQt Framework

16 Chapter 4 epub Authoring Tool epubcreate is the authoring tool that can be used for creating epub-3 e-books. Main features of epubcreate 1. Allows WYSIWYG creation of epub books 2. Allows embedding Audio, Video and Animations 3. Supports epub-3 specifications 4. Default text so that even naive users can use 5. 2-click epub Creation

17 Figure 4.1: Figure 4.2: 14

18 Chapter 5 Future Work 15

19 Chapter 6 Conclusion 16

Interactive e-books on Aakash Tablet

Interactive e-books on Aakash Tablet Interactive e-books on Aakash Tablet Prashant Kumar Singh Dept. of CSE IIT Bombay psingh@cse.iitb.ac.in October 2013 Prashant Kumar Singh (IIT Bombay) Interactive e-books on Aakash Tablet October 2013

More information

DOWNLOAD PDF WHAT IS OPEN EBOOK

DOWNLOAD PDF WHAT IS OPEN EBOOK Chapter 1 : Home Page Open the Books Open ebooks These ebooks can be read without checkouts or holds. The goal of Open ebooks is to encourage a love of reading and serve as a gateway to children reading

More information

Enhancement of Open Source Monitoring Tool for Small Footprint Databases

Enhancement of Open Source Monitoring Tool for Small Footprint Databases Enhancement of Open Source Monitoring Tool for Small Footprint Databases Dissertation Submitted in fulfillment of the requirements for the degree of Master of Technology in Computer Science and Engineering

More information

epub v3: Opportunities & Challenges for Digital Publishing

epub v3: Opportunities & Challenges for Digital Publishing epub v3: Opportunities & Challenges for Digital Publishing Chow King Wai 10 th Feb 2012 1 ASTRI Proprietary Why Read? Our innate curiosity to explore in a literary world created in words and pictures by

More information

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1 Elementary Computing CSC 100 03/01/2015 M. Cheng, Computer Science 1 Welcome! 03/01/2015 M. Cheng, Computer Science 2 Is CSC 100 For You? CSC 105 is similar to CSC 100, but is designed primarily for students

More information

a Department of Computer Science and Engineering

a Department of Computer Science and Engineering Issues in Performance of Wireless Routers & Open Source Firmwares R&D Project Report Under guidance of Prof. Deepak B. Phatak Submitted By Sukh Deo(123050061) Prashant Kumar Singh(123050078) a Department

More information

Transcript: A Day in the Life of a K12 Seventh Grade Teacher

Transcript: A Day in the Life of a K12 Seventh Grade Teacher Transcript: A Day in the Life of a K12 Seventh Grade Teacher Transcript (Video) Transcript (Video with Audio Description) Transcript (Audio Description) Transcript (Video) 00:00:00.000 MUSIC 00:00:05.799

More information

A Student Guide to using Moodle

A Student Guide to using Moodle A Student Guide to using Moodle Version 1: September 2007 Table of Contents Introduction...3 What is Moodle?...3 How do I access Moodle?...4 What will I find in Moodle?...5 Accessing a course...5 The main

More information

Faculty Training. Blackboard I Workshop Bobbi Dubins

Faculty Training. Blackboard I Workshop Bobbi Dubins Faculty Training Blackboard I Workshop Bobbi Dubins Table of Contents Introduction... 2 blackboard.allegany.edu... 2 Overview of Features:... 2 Using Blackboard... 3 Changing Your Password... 3 How to

More information

Birth of a website: THE DIGION DOMAIN and educational website development

Birth of a website: THE DIGION DOMAIN and educational website development Birth of a website: THE DIGION DOMAIN and educational website development Yvonne R. Dechance & Candace A. Magner University of New Mexico [The following is a text adaptation of "Birth of a Website, " a

More information

TRAINER MOODLE QUICK GUIDE

TRAINER MOODLE QUICK GUIDE TRAINER MOODLE QUICK GUIDE Update 2-2018 Maine Roads to Quality Professional Development Network PO Box 9300, 34 Bedford Street, Portland, ME 04104 1-888-900-0055 www.muskie.usm.maine.edu/maineroads Table

More information

Strategies for Training and Implementation Home

Strategies for Training and Implementation Home A Guide to Discovery Ed Streaming Strategies for Training and Implementation http://discoveryeducation.com Log in - - - -> Click on DE STREAMING Page Page From the Page, you can search for digital media

More information

Moodle Student Introduction

Moodle Student Introduction Moodle Student Introduction City College Plymouth has chosen Moodle 1 as its Managed Learning Environment (MLE) to help support your learning, whatever course you are studying. Moodle courses are created

More information

Electronic Books. Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr BI-XML Miloslav Nič, 2011

Electronic Books. Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr BI-XML Miloslav Nič, 2011 Electronic Books Lecture 6 Ing. Miloslav Nič Ph.D. letní semestr 2010-2011 BI-XML Miloslav Nič, 2011 Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti E-book Wikipedia: An electronic book

More information

America The Beautiful Online User guide

America The Beautiful Online User guide America The Beautiful Online User guide Welcome to America The Beautiful Online. We hope you find all the information you're looking for, and a lot more! America The Beautiful Online is published by Grolier

More information

Introduction to Ardora

Introduction to Ardora Ardora is an authoring software focused mainly on the development of educational content for the Web. Its main purpose is that teachers focus their efforts on the methodological and didactic aspects of

More information

Using multimedia in the classroom

Using multimedia in the classroom Online Conference 2014 Using multimedia in the classroom Robert Campbell Who am I? Some background information Course books Readers Magazines Video Audio Interactive resources Websites 2 Using multimedia

More information

Then, when students need to hear the story again, these codes make them independent.

Then, when students need to hear the story again, these codes make them independent. How the Grinch Stole Christmas Activity Mat These codes don t replace the actual books! Please read and share the books first. Let the children enjoy the pictures and the theatre of turning the pages.

More information

An Implementation of Digital Content Model Conversion System From SCORM to EPUB

An Implementation of Digital Content Model Conversion System From SCORM to EPUB Journal of Applied Science and Engineering, Vol. 21, No. 2, pp. 271 278 (2018) DOI: 10.6180/jase.201806_21(2).0015 An Implementation of Digital Content Model Conversion System From SCORM to EPUB Hsuan-Pu

More information

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

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

More information

Endorsement: Business & Industry

Endorsement: Business & Industry Endorsement: Business & Industry Students will learn about a variety of IT concepts including computer software, computer hardware, careers in IT, and how to prepare and give presentations. Students will

More information

Endorsement: Business & Industry

Endorsement: Business & Industry Endorsement: Business & Industry Students will learn about a variety of IT concepts including computer software, computer hardware, careers in IT, and how to prepare and give presentations. Students will

More information

Table of contents. DMXzone epub Manager DMXzone

Table of contents. DMXzone epub Manager DMXzone Table of contents Table of contents... 1 About epub Manager... 2 Features in Detail... 4 The Basics: Setting Up Dreamweaver Workspace for epub Projects... 19 Advanced: Creating epubs from Scratch using

More information

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats Chat Activity The Moodle chat tool allows communication between instructors and students in real time. Unlike in discussion forums, which are a means for asynchronous communication, online chat sessions

More information

Strategies for Training and Implementation Home

Strategies for Training and Implementation Home A Guide to unitedstreaming Digital Resources Strategies for Training and Implementation Presentation Menu Overview and Key Features Passcodes, Search Tools, Content Management, & Teacher Tools Implementation

More information

Digital Multimedia Design

Digital Multimedia Design Elizabethtown Area School District Digital Multimedia Design Course Number: 769 Length of Course: 1 semester Grade Level: 10-12 Elective Total Clock Hours: 120 hours Length of Period: 80 minutes Date Written:

More information

STUDENT GUIDE TO MOODLE

STUDENT GUIDE TO MOODLE STUDENT GUIDE TO MOODLE Education Editing your Student Profile... 2 Engaging with Moodle Resources/ Activities... 3 Moodle books... 4 Composing... 5 Reading & Replying... 6 Editing a Post... 7 Displaying

More information

Text 1 Cell Phones Raise Security Concerns at School

Text 1 Cell Phones Raise Security Concerns at School Text 1 Cell Phones Raise Security Concerns at School Many people think that students having cell phones in school is a great idea 1 idea. Many parents feel that they don t have to worry as much about their

More information

Edexcel GCSE (9 1) Sciences FAQs

Edexcel GCSE (9 1) Sciences FAQs Edexcel GCSE (9 1) Sciences FAQs What s changing, and when Practical work and the assessment of practical skills The new maths requirements The new exams How we ll support you The impact on other Key Stage

More information

Reality of EPUB: Making it work for your documentation (workshop)

Reality of EPUB: Making it work for your documentation (workshop) Reality of EPUB: Making it work for your documentation (workshop) tcworld conference 2016 - Stuttgart, Germany Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc.

More information

DOWNLOAD OR READ : COMPUTER BIBLE GAMES WITH VISUAL BASIC EXPRESS A COMPUTER PROGRAMMING TUTORIAL PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : COMPUTER BIBLE GAMES WITH VISUAL BASIC EXPRESS A COMPUTER PROGRAMMING TUTORIAL PDF EBOOK EPUB MOBI DOWNLOAD OR READ : COMPUTER BIBLE GAMES WITH VISUAL BASIC EXPRESS A COMPUTER PROGRAMMING TUTORIAL PDF EBOOK EPUB MOBI Page 1 Page 2 computer bible games with visual basic express a computer programming

More information

CIW: Advanced HTML5 and CSS3 Specialist. Course Outline. CIW: Advanced HTML5 and CSS3 Specialist. ( Add-On ) 16 Sep 2018

CIW: Advanced HTML5 and CSS3 Specialist. Course Outline. CIW: Advanced HTML5 and CSS3 Specialist.   ( Add-On ) 16 Sep 2018 Course Outline CIW: Advanced HTML5 and CSS3 Specialist 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

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

GOALS SOLUTIONS BENEFITS. COMPANY WEBSITE LOCATION Calgary, Canada. INDUSTRY Interactive Technology

GOALS SOLUTIONS BENEFITS. COMPANY WEBSITE   LOCATION Calgary, Canada. INDUSTRY Interactive Technology A Case Study in Technical Communication Best Practices SMART Technologies, Interactive Display Innovator, Relies on Single-Source Publishing of MadCap Flare to Speed Delivery of a Responsive HTML5 Support

More information

Building EZ Picture Books for the Kindle. Copyright 2013 by Rob Smith All Right Reserved

Building EZ Picture Books for the Kindle. Copyright 2013 by Rob Smith All Right Reserved Copyright 2013 by Rob Smith All Right Reserved!1 Course Goals The student will be able to recognize HTML documents and understand their structure. The student will be able choose a working resolution for

More information

Process. Interface Design Introduction. Purpose and Goals of your Website. Module 2. Introduction

Process. Interface Design Introduction. Purpose and Goals of your Website. Module 2. Introduction Module 2 Introduction Before one can start building a website, the person must have a clear understanding of the mission, goals, and objectives of the site. Important questions to ask are why are you making

More information

Hands on with EPUB (workshop)

Hands on with EPUB (workshop) Hands on with EPUB (workshop) tcworld conference 2017 - Stuttgart, Germany Scott Prentice, Leximation, Inc. Introduction Scott Prentice, President of Leximation, Inc. Specializing in FrameMaker plugin

More information

Creating the. Robert J. Books in Browsers 24 October 2014

Creating the. Robert J. Books in Browsers 24 October 2014 U N I V E R S I T Y O F C A L I F O R N I A, B E R K E L E Y S C H O O L O F I N F O R M A T I O N Creating the Multivalent Book Robert J. Glushko glushko@berkeley.eduedu @rjglushko Books in Browsers 24

More information

PROFESSOR S QuICk GuIdE TO TWEN

PROFESSOR S QuICk GuIdE TO TWEN T WEN: THE WEST EduCATION NET WORk PROFESSOR S QuICk GuIdE TO TWEN PROFESSIONAL LEGAL RESEARCH What is TWEN? The West Education Network (TWEN) is an online extension of the law school classroom at lawschool.westlaw.com,

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

The Ultimate Guide To Using Your Android Smart Phone PDF

The Ultimate Guide To Using Your Android Smart Phone PDF The Ultimate Guide To Using Your Android Smart Phone PDF The Ultimate Guide to Using your Android Smart PhoneIncludes Complete Free Bonus Second Book!!Learning any new operating system can be challenging,

More information

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

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

More information

About the course.

About the course. 1 About the course www.sheffield.ac.uk/is Skills relevant to your career Our MSc in Information Systems provides you with the practical knowledge you need in the fastgrowing field of information systems.

More information

Dynamic Web Programming and HTML5

Dynamic Web Programming and HTML5 Dynamic Web Programming and HTML5 Paul S. Wang Click here if your download doesn"t start automatically Dynamic Web Programming and HTML5 Paul S. Wang Dynamic Web Programming and HTML5 Paul S. Wang With

More information

ONLINE LEARNING MOODLE INSTRUCTIONS FOR STUDENTS TAFENSW.EDU.AU

ONLINE LEARNING MOODLE INSTRUCTIONS FOR STUDENTS TAFENSW.EDU.AU ONLINE LEARNING MOODLE INSTRUCTIONS FOR STUDENTS TAFENSW.EDU.AU welcome CONTENTS TECHNICAL REQUIREMENTS FOR USING MOODLE 4 LOGGING INTO YOUR MOODLE COURSE 5 WELCOME TO YOUR STUDY EDITING YOUR MOODLE PROFILE

More information

Kidspiration Quick Start Tutorial

Kidspiration Quick Start Tutorial Kidspiration Quick Start Tutorial This is a tutorial that introduces basic Kidspiration diagram and writing tools. The tutorial takes about 30 minutes from start to finish. You use Kidspiration the same

More information

Smart Builder Presented By Smruti Shah

Smart Builder Presented By Smruti Shah Smart Builder Presented By Smruti Shah 1 Table of Content Sr.No Topic Pg.No 1 Introduction 3 2 Pre-workshop Preparation 4 3 Classroom Design 6 4 Session Plan 7 5 Content Analysis 11 6 Appendices 32 6.1

More information

Parent/Student. Web Access. User. Manual

Parent/Student. Web Access. User. Manual EDUCATIONAL SERVICES Parent/Student Web Access User Manual GENESIS STUDENT INFORMATION SYSTEM WEB ACCESS I Introduction p. 3 II Logging In & Logging Out p. 4 III Student Summary Dashboard (Summary) Screen

More information

Moodle Documentation for Students (v.3.4)

Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) Moodle Documentation for Students (v.3.4) GSC STAFF Moodle Documentation for Students (v.3.4) by GSC Staff is licensed under a Creative Commons Attribution-ShareAlike

More information

Design and Development of Multimedia Based User Education Program: The Advantages of YouTube

Design and Development of Multimedia Based User Education Program: The Advantages of YouTube Design and Development of Multimedia Based User Education Program: The Advantages of YouTube Item Type Meetings and Proceedings Authors Ram, Shri; Paliwal, Nitin Publisher KBD Publications Download date

More information

Moodle 2.2 Student User Guide My Private Files

Moodle 2.2 Student User Guide My Private Files Moodle 2.2 Student User Guide My Private Files Using My Private Files My Private Files saves files in the cloud. Only the user may access it, but you can access it from any computer where you can access

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

JetVote User Guide. Table of Contents

JetVote User Guide. Table of Contents User Guide English Table of Contents 1 General Information... 3 Minimum System Requirements... 3 2 Getting Started... 4 Software Installation... 4 Installing the Server... 4 Installing Quiz Packets (Optional)...

More information

Norton s My First Device Report. October 2018

Norton s My First Device Report. October 2018 Norton s My First Device Report By October 2018 Methodology Norton s My First Device Report is an online survey of 6,986 parents aged 18+ years old, with children aged 5-16 across 10 markets, commissioned

More information

AGRICULTURE BASED ANDROID APPLICATION

AGRICULTURE BASED ANDROID APPLICATION AGRICULTURE BASED ANDROID APPLICATION Prof.Aradhana D 1, Shiva Prasad K S 2, Shrivaishnavi J K 3, P. Sowmya 4, Tina Agarwal 5 1 Department of Computer Science & Engineering Ballari Institute of Technology

More information

On the application of W3C Guidelines in Website Design from scratch

On the application of W3C Guidelines in Website Design from scratch On the application of W3C Guidelines in Website Design from scratch Diamantino Freitas, Helder Ferreira Faculty of Engineering of the University of Porto LPF-ESI / DEEC / FEUP / Portugal dfreitas@fe.up.pt,

More information

Presenting Online in Elluminate Live!

Presenting Online in Elluminate Live! Presenting Online in Elluminate Live! There are many things you can do to deliver high-quality, highly-effective Elluminate Live! sessions. The following pages provide suggestions that you can use as you

More information

Smart Student Attendance System Using Face Detection

Smart Student Attendance System Using Face Detection Smart Student Attendance System Using Face Detection Prof. V.P. Chitragar 1,Rohan Charmore 2, Susmit Kallurkar 3, Nimish Thakur 4, Mahesh Yeshwantrao 5, 1 Prof.V. P. Chitragar, Electronics and Telecommunications,

More information

Media Tools in Canvas

Media Tools in Canvas Media Tools in Canvas 12/2017 Definition of Media Tools Media tools include any feature in Canvas that facilitates in creating or accessing images and audio or video material, as well as any feature in

More information

A Project Report on MULTIPLE ROUTING CONFIGURATIONS FOR FAST IP NETWORK RECOVERY

A Project Report on MULTIPLE ROUTING CONFIGURATIONS FOR FAST IP NETWORK RECOVERY A Project Report on MULTIPLE ROUTING CONFIGURATIONS FOR FAST IP NETWORK RECOVERY Submitted partial fulfillment of the requirements for the award Of the degree of MASTER OF COMPUTER APPLICATIONS IN COMPUTER

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

HEAL-Link activities and plans on annotating, organizing and linking academic content

HEAL-Link activities and plans on annotating, organizing and linking academic content HEAL-Link activities and plans on annotating, organizing and linking academic content Contributors: N. Mitrou, N. Konstantinou, D. Kouis, P. Stavrou, D. Spanos Presentation by Prof. Nikolas Mitrou, NTUA

More information

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile

Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University. Course Profile Kingdom of Saudi Arabia Ministry of Higher Education College of Computer & Information Sciences Majmaah University Course Profile Course Name:- Elective Profession Course 1 Course Code:- IT 250 Academic

More information

Moodle 2.2 Student User Guide Accessing & Saving Files

Moodle 2.2 Student User Guide Accessing & Saving Files Moodle 2.2 Student User Guide Accessing & Saving Files Using the Course Outline The Course Outline can be in Topic format or in Week format, depending on how your instructor sets up their course. These

More information

New Perspectives On HTML, CSS, And Dynamic HTML Ebooks Free

New Perspectives On HTML, CSS, And Dynamic HTML Ebooks Free New Perspectives On HTML, CSS, And Dynamic HTML Ebooks Free Part of the New Perspectives Series, this thorough, engaging includes everything readers need to learn to create simple to complex Web sites

More information

Usability and accessibility in EPUB 3. and in the future of e-learning. SMART on ICT 2012 International Open Forum

Usability and accessibility in EPUB 3. and in the future of e-learning. SMART on ICT 2012 International Open Forum Usability and accessibility in EPUB 3 and in the future of e-learning SMART on ICT 2012 International Open Forum Markus Gylling, IDPF & DAISY What are Print Disabilities? 1.114 Print

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

Introduction: History of HTML & XHTML

Introduction: History of HTML & XHTML Introduction: History of HTML & XHTML College of Computing & Information Technology King Abdulaziz University CPCS-665 Internet Technology Objectives Learn the history of the Web and HTML Understand HTML

More information

Unit 2 - Week 1 Lectures: Introduction to the Internet

Unit 2 - Week 1 Lectures: Introduction to the Internet X Courses» Introduction to Modern Application Development Announcements Course Forum Progress Mentor Discourse forum Discussion Forum Unit 2 - Week 1 Lectures: Introduction to the Internet Course outline

More information

ipad app 2014 Attainment Company, Inc.

ipad app 2014 Attainment Company, Inc. ipad app 2014 Attainment Company, Inc. Table of Contents Overview... 1 Quick... Start 2... 2 Logging In... 2 Directories... 4 Reading Stories... 5 Adding a User Seeing... and Hearing the Stories 6... 6

More information

UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME

UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME Applications Informatiques : Gestion, Etudes, Multimédia, E-formation Ingénierie de la Formation à Distance English for communication,

More information

(Refer Slide Time: 0:48)

(Refer Slide Time: 0:48) Mobile Computing Professor Pushpendra Singh Indraprastha Institute of Information Technology Delhi Lecture 10 Android Studio Last week gave you a quick introduction to android program. You develop a simple

More information

Hi, I m Jody DeRidder, and I d like to tell you about a recent NHPRC funded project in which we developed a cheap, fast model for getting large

Hi, I m Jody DeRidder, and I d like to tell you about a recent NHPRC funded project in which we developed a cheap, fast model for getting large Hi, I m Jody DeRidder, and I d like to tell you about a recent NHPRC funded project in which we developed a cheap, fast model for getting large manuscript collections on line. 1 Like other delivery methods

More information

HTML, CSS And JavaScript All In One, Sams Teach Yourself: Covering HTML5, CSS3, And JQuery (2nd Edition) Ebooks Free

HTML, CSS And JavaScript All In One, Sams Teach Yourself: Covering HTML5, CSS3, And JQuery (2nd Edition) Ebooks Free HTML, CSS And JavaScript All In One, Sams Teach Yourself: Covering HTML5, CSS3, And JQuery (2nd Edition) Ebooks Free In just a short time, you can learn how to use HTML5, Cascading Style Sheets (CSS3),

More information

Kaltura Blackboard Building Block - KAF

Kaltura Blackboard Building Block - KAF Kaltura Blackboard Building Block - KAF I. Introduction a. The Kaltura Building Block allows us to add powerful media tools to Blackboard, combing the best features of video sharing, webcam recording,

More information

Lesson 19: Sending/Receiving Information via (18-25 minutes)

Lesson 19: Sending/Receiving Information via  (18-25 minutes) Main Topic 2: Business Interactions Lesson 19: Sending/Receiving Information via Email (18-25 minutes) Today, you will practice your Reading and Listening Skills as you study texts related to Sending/Receiving

More information

Dynamic User Interactive Multi Level Management System

Dynamic User Interactive Multi Level Management System Dynamic User Interactive Multi Level Management System Table of Contents Admin HomePage... 3 Admin Main Menu... 4 My Profile... 5 Forum (Discussion groups)... 7 My School... 10 Forms... 10 Newsletter...

More information

Mapping of Organization using Google Map

Mapping of Organization using Google Map ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Mapping of Organization using Google Map Aradhya N Sasi Dr. A. V. Senthil Kumar aradhyansasi@gmail.com avsenthilkumar@yahoo.com

More information

D source. Basics of 3D Animation Fundamentals of Computer Animation by Prof. Phani Tetali and Sachin Meshram IDC, IIT Bombay

D source. Basics of 3D Animation Fundamentals of Computer Animation by Prof. Phani Tetali and Sachin Meshram IDC, IIT Bombay 1 http://www.dsource.in/course/basics-3d-animation 3. Introduction Animation is nothing more but an illusion of motion from imagery that visually interprets and conveys the message it is basically created

More information

CSC 8205 Advanced Java

CSC 8205 Advanced Java Please read this first: 1) All the assignments must be submitted via blackboard account. 2) All the assignments for this course are posted below. The due dates for each assignment are announced on blackboard.

More information

Next Generation LMS Evaluation

Next Generation LMS Evaluation Next Generation LMS Evaluation Summary of Individual Steering Committee Member Evaluations April 20th 2017 Participation The summary data here represents nine of the anticipated twelve individual evaluations

More information

Drag and drop. All done!

Drag and drop. All done! Working with Moodle, a Guide for Faculty Posting Course Materials and Managing Files Summary Moodle helps you share many different types of files with your students - Word documents, PowerPoint presentations,

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

Developing a Synchronous Activity Module for the Moodle CMS

Developing a Synchronous Activity Module for the Moodle CMS Developing a Synchronous Activity Module for the Moodle CMS Pei-Chen Sun 1 Te-Hsiung Tseng 2 Information and computer Education Graduate Institute National Kaohsiung Normal University No.116, Heping 1

More information

Discovery Education Streaming Overview

Discovery Education Streaming Overview Discovery Education Streaming Overview St. Elmo Digital Literacy Team Members Cristin Cole- Facilitator Laura Dawes Stacy Davis Jennifer Tschudy A Guide to Discovery Education streaming Digital Resources

More information

01.

01. 01. 01. 03 ultural barriers 04 Our Accessibility Journey began with people Began with a group of individuals who were engaged and interested User Centered Design supports 130 web products Digital Book

More information

Introduc)on to EPUB 3. Bill McCoy Execu)ve Director, IDPF November 30, 2013

Introduc)on to EPUB 3. Bill McCoy Execu)ve Director, IDPF November 30, 2013 Introduc)on to EPUB 3 Bill McCoy Execu)ve Director, IDPF November 30, 2013 Background: standards- development forum, formed in 1999. 380 member organiza)ons from 45 countries and all parts of the value

More information

3. Project schedule / timeline [updated 2/28 to include completion rate]

3. Project schedule / timeline [updated 2/28 to include completion rate] LIS 467 Web Development & Information Architecture Assignment 1: Project Plan & Needs Assessment 1. Team Name: Literati, LTD Logo: 2. Team members and roles: - Web manager / associate

More information

GETTING STARTED WITH. HOW TO CREATE A KAHOOT Step-by-step guide

GETTING STARTED WITH. HOW TO CREATE A KAHOOT Step-by-step guide GETTING STARTED WITH 1 HOW TO CREATE A KAHOOT Step-by-step guide FIRSTLY, WHAT IS A KAHOOT? A Kahoot is a learning game created on the Kahoot! platform, which consists of multiple choice questions - as

More information

Parent. Access. Manual

Parent. Access. Manual EDUCATIONAL SERVICES Parent Access Manual GENESIS STUDENT INFORMATION SYSTEM PARENT ACCESS I. Introduction II. Logging In III. Student Summary Dashboard Screen A. Viewing the Dashboard B. Choosing a Student

More information

#10: Full PC functionality. #9: Multitasking and peripheral support. #8: Great access to content and software. #7: Mobility of a tablet

#10: Full PC functionality. #9: Multitasking and peripheral support. #8: Great access to content and software. #7: Mobility of a tablet versatility for learning The vision of a learning environment that will best support and prepare students for life outside of the classroom is evolving. Learning in the 21st century is connected, mobile,

More information

Use of webinars for information skills training Evaluation of a one-year project at Canterbury Christ Church University

Use of webinars for information skills training Evaluation of a one-year project at Canterbury Christ Church University Manfred Gschwandtner Faculty Liaison Librarian for Health and Wellbeing Library Services Canterbury manfred.gschwandtner@gmail. com Introduction The aim of this project was to introduce webinars as an

More information

News Debate: Cell Phone Scramble

News Debate: Cell Phone Scramble Non-fiction: News Debate: Cell Phone Scramble News Debate: Cell Phone Scramble Should schools relax cell phone policies? More kids than ever carry cell phones these days, and schools are making tough calls

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

Welcome to MyKangan! A how to guide for student. Welcome to MyKangan. A How to guide for students

Welcome to MyKangan! A how to guide for student. Welcome to MyKangan. A How to guide for students Welcome to MyKangan A How to guide for students May 2015 Contents Welcome to MyKangan... 1 Logging in... 2 Accessing MyKangan via the Student Portal ONSITE... 2 Accessing MyKangan via the Student Portal

More information

NEW TECHNIQUES. Beyond conventional paper and online documents. By William Horton. 19 February 2004

NEW TECHNIQUES. Beyond conventional paper and online documents. By William Horton. 19 February 2004 NEW TECHNIQUES Beyond conventional paper and online documents 19 February 2004 By William Horton LEGAL STUFF Copyright notice This document is copyright 2000-2004 by William Horton Consulting, Inc. You

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS About NPTEL What is NPTEL? NPTEL is an acronym for National Programme on Technology Enhanced Learning which is an initiative by seven Indian Institutes of Technology (IIT Bombay,

More information

Life is a Learning Management System that is being rolled out into BCE Schools over the next year.

Life is a Learning Management System that is being rolled out into BCE Schools over the next year. Life is a Learning Management System that is being rolled out into BCE Schools over the next year. It allows teachers and students to share an online space, where resources and digital tools may be accessed

More information

Parent. Portal. User. Manual

Parent. Portal. User. Manual EDUCATIONAL SERVICES Parent Portal User Manual Version 3.0 GENESIS STUDENT INFORMATION SYSTEM PARENT PORTAL Introduction 3 Logging In & Logging Out 4 Student Summary Dashboard The Dashboard Selecting a

More information

Moodle Student Manual

Moodle Student Manual Moodle Student Manual Date: August 31, 2018 Prepared by: Department of College Teaching, Learning, and Development Moodle, or Modular Object-Oriented Dynamic Learning Environment, is an online Learning

More information