Using interactive simulation-based learning objects in introductory course of programming

Size: px
Start display at page:

Download "Using interactive simulation-based learning objects in introductory course of programming"

Transcription

1 Available online at Procedia - Social and Behavioral Sciences 46 ( 2012 ) WCES 2012 Using interactive simulation-based learning objects in introductory course of programming Georgi Tuparov a, b, Daniela Tuparova a *, Anna Tsarnakova a a South- b Institute of Mathematics and Informatics, Bulgarian Academy of Science, Acad. Georgi Bonchev Block 8, 1113 Sofia Abstract Often students in undergraduate courses in programming have some problems with the transition from concrete to abstract thinking and the understanding of basic concepts of algorithms and programming. In this paper we present our experience in the development and use of interactive simulation-based learning objects (LOs) in an introductory course of programming. The pilot study showed that LOs helped the student to understand easier learning content and increased the the Introduction to P Published Published by by Elsevier Elsevier Ltd. Ltd. Selection and/or peer review under responsibility of Prof. Dr. Hüseyin Uzunboylu Open access under CC BY-NC-ND license. Keywords: teaching introduction to programming; computer based simulation; animation; vizualisation; flowchart; 1. Introduction Often students in undergraduate courses in programming have some problems with the transition from concrete to abstract thinking and the understanding of basic concepts of algorithms and programming. Many educators argue that teaching and learning programming for novices is a complex and difficult educational process. (Areias & Mendes & Gomes, 2007; Lahtinen, 2006;, 2010; Jenkins, 2002 etc.) have high prese et al, 2007). The problems arise due to several reasons: in some universities classes are very big students and more, and the lecturer has no possibility to give attention to every student. Students have different attitudes and motivation to study programming. They have different learning styles (Jenkins, 2002) and previous knowledge about computing and algorithms etc. The content in an introductory t understan by the students. ce effective knowledge mastery, to increase motivation of the students to continue their studies in the area of informatics (computer science), and to engage students in learning activities. These approaches in most cases are based on the technology-enhanced learning by animation and simulation tools. The efforts of educators and researchers are presented in many of papers and software tools. * Daniela Tuparova. Tel.: ; fax: address: ddureva@swu.bg Published by Elsevier Ltd. Selection and/or peer review under responsibility of Prof. Dr. Hüseyin Uzunboylu Open access under CC BY-NC-ND license. doi: /j.sbspro

2 Georgi Tuparov et al. / Procedia - Social and Behavioral Sciences 46 ( 2012 ) In this paper we present our experience in the development and use of interactive simulation-based LOs in an introductory course of programming. 2. Methods 2.1. Related studies There are many of studies regarding teaching a programming course to novices and experienced students. Most of these studies are grounded on different types of visualizations, animations and simulations of algorithms and with the use of diverse programming languages: ALGAE - allows from C++ or Java code the production of version of that code. (Zeil, 2011) PseudoCode 2004 a tool that helps novice programmers generate pseudo-code designs (Garner, 2007) TRAKLA 2 a learning environment that supports algorithm animation and simulation tasks where the user directly manipu Korhonen & Malmi & Nikander & Tenhunen, 2003) H-SICAS - a handheld algorithm animation and simulation tool. This tool can be used to support initial stages of programming learning, and is based on SICAS. (Marcelino & Mihaylov & Mendes, 2008); Jeliot 3 - allows the step-by-step execution of a program written in Java to be followed. (Jeliot, 2011) BlueJ Tutoring System for programming includes tasks with visualization of algorithms and interactive tests for Krushkov & Krushkova &. Atanasov Krushkova, 2009) CFlow - is flow chart software, intended to be used in the programming domain. (Salleh & Hood &Judi, 2009) ProGuide (Areias at all, 2007), ProLearn (Mendes 2006) are tools for the simulation of algorithms with flowcharts and code visualization. FlowChart Interpreter represent algorithms with flow charts (Atanasova & Hristova, 2003) In the framework of the project Codewitz ( many LOs are developed. The demo LOs are Flash based. The student has to solve tasks in a simulation environment and can input values for some variables and obtain feedback about a proposed solution of the task Tools for development of simulation based visualization of algorithms and concepts in programming. There exist various tools and software environments for the development of simulation-based visualization of algorithms. The systems, tools and LOs discussed above are developed by diverse software environments for programming or authoring tools: Visual Basic, Java, Flash, C++, Delphi etc. For the development of LOs we chose Adobe Flash Builder - educational edition -based development tool that accelerates the delivery of expressive, high-performance open source Flex fra Development of a simulation-based LO for learning an introduction in programming and algorithms. Due to the high abstraction of the concepts in an introductory course in programming, we think that students in the beginning have to understand how one algorithm works and, after that, to start describing the algorithm with some programming language. Therefore in our LOs we start with simple algorithms directed to selection and loops, and the algorithms are presented in several ways. Performance of simulation of the algorithm with flowcharts is obligatory. The student can enter different values of variables and follow animations in a flowchart. With respect to the proposed task, the student can observe the results of the algorithm and changes in variables. Also an optional feature included is the visualization of the C++ programming code. (Figure 1.). For every type of statement in the LO, a theoretical description of syntax and semantics of the statement is included. The navigation is organized in two levels of menus: the first level gives the user the possibility to choose an introductory part about branching

3 2278 Georgi Tuparov et al. / Procedia - Social and Behavioral Sciences 46 ( 2012 ) algorithms (respectively - loops algorithms) or relative types of statement. At the second level the student can see the theoretical performance and examples. Depending on the tasks in the examples, students can interact with flowcharts, visualization of results and programming code Pilot study of pedagogical efficiency of the proposed LO A pilot study was conducted in c P the specialty rse is divided in lectures, seminars and lab exercises. About 80 students are involved in the course. Nevertheless those students have studied the, most of them have demonstrated a low level of basic knowledge about algorithms. One of the reasons for this situation is that in the high school, most of the students have studied Informatics only at 9 th. They have graduated from high schools at 12 th grade. In fact, for least three years, most of them have not used the basic concepts in Informatics in the high school. Therefore we accepted that in the course to P this course we use C++ as a programming language for the description of algorithms. a) b) Fig. 1. (a) Interface of IF Statement LO; (b) Interface of Loops Statements LO The proposed LOs were delivered by the e-learning environment Moodle to support the -regulated learning. In this way, every student had a possibility to experiment with the simulations and to follow some theoretical explanations which are proposed in the theoretical part of the LO. Also during the classes the lecturer was using simulations to explain the principles of algorithms. Two basic teaching scenarios were applied. Scenario 1. The lecturer sets the problem. He/She discusses the basic points in the content of the problem with the students. As a result of the discussion the lecturer summarizes the algorithm for the problem solution in verbal form. The lecturer uses simulation to demonstrate by flowcharts how the algorithm will behave with different input data. After the flowchart of the algorithm is visualized, the lecturer describes the syntax and semantics of new statements and explains the programming code of the solution. Scenario 2. The lecturer demonstrates the simulation with different input data and sets the the behavior of the flowchart with different data. During the discussion, the students and the lecturer summarize the content of the problem. The lecturer introduces new statements from the programming language that is used for description of algorithm and explains the syntax and semantics of the statement.

4 Georgi Tuparov et al. / Procedia - Social and Behavioral Sciences 46 ( 2012 ) The aim understanding of the abstract knowledge about algorithms, and programming and to motivate students to continue their study in the area of computer science. 3. Findings and Results Our observations during the performance and use of simulation-based LOs in the framework of classes showed that students were impressed by the simulations. The simulations attracted the with low interest to the lectures started following the simulations and participate in the discussions. For evaluation of some issues of pedagogical and technical usability of proposed LOs, we conducted surveys to P multimedia learning materials and e-learning environments are discussed in the papers: (Nokelinen, 2006; Teoh & Neo, 2007; Hadjerroit, 2010; Brodahl & Smestad, 2009) and include basic constructs such as Understandability and Motivation. We proposed two anonymous surveys with equal questions for the evaluation of two simulation-based LOs. The evaluated LOs cover topics: IF Statements and Loops Statements. The surveys consist of 17 items. In the first item we ask students how often they used the simulation-based learning material. The items 2-15 are presented in a Likert the selfevaluation of knowledge about the syntax of C++ language mastered before using of LOs. The last item is an open one. The students have been asked to make suggestions for the improvement of the LOs. The items in the surveys were divided into three groups regarding pedagogical usability criteria Understandability (nine indicators) and Motivation (three indicators) and regarding technical usability criteria Graphical layout (two indicators). We obtained 26 responses, in five of the questionnaires there were missing eliability of the surveys are for the IF statement LO and 0. rning content is presented in an understandable way in both learning objects the boundaries of the percentages of the students with the Understandability criteria are from 61% to 91% for both LOs. the category Understandability are 0.81 for IF Statement LO and LOs motivated students to participate actively in the educational process. For both LOs more than 85% of students declare that using of LOs ion to P 0.67 for IF Statement LO and 0. Statements LO. The students are satisfied with the Graphical Layout of the LOs. More than 80% agree with the proposed interface. Main suggestions given in the item 17 are directed to the development of similar multimedia LOs for other topics of the course. 4. Conclusions We presented in brief our experience with using of interactive simulations in an introductory course in programming. The results encouraged us to develop new LOs for learning abstract content of programming and algorithms. Our future work will be directed to localization of LOs in different languages and to study relations between achievements, their learning styles and attitude to using interactive simulation in introductory programming course. Acknowledgements The study is partially supported by t Blagoevgrad, Bulgaria, Contract N SRP-A6.

5 2280 Georgi Tuparov et al. / Procedia - Social and Behavioral Sciences 46 ( 2012 ) Publication and presentation of the paper is supported by the Project BG051PO001/ Science and Business funded by Human Resources Development Operational Programme, co financed by the European Social Fund. References Areias C. M. & Mendes A. J & Gomes, A. J. (2007) Learning to program with ProGuide, In Proc. of International Conference on Engineering Education ICEE 2007, Coimbra, Portugal Atanasova G. & Hristova P. (2003) Flow chart interpreter - an environment for software animation representation, Proc. of International Conference on Computer Systems and Technologies -, Ruse, Bulgaria BlueJ, Last retrieved at Brodahl C., & Smestad B. (2009) A Taxonomy as a vehicle for learning, [Electronic Version] Interdisciplinary Journal of E-Learning and Learning Objects, 5, Garner, S. (2007). A program design tool to help novices learn programming. In ICT: Providing choices for learners and learning. Proceedings ascilite Singapore 2007, Last retrieved at from Hadjerrouit Said, (2010) Developing Web-based learning resources in school education: a user-centered approach, [Electronic Version] Interdisciplinary Journal of E-Learning and Learning Objects, 6, 2010, Jeliot 3 (2011, November 28), Jeliot 3 description, Last retrieved at from Jenkins T, (2002) On the dificulty of learning to program, In Proc. of 3rd Annual LTSN-ICS Conference 2002, Loughborough University, Last retrieved at from Korhonen A. & Malmi L. & Nikander J.& Tenhunen P. (2003) Interaction and feedback in automatically assessed algorithm simulation exercises, [Electronic Version] Journal of Information Technology Education, 2, Krushkov H. & Krushkova M. &. Atanasov & Krushkova M., (2009) A Computer based tutoring system for programming, [Electronic Version] Mathematics and Mathematical Education, 39, Sofia, (in Bulgarian) Lahtinen E., (2006) Integrating the use of visualizations to teaching programming, MMT2006 Proceedings, Last retrieved at from Marcelino M.& Mihaylov T. & Mendes A. (2008) H-SICAS, a handheld algorithm animation and simulation tool to support initial programming learning, In Proc. of 38th ASEE/IEEE Frontiers in Education Conference, Last retrieved at Mendes A. J., ProLEARN, A platform to support programming learning, MMT2006 Proceedings, Last retrieved at from Nokelainen, P. (2006). An empirical assessment of pedagogical usability criteria for digital learning material with elementary school students. [Electronic Version] Educational Technology & Society, 9 (2), G, (2010, April 15) A Family of tools for supporting the learning of programming, Algorithms 2010, 3, , Last retrieved at from Salleh M. S. & Hood Z, Judi H.M. & Bakar M.A, (2009) File Format of Flow Chart Simulation Software CFlow, World Academy of Science, Engineering and Technology 53, 2009, Teoh B. S. & Neo T, (2007) Interactive multimedia learning: students attitudes and learning impact in animation course, The Turkish Online Journal of Educational Technology TOJET, 2007 ISSN: volume 6 Issue 4 Article 3, Last retrieved at from Zeil S. J., (2011) ALGAE - Algorithm Animation Engine, Reference Manual Version 3.0, 2011, Last retrieved at from

Is M-learning versus E-learning or are they supporting each other?

Is M-learning versus E-learning or are they supporting each other? Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 46 ( 2012 ) 299 305 WCES 2012 Is M-learning versus E-learning or are they supporting each other? Nilcan Ciftci Ozuorcun

More information

Quality Framework for Assessment of Multimedia Learning Materials Version 1.0

Quality Framework for Assessment of Multimedia Learning Materials Version 1.0 Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 67 ( 2012 ) 571 579 The 3 rd International Conference on e-learning ICEL2011, 23-24 November 2011, Bandung, Indonesia

More information

Procedia - Social and Behavioral Sciences 237 ( 2017 )

Procedia - Social and Behavioral Sciences 237 ( 2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 237 ( 2017 ) 613 617 7th International Conference on Intercultural Education Education, Health and ICT

More information

ScienceDirect. Noorminshah A Iahad a *, Marva Mirabolghasemi a, Noorfa Haszlinna Mustaffa a, Muhammad Shafie Abd. Latif a, Yahya Buntat b

ScienceDirect. Noorminshah A Iahad a *, Marva Mirabolghasemi a, Noorfa Haszlinna Mustaffa a, Muhammad Shafie Abd. Latif a, Yahya Buntat b Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 93 ( 2013 ) 2200 2204 3rd World Conference on Learning, Teaching and Educational Leadership WCLTA 2012

More information

Procedia - Social and Behavioral Sciences 46 ( 2012 ) WCES 2012

Procedia - Social and Behavioral Sciences 46 ( 2012 ) WCES 2012 Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 46 ( 2012 ) 5153 5157 WCES 2012 The validation of knowledge construction model based on constructivist approach to support

More information

Multimedia Courseware of Road Safety Education for Secondary School Students

Multimedia Courseware of Road Safety Education for Secondary School Students Multimedia Courseware of Road Safety Education for Secondary School Students Hanis Salwani, O 1 and Sobihatun ur, A.S 2 1 Universiti Utara Malaysia, Malaysia, hanisalwani89@hotmail.com 2 Universiti Utara

More information

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA Using Corpus Linguistics in the Development of Writing

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA Using Corpus Linguistics in the Development of Writing Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 141 ( 2014 ) 124 128 WCLTA 2013 Using Corpus Linguistics in the Development of Writing Blanka Frydrychova

More information

A study of the capabilities of graduate students in writing thesis and the advising quality of faculty members to pursue the thesis

A study of the capabilities of graduate students in writing thesis and the advising quality of faculty members to pursue the thesis Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 31 (2012) 5 9 WCLTA 2011 A study of the capabilities of graduate students in writing thesis and the advising quality

More information

LEGO training. An educational program for vocational professions

LEGO training. An educational program for vocational professions Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 142 ( 2014 ) 332 338 CIEA 2014 LEGO training. An educational program for vocational professions Aurora

More information

Lectora a Complete elearning Solution

Lectora a Complete elearning Solution Lectora a Complete elearning Solution Irina Ioniţă 1, Liviu Ioniţă 1 (1) University Petroleum-Gas of Ploiesti, Department of Information Technology, Mathematics, Physics, Bd. Bucuresti, No.39, 100680,

More information

Institutional repository policies: best practices for encouraging self-archiving

Institutional repository policies: best practices for encouraging self-archiving Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 73 ( 2013 ) 769 776 The 2nd International Conference on Integrated Information Institutional repository policies: best

More information

Procedia - Social and Behavioral Sciences 143 ( 2014 ) CY-ICER Teacher intervention in the process of L2 writing acquisition

Procedia - Social and Behavioral Sciences 143 ( 2014 ) CY-ICER Teacher intervention in the process of L2 writing acquisition Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 143 ( 2014 ) 238 242 CY-ICER 2014 Teacher intervention in the process of L2 writing acquisition Blanka

More information

Specification of the Verity Learning Companion and Self-Assessment Tool

Specification of the Verity Learning Companion and Self-Assessment Tool Specification of the Verity Learning Companion and Self-Assessment Tool Sergiu Dascalu* Daniela Saru** Ryan Simpson* Justin Bradley* Eva Sarwar* Joohoon Oh* * Department of Computer Science ** Dept. of

More information

Procedia - Social and Behavioral Sciences 98 ( 2014 ) International Conference on Current Trends in ELT

Procedia - Social and Behavioral Sciences 98 ( 2014 ) International Conference on Current Trends in ELT Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 98 ( 2014 ) 852 858 International Conference on Current Trends in ELT Analyzing English Language Learning

More information

Computer Software Evaluation Form

Computer Software Evaluation Form Computer Software Evaluation Form Title: ereader Pro Evaluator s Name: Bradley A. Lavite Date: 25 Oct 2005 Subject Area: Various Grade Level: 6 th to 12th 1. Program Requirements (Memory, Operating System,

More information

E-learning Strategies to Support Databases Courses: a Case Study

E-learning Strategies to Support Databases Courses: a Case Study E-learning Strategies to Support Databases Courses: a Case Study Luisa M. Regueras 1, Elena Verdú 1, María J. Verdú 1, María Á. Pérez 1, and Juan P. de Castro 1 1 University of Valladolid, School of Telecommunications

More information

Applying Learn Team Coaching to an Introductory Programming Course

Applying Learn Team Coaching to an Introductory Programming Course Applying Learn Team Coaching to an Introductory Programming Course C.B. Class, H. Diethelm, M. Jud, M. Klaper, P. Sollberger Hochschule für Technik + Architektur Luzern Technikumstr. 21, 6048 Horw, Switzerland

More information

Taxonomy of the cognitive domain: An example of architectural education program

Taxonomy of the cognitive domain: An example of architectural education program Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3272 3277 INTE 2014 Taxonomy of the cognitive domain: An example of architectural education

More information

Procedia - Social and Behavioral Sciences 146 ( 2014 )

Procedia - Social and Behavioral Sciences 146 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 146 ( 2014 ) 456 460 Third Annual International Conference «Early Childhood Care and Education» Different

More information

AUTHORING E-LEARNING CONTENT TRENDS AND SOLUTIONS

AUTHORING E-LEARNING CONTENT TRENDS AND SOLUTIONS AUTHORING E-LEARNING CONTENT TRENDS AND SOLUTIONS Danail Dochev 1, Radoslav Pavlov 2 1 Institute of Information Technologies Bulgarian Academy of Sciences Bulgaria, Sofia 1113, Acad. Bonchev str., Bl.

More information

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT Rajendra G. Singh Margaret Bernard Ross Gardler rajsingh@tstt.net.tt mbernard@fsa.uwi.tt rgardler@saafe.org Department of Mathematics

More information

A sustainable framework for technical and vocational education in malaysia

A sustainable framework for technical and vocational education in malaysia Available online at www.sciencedirect.com Procedia Social and Behavioral Sciences 9 (2010) 1233 1237 WCLTA 2010 A sustainable framework for technical and vocational education in malaysia Asnul Dahar Minghat

More information

International Conference on Education and Educational Psychology (ICEEPSY 2012)

International Conference on Education and Educational Psychology (ICEEPSY 2012) Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 69 ( 2012 ) 984 989 International Conference on Education and Educational Psychology (ICEEPSY 2012) Second language research

More information

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES 2014

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES 2014 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 191 ( 2015 ) 323 329 WCES 2014 Assessing Students Perception Of E-Learning In Blended Environment: An Experimental

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

Using Virtual Manipulatives to Support Teaching and Learning Mathematics

Using Virtual Manipulatives to Support Teaching and Learning Mathematics Using Virtual Manipulatives to Support Teaching and Learning Mathematics Joel Duffin Abstract The National Library of Virtual Manipulatives (NLVM) is a free website containing over 110 interactive online

More information

Procedia - Social and Behavioral Sciences 136 ( 2014 ) LINELT 2013

Procedia - Social and Behavioral Sciences 136 ( 2014 ) LINELT 2013 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 136 ( 2014 ) 114 118 LINELT 2013 Technology-Enhanced Language Learning Tools In Iranian EFL Context: Frequencies,

More information

Teachers development in educational systems

Teachers development in educational systems Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 47 ( 2012 ) 250 255 CY-ICER 2012 Teachers development in educational systems Sooan Laei* Kermanshah Branch, Islamic Azad

More information

Declaration of competencies

Declaration of competencies Surname and Name Programma Leonardo da Vinci Progetto Fotug III a multimedia approach to tourism Declaration of competencies Born in Date Sending institution Hosting institution Short description of the

More information

Educational system gaps in Romania. Roberta Mihaela Stanef *, Alina Magdalena Manole

Educational system gaps in Romania. Roberta Mihaela Stanef *, Alina Magdalena Manole Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 93 ( 2013 ) 794 798 3rd World Conference on Learning, Teaching and Educational Leadership (WCLTA-2012)

More information

System Quality and Its Influence on Students Learning Satisfaction in UiTM Shah Alam

System Quality and Its Influence on Students Learning Satisfaction in UiTM Shah Alam Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scienc es 90 ( 2013 ) 677 685 6 th International Conference on University Learning and Teaching (InCULT 2012) System

More information

Designing Educational Computer Games to Enhance Teaching and Learning

Designing Educational Computer Games to Enhance Teaching and Learning IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 6, Ver. I (Nov. - Dec. 2016), PP 01-10 www.iosrjournals.org Designing Educational Computer Games to

More information

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES Why Do Students Choose To Study Information And Communications Technology?

Procedia - Social and Behavioral Sciences 191 ( 2015 ) WCES Why Do Students Choose To Study Information And Communications Technology? Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 191 ( 2015 ) 2867 2872 WCES 2014 Why Do Students Choose To Study Information And Communications Technology?

More information

Management of time resources for learning through individual study in higher education

Management of time resources for learning through individual study in higher education Available online at www.sciencedirect.com Procedia - Social and Behavioral Scienc es 76 ( 2013 ) 13 18 5th International Conference EDU-WORLD 2012 - Education Facing Contemporary World Issues Management

More information

Procedia - Social and Behavioral Sciences 197 ( 2015 )

Procedia - Social and Behavioral Sciences 197 ( 2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 197 ( 2015 ) 589 594 7th World Conference on Educational Sciences, (WCES-2015), 05-07 February 2015, Novotel

More information

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits.

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits. DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE Sample 2-Year Academic Plan DRAFT Junior Year Summer (Bridge Quarter) Fall Winter Spring MMDP/GAME 124 GAME 310 GAME 318 GAME 330 Introduction to Maya

More information

An adaptive and personalized open source e-learning platform

An adaptive and personalized open source e-learning platform Available online at www.sciencedirect.com Procedia Social and Behavioral Sciences 9 (2010) 38 43 WCLTA 2010 An adaptive and personalized open source e-learning platform Dimitrios Tsolis a *, Sofia Stamou

More information

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BUSINESS ONLINE CERTIFICATE/DIPLOMA IN R/502/5326 LEVEL 2 UNIT 11

BUSINESS OCR LEVEL 2 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS BUSINESS ONLINE CERTIFICATE/DIPLOMA IN R/502/5326 LEVEL 2 UNIT 11 Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS BUSINESS ONLINE R/502/5326 LEVEL 2 UNIT 11 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 BUSINESS ONLINE R/502/5326

More information

The Moodle and joule 2 Teacher Toolkit

The Moodle and joule 2 Teacher Toolkit The Moodle and joule 2 Teacher Toolkit Moodlerooms Learning Solutions The design and development of Moodle and joule continues to be guided by social constructionist pedagogy. This refers to the idea that

More information

GRAPHIC DESIGN TECHNOLOGY Associate in Applied Science: 91 Credit Hours

GRAPHIC DESIGN TECHNOLOGY Associate in Applied Science: 91 Credit Hours GRAPHIC DESIGN TECHNOLOGY Associate in Applied Science: 91 Credit Hours Prior Learning Assessment Opportunities Course GRD 1133 Basic Drawing GRD 1143 Basic Design MMT 1113 Introduction to 3D MMT 2423

More information

Applying Information Technology in Education: Two Applications on the Web

Applying Information Technology in Education: Two Applications on the Web 1 Applying Information Technology in Education: Two Applications on the Web Spyros Argyropoulos and Euripides G.M. Petrakis Department of Electronic and Computer Engineering Technical University of Crete

More information

Toward Smart School: A Comparison between Smart School and Traditional School for Mathematics Learning

Toward Smart School: A Comparison between Smart School and Traditional School for Mathematics Learning Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 171 ( 2015 ) 90 95 ICPEESY 2014 Toward Smart School: A Comparison between Smart School and Traditional

More information

Development of a scoring system to assess mind maps

Development of a scoring system to assess mind maps Available online at www.sciencedirect.com Procedia Social and Behavioral Sciences 2 (2010) 2330 2334 WCES-2010 Development of a scoring system to assess mind maps Ertu Evrekli a *, Didem nel b, Ali Günay

More information

Procedia - Social and Behavioral Sciences 159 ( 2014 ) WCPCG 2014

Procedia - Social and Behavioral Sciences 159 ( 2014 ) WCPCG 2014 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 159 ( 2014 ) 410 414 WCPCG 2014 Guiding in Tertiary Education: A Case Study on Social Networking and E-Learning

More information

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL SONIA VALLADARES-RODRIGUEZ

More information

Parsing of part-of-speech tagged Assamese Texts

Parsing of part-of-speech tagged Assamese Texts IJCSI International Journal of Computer Science Issues, Vol. 6, No. 1, 2009 ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 28 Parsing of part-of-speech tagged Assamese Texts Mirzanur Rahman 1, Sufal

More information

Procedia - Social and Behavioral Sciences 180 ( 2015 )

Procedia - Social and Behavioral Sciences 180 ( 2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 180 ( 2015 ) 580 585 The 6th International Conference Edu World 2014 Education Facing Contemporary World

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

Procedia - Social and Behavioral Sciences 93 ( 2013 ) rd World Conference on Learning, Teaching and Educational Leadership WCLTA 2012

Procedia - Social and Behavioral Sciences 93 ( 2013 ) rd World Conference on Learning, Teaching and Educational Leadership WCLTA 2012 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 93 ( 2013 ) 1169 1173 3rd World Conference on Learning, Teaching and Educational Leadership WCLTA 2012

More information

Aviation English Solutions

Aviation English Solutions Aviation English Solutions DynEd's Aviation English solutions develop a level of oral English proficiency that can be relied on in times of stress and unpredictability so that concerns for accurate communication

More information

Procedia - Social and Behavioral Sciences 231 ( 2016 )

Procedia - Social and Behavioral Sciences 231 ( 2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 231 ( 2016 ) 278 285 International Conference; Meaning in Translation: Illusion of Precision, MTIP2016,

More information

Abdul Rahman Chik a*, Tg. Ainul Farha Tg. Abdul Rahman b

Abdul Rahman Chik a*, Tg. Ainul Farha Tg. Abdul Rahman b Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 66 ( 2012 ) 223 231 The 8th International Language for Specific Purposes (LSP) Seminar - Aligning Theoretical Knowledge

More information

Online Marking of Essay-type Assignments

Online Marking of Essay-type Assignments Online Marking of Essay-type Assignments Eva Heinrich, Yuanzhi Wang Institute of Information Sciences and Technology Massey University Palmerston North, New Zealand E.Heinrich@massey.ac.nz, yuanzhi_wang@yahoo.com

More information

Accelerated Learning Course Outline

Accelerated Learning Course Outline Accelerated Learning Course Outline Course Description The purpose of this course is to make the advances in the field of brain research more accessible to educators. The techniques and strategies of Accelerated

More information

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition Student User s Guide to the Project Integration Management Simulation Based on the PMBOK Guide - 5 th edition TABLE OF CONTENTS Goal... 2 Accessing the Simulation... 2 Creating Your Double Masters User

More information

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used U UNPLUGGED Your Digital Footprint Lesson time: 30 Minutes to delve deeper when time allows. Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used LESSON OVERVIEW In

More information

Procedia - Social and Behavioral Sciences 209 ( 2015 )

Procedia - Social and Behavioral Sciences 209 ( 2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 209 ( 2015 ) 503 508 International conference Education, Reflection, Development, ERD 2015, 3-4 July 2015,

More information

Europeana Creative. Bringing Cultural Heritage Institutions and Creative Industries Europeana Day, April 11, 2014 Zagreb

Europeana Creative. Bringing Cultural Heritage Institutions and Creative Industries Europeana Day, April 11, 2014 Zagreb Europeana Creative Bringing Cultural Heritage Institutions and Creative Industries Together @ecreativeeu Europeana Day, April 11, 2014 Zagreb What is Europeana Creative? Europeana Creative in a Nutshell

More information

Teacher s competences for the use of web pages in teaching as a part of technical education teacher s ICT competences

Teacher s competences for the use of web pages in teaching as a part of technical education teacher s ICT competences Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3236 3242 INTE 2014 Teacher s competences for the use of web pages in teaching as a part of

More information

Instructional Approach(s): The teacher should introduce the essential question and the standard that aligns to the essential question

Instructional Approach(s): The teacher should introduce the essential question and the standard that aligns to the essential question 1 Instructional Approach(s): The teacher should introduce the essential question and the standard that aligns to the essential question 2 Instructional Approach(s): The teacher should conduct the Concept

More information

Bluetooth mlearning Applications for the Classroom of the Future

Bluetooth mlearning Applications for the Classroom of the Future Bluetooth mlearning Applications for the Classroom of the Future Tracey J. Mehigan, Daniel C. Doolan, Sabin Tabirca Department of Computer Science, University College Cork, College Road, Cork, Ireland

More information

Demonstration of problems of lexical stress on the pronunciation Turkish English teachers and teacher trainees by computer

Demonstration of problems of lexical stress on the pronunciation Turkish English teachers and teacher trainees by computer Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 46 ( 2012 ) 3011 3016 WCES 2012 Demonstration of problems of lexical stress on the pronunciation Turkish English teachers

More information

Developing links in creative group training at university level

Developing links in creative group training at university level Available online at www.sciencedirect.com Procedia Social and Behavioral Sciences 2 (2010) 1825 1829 WCES-2010 Developing links in creative group training at university level Anca Munteanu a, Iuliana Costea

More information

Automating the E-learning Personalization

Automating the E-learning Personalization Automating the E-learning Personalization Fathi Essalmi 1, Leila Jemni Ben Ayed 1, Mohamed Jemni 1, Kinshuk 2, and Sabine Graf 2 1 The Research Laboratory of Technologies of Information and Communication

More information

Different Requirements Gathering Techniques and Issues. Javaria Mushtaq

Different Requirements Gathering Techniques and Issues. Javaria Mushtaq 835 Different Requirements Gathering Techniques and Issues Javaria Mushtaq Abstract- Project management is now becoming a very important part of our software industries. To handle projects with success

More information

Use and Adaptation of Open Source Software for Capacity Building to Strengthen Health Research in Low- and Middle-Income Countries

Use and Adaptation of Open Source Software for Capacity Building to Strengthen Health Research in Low- and Middle-Income Countries 338 Informatics for Health: Connected Citizen-Led Wellness and Population Health R. Randell et al. (Eds.) 2017 European Federation for Medical Informatics (EFMI) and IOS Press. This article is published

More information

Welcome to The National Training Institute for Child Care Health Consultants

Welcome to The National Training Institute for Child Care Health Consultants Welcome to The National Training Institute for Child Care Health Consultants. 1 Introductions/Icebreaker: Acknowledging Trainers Expertise Front of Card First and last name State Back of Card Agency #

More information

Adding content in Course Support Environments

Adding content in Course Support Environments Adding content in Course Support Environments ANDREAS VEGLIS 1, ANDREAS POMPORTSIS 2 1 Media Informatics Lab. Dept of Journalism & MC 2 Dept of Informatics Aristotle University of Thessaloniki, 54006 Thessaloniki

More information

PR:EPARe: a game-based approach to relationship guidance for adolescents.

PR:EPARe: a game-based approach to relationship guidance for adolescents. Available online at www.sciencedirect.com Procedia Computer Science 15 (2012 ) 38 44 Virtual Worlds for Serious Applications (VS-GAMES'12) PR:EPARe: a game-based approach to relationship guidance for adolescents.

More information

ScienceDirect. Malayalam question answering system

ScienceDirect. Malayalam question answering system Available online at www.sciencedirect.com ScienceDirect Procedia Technology 24 (2016 ) 1388 1392 International Conference on Emerging Trends in Engineering, Science and Technology (ICETEST - 2015) Malayalam

More information

The Effect of Explicit Vocabulary Application (EVA) on Students Achievement and Acceptance in Learning Explicit English Vocabulary

The Effect of Explicit Vocabulary Application (EVA) on Students Achievement and Acceptance in Learning Explicit English Vocabulary The Effect of Explicit Vocabulary Application (EVA) on Students Achievement and Acceptance in Learning Explicit English Vocabulary Z. Zakaria *, A. N. Che Pee Che Hanapi, M. H. Zakaria and I. Ahmad Faculty

More information

Using Moodle in ESOL Writing Classes

Using Moodle in ESOL Writing Classes The Electronic Journal for English as a Second Language September 2010 Volume 13, Number 2 Title Moodle version 1.9.7 Using Moodle in ESOL Writing Classes Publisher Author Contact Information Type of product

More information

Modern Trends in Higher Education Funding. Tilea Doina Maria a, Vasile Bleotu b

Modern Trends in Higher Education Funding. Tilea Doina Maria a, Vasile Bleotu b Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 116 ( 2014 ) 2226 2230 Abstract 5 th World Conference on Educational Sciences - WCES 2013 Modern Trends

More information

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC On Human Computer Interaction, HCI Dr. Saif al Zahir Electrical and Computer Engineering Department UBC Human Computer Interaction HCI HCI is the study of people, computer technology, and the ways these

More information

Physical and psychosocial aspects of science laboratory learning environment

Physical and psychosocial aspects of science laboratory learning environment Available online at www.sciencedirect.com Procedia Social and Behavioral Sciences 9 (2010) 87 91 WCLTA 2010 Physical and psychosocial aspects of science laboratory learning environment Che Nidzam Che Ahmad

More information

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse Program Description Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse 180 ECTS credits Approval Approved by the Norwegian Agency for Quality Assurance in Education (NOKUT) on the 23rd April 2010 Approved

More information

Karim Babayi Nadinloyi a*, Nader Hajloo b, Nasser Sobhi Garamaleki c, Hasan Sadeghi d

Karim Babayi Nadinloyi a*, Nader Hajloo b, Nasser Sobhi Garamaleki c, Hasan Sadeghi d Available online at www.sciencedirect.com Procedia - Social and Behavioral Scien ce s 84 ( 2013 ) 134 138 3rd World Conference on Psychology, Counselling and Guidance (WCPCG-2012) The Study Efficacy of

More information

Executive Guide to Simulation for Health

Executive Guide to Simulation for Health Executive Guide to Simulation for Health Simulation is used by Healthcare and Human Service organizations across the World to improve their systems of care and reduce costs. Simulation offers evidence

More information

Procedia - Social and Behavioral Sciences 228 ( 2016 ) 39 44

Procedia - Social and Behavioral Sciences 228 ( 2016 ) 39 44 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 228 ( 2016 ) 39 44 2nd International Conference on Higher Education Advances, HEAd 16, 21-23 June 2016,

More information

DYNAMIC ADAPTIVE HYPERMEDIA SYSTEMS FOR E-LEARNING

DYNAMIC ADAPTIVE HYPERMEDIA SYSTEMS FOR E-LEARNING University of Craiova, Romania Université de Technologie de Compiègne, France Ph.D. Thesis - Abstract - DYNAMIC ADAPTIVE HYPERMEDIA SYSTEMS FOR E-LEARNING Elvira POPESCU Advisors: Prof. Vladimir RĂSVAN

More information

USING LEARNING THEORY IN A HYPERMEDIA-BASED PETRI NET MODELING TUTORIAL

USING LEARNING THEORY IN A HYPERMEDIA-BASED PETRI NET MODELING TUTORIAL USING LEARNING THEORY IN A HYPERMEDIA-BASED PETRI NET MODELING TUTORIAL A Paper Submitted to the Graduate Faculty of the North Dakota State University of Agriculture and Applied Science By Vaibhav Kumar

More information

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS J. EDUCATIONAL TECHNOLOGY SYSTEMS, Vol. 34(3) 271-281, 2005-2006 DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS GWEN NUGENT LEEN-KIAT SOH ASHOK SAMAL University of Nebraska-Lincoln ABSTRACT A

More information

Software Development: Programming Paradigms (SCQF level 8)

Software Development: Programming Paradigms (SCQF level 8) Higher National Unit Specification General information Unit code: HL9V 35 Superclass: CB Publication date: May 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose This unit is intended

More information

Taking Kids into Programming (Contests) with Scratch

Taking Kids into Programming (Contests) with Scratch Olympiads in Informatics, 2009, Vol. 3, 17 25 17 2009 Institute of Mathematics and Informatics, Vilnius Taking Kids into Programming (Contests) with Scratch Abdulrahman IDLBI Syrian Olympiad in Informatics,

More information

International Conference on Current Trends in ELT

International Conference on Current Trends in ELT Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 98 ( 2014 ) 52 59 International Conference on Current Trends in ELT Pragmatic Aspects of English for

More information

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas Exploiting Distance Learning Methods and Multimediaenhanced instructional content to support IT Curricula in Greek Technological Educational Institutes P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou,

More information

Web-based Learning Systems From HTML To MOODLE A Case Study

Web-based Learning Systems From HTML To MOODLE A Case Study Web-based Learning Systems From HTML To MOODLE A Case Study Mahmoud M. El-Khoul 1 and Samir A. El-Seoud 2 1 Faculty of Science, Helwan University, EGYPT. 2 Princess Sumaya University for Technology (PSUT),

More information

Session Six: Software Evaluation Rubric Collaborators: Susan Ferdon and Steve Poast

Session Six: Software Evaluation Rubric Collaborators: Susan Ferdon and Steve Poast EDTECH 554 (FA10) Susan Ferdon Session Six: Software Evaluation Rubric Collaborators: Susan Ferdon and Steve Poast Task The principal at your building is aware you are in Boise State's Ed Tech Master's

More information

PSIWORLD Keywords: self-directed learning; personality traits; academic achievement; learning strategies; learning activties.

PSIWORLD Keywords: self-directed learning; personality traits; academic achievement; learning strategies; learning activties. Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 127 ( 2014 ) 640 644 PSIWORLD 2013 Self-directed learning, personality traits and academic achievement

More information

E-Teaching Materials as the Means to Improve Humanities Teaching Proficiency in the Context of Education Informatization

E-Teaching Materials as the Means to Improve Humanities Teaching Proficiency in the Context of Education Informatization International Journal of Environmental & Science Education, 2016, 11(4), 433-442 E-Teaching Materials as the Means to Improve Humanities Teaching Proficiency in the Context of Education Informatization

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra An Individualized Approach Robert D. Hackworth Robert H. Alwin Parent s Manual 1 2005 H&H Publishing Company, Inc. 1231 Kapp Drive Clearwater, FL 33765 (727) 442-7760 (800) 366-4079

More information

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA 2013

Procedia - Social and Behavioral Sciences 141 ( 2014 ) WCLTA 2013 Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 141 ( 2014 ) 1324 1329 WCLTA 2013 Teaching of Science Process Skills in Thai Contexts: Status, Supports

More information

How to Develop and Evaluate an etourism MOOC: An Experience in Progress

How to Develop and Evaluate an etourism MOOC: An Experience in Progress How to Develop and Evaluate an etourism MOOC: An Experience in Progress Jingjing Lin, Nadzeya Kalbaska, and Lorenzo Cantoni The Faculty of Communication Sciences Universita della Svizzera italiana (USI)

More information

User Requirements and Systems Design

User Requirements and Systems Design Enhancing the Teaching and Learning of Early Statistical Reasoning in European Schools User Requirements and Systems Design Circulation: Public Partners: Authors: Doc. Ref. N : Version: 01 Stage: UTH,

More information

Vodcasting: A case study in adaptability to meet learners needs and preferences

Vodcasting: A case study in adaptability to meet learners needs and preferences Vodcasting: A case study in adaptability to meet learners needs and preferences Stavroula Gkatzidou and Elaine Pearson Accessibility Research Centre, School of Computing University of Teesside With the

More information

Environment Josef Malach Kateřina Kostolányová Milan Chmura

Environment Josef Malach Kateřina Kostolányová Milan Chmura Students in Electronic Learning Environment Josef Malach Kateřina Kostolányová Milan Chmura University of Ostrava, Czech Republic The study is a part of the project solution in 7th Framework Programme,

More information

Procedia - Social and Behavioral Sciences 228 ( 2016 )

Procedia - Social and Behavioral Sciences 228 ( 2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 228 ( 2016 ) 335 340 2nd International Conference on Higher Education Advances, HEAd 16, 21-23 June 2016,

More information

MULTIDISCIPLINARY TEAM COMMUNICATION THROUGH VISUAL REPRESENTATIONS

MULTIDISCIPLINARY TEAM COMMUNICATION THROUGH VISUAL REPRESENTATIONS INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION SEPTEMBER 4 & 5 2008, UNIVERSITAT POLITECNICA DE CATALUNYA, BARCELONA, SPAIN MULTIDISCIPLINARY TEAM COMMUNICATION THROUGH VISUAL REPRESENTATIONS

More information

Enter the World of Polling, Survey &

Enter the World of Polling, Survey & Enter the World of Polling, Survey & Mobile Enter the World of MOBILE LEARNING INNOVATION CONTENTS Page 1. Introduction to I.C.O. Europe 3 2. What type of Learning produces the greatest effect? 4-6 3.

More information

THREE-YEAR COURSES FASHION STYLING & CREATIVE DIRECTION Version 02

THREE-YEAR COURSES FASHION STYLING & CREATIVE DIRECTION Version 02 THREE-YEAR COURSES FASHION STYLING & CREATIVE DIRECTION Version 02 Undergraduate programmes Three-year course Fashion Styling & Creative Direction 02 Brief descriptive summary Over the past 80 years Istituto

More information