Investigating the Impact of Context Choice on Learning Experience via Immersive Simulations in an Object-Oriented Programming Course

Conference Paper
S. G. Ozden, A. Negahban, O. Ashour, and D.Knight
ASEE Annual Conference and Exposition
Publication year: 2023

Researchers have looked into ways to make computer science assignments more engaging, practical, and beneficial to students to improve learning outcomes by increasing student appeal. Offering
a pool of assignments and allowing students to choose their preferred assignments is considered as a potential method for improving learning outcomes. In this paper, we investigate the effect
of context choice for assignments in an object-oriented programming course that covers various topics such as object-oriented programming concepts, database design and implementation, graphical user interface design, and web application development. Students complete three immersive simulation-based learning (ISBL) modules as course assignments. ISBL modules involve technology-enhanced problem-based learning where the problem context is represented via a three dimensional (3D), animated discrete-event simulation model that resembles a real-world system or context, in this case, we have three simulated systems/contexts around which ISBL assignments are defined: an airport, a manufacturing system, and a hospital emergency department. The research experiments involve four groups: (1) students with no choice who use the same assigned simulated system for all three ISBL assignments; (2) students with no choice who are given a different simulated system for each ISBL assignment; (3) students who can choose their preferred simulated system at the beginning but cannot change their choice for future assignments; and, (4) students who can choose at the beginning and switch between the three simulated systems for subsequent assignments. Data are collected over multiple semesters and statistical analyses are conducted to compare the four groups in terms of motivation, experiential learning, and self-assessment of learning. We also conduct qualitative assessments in the form of interviews to support and explain our statistical results.

A Study on the Effectiveness of using Integrated Nonlinear Storytelling and Simulation-based Learning Game in an Operations Research Course

Conference Paper
O. Ashour, A. Seamon, C. Lopez, S. G. Ozden, D. DiFrancesca, and C. Tucker
ASEE Annual Conference and Exposition
Publication year: 2022

This study investigates the effectiveness of using a learning module that combines interactive nonlinear storytelling games with three-dimensional (3D) simulation models. The story narrative is used to mimic real-world scenarios to train students to apply their knowledge. Using simulation software and games can facilitate practical understanding of complex systems and enhance students’ learning outcomes via situated learning. Situated learning is a pedagogical approach that places learners in real-life problem-solving situations to foster meaningful STEM learning. In this work, students use a nonlinear story to represent and express what they know about inventory and queueing models. Students use the simulation models to examine, analyze, and access virtual worlds that mimic real-world systems, interpret the information, organize their knowledge, and represent what they have learned. To investigate the effectiveness of combining nonlinear storytelling & simulation-based learning on students’ learning and motivation, two groups are compared: control (simulation-based only) (1), and intervention (nonlinear story and simulation learning game) (2). The control group is composed of students who used simulation models with a traditional case study format. In comparison, the nonlinear story and simulation learning game group is represented by the students who are taught with the aid of the game learning module. The results of this study compared the groups in terms of students’ motivation, engineering identity, and learning outcomes. The data of the control and intervention groups were collected in Fall 2020, and Fall 2021, respectively. The intervention group showed higher overall motivation and learning outcomes compared to the control group.

An Assessment of Simulation-Based Learning Modules in an Undergraduate Engineering Economy Course

Conference Paper
M. Nowparwar, O. Ashour, S. G. Ozden, D. Knight, P. Delgoshaei, and A. Negahban
ASEE Annual Conference and Exposition
Publication year: 2022

We propose and assess the effectiveness of novel immersive simulation-based learning (ISBL) modules for teaching and learning engineering economy concepts. The proposed intervention involves technology-enhanced problem-based learning where the problem context is represented via a three-dimensional (3D), animated discrete-event simulation model that resembles a real-world system or situation that students may encounter in future professional settings. Students can navigate the simulated environment in both low- and high-immersion modes (i.e., on a typical personal computer or via a virtual reality headset). The simulation helps contextualize and visualize the problem setting, allowing students to observe and understand the underlying dynamics, collect relevant data/information, evaluate the effect of changes on the system, and learn by doing. The proposed ISBL approach is supported by multiple pedagogical and psychological theories, namely the information processing approach to learning theory, constructivism theory, self-determination theory, and adult learning theory. We design and implement a set of ISBL modules in an introductory undergraduate engineering economy class. The research experiments involve two groups of students: a control group and an intervention group. Students in the control group complete a set of traditional assignments, while the intervention group uses ISBL modules. We use well-established survey instruments to collect data on demographics, prior preparation, motivation, experiential learning, engineering identity, and self-assessment of learning objectives based on Bloom’s taxonomy. Statistical analysis of the results suggests that ISBL enhances certain dimensions related to motivation and experiential learning, namely relevance, confidence, and utility. We also provide a qualitative assessment of the proposed intervention based on detailed, one-on-one user testing and evaluation interviews.

Combining Immersive Technologies and Problem-based Learning in Engineering Education: Bibliometric Analysis and Literature Review

Conference Paper
M. Nowparwar, X. Chen, O. Ashour, S. G. Ozden, and A. Negahban
ASEE Annual Conference and Exposition
Publication year: 2021

There is a cohesive body of research on the effectiveness of problem-based learning (PBL) for a wide range of learner groups across different disciplines in engineering education. On the other hand, there is a growing interest in using immersive technologies such as virtual reality (VR) in engineering education. While there are many literature review articles on each of these subjects separately, there is a lack of review articles on the application of combined PBL-VR learning environments in engineering education. This paper provides an assessment of the applications and potential of implementing immersive technologies in a PBL setting to utilize the advantages of both paradigms. More specifically, this paper aims to provide insights related to two main questions: (1) where (in what disciplines/subjects) PBL and VR have been used together in engineering education? And, (2) how are VR and PBL integrated and used in engineering education? The first question is investigated by performing a bibliometric analysis of relevant papers published in the proceedings of previous ASEE annual conferences. The second question is explored by performing a literature review and classification of ASEE papers that discuss the use of VR in conjunction with PBL. Our findings reveal a gap between the application of integrated PBL and VR across different disciplines in engineering education. We also analyze the trends related to PBL and VR application in engineering education over time. Finally, we identify and propose future opportunities related to the combination of PBL and immersive technologies, including but not limited to immersive simulation-based learning (ISBL) and incorporating artificial intelligence (AI) into immersive virtual/simulated learning environments used in engineering education.

A Computational Software System to Design Order Picking Warehouses

Journal Paper
S.G. Ozden, A. E. Smith, and K. R. Gue
Computers & Operations Research, Volume 132, August 2021, 105311
Publication year: 2021

Even though order picking is the most costly operation in a warehouse, current design practices have used the same principles (straight rows with parallel pick aisles and perpendicular cross aisles) to reduce travel distances between pick locations for more than sixty years. We present an open-source computational software system for facilitating the design of warehouse layouts to near-optimality considering average walking distance of the picker as the objective function. This software is particularly novel because a wide variety of traditional and innovative designs are automatically generated and evaluated. For the warehouse design parameters we consider the rectangular aspect ratio of the floor plan, the number and location of cross aisles, the number and location of pick aisles, and the location of a single input/output location. The main components of the design system are importing pick list profile data, creating the warehouse layout design as a network, product allocation (slotting) of SKUs through the warehouse, routing of pickers on a sample of orders using an exact routing algorithm, and design optimization using a meta-heuristic. We provide both mathematical and computational descriptions of the algorithms used by the software system, describe the types of problems that can be solved, and summarize our computational experience. This software is open source available on a GitHub website under an MIT license.

A Novel Approach for Modeling Order Picking Paths

Journal Paper
S.G. Ozden, A. E. Smith, and K. R. Gue
Naval Research Logistics (NRL) 68.4 (2021): 471-484.
Publication year: 2021

We introduce the visibility graph as an alternative way to estimate the length of a route traveled by order pickers in a warehouse. Heretofore it has been assumed that workers travel along a network of travel paths corresponding to centers of aisles, including along the right angles formed where picking aisles join cross aisles. A visibility graph forms travel paths that correspond to more direct and, we believe, more appropriate “travel by sight.”We compare distance estimations of the visibility graph and the aisle-centers method analytically for a common traditional warehouse design. We conduct a range of computational experiments for both traditional and fishbone warehouse layouts to assess the impact of this change in distance metric. Distance estimations using aisle-centers calculates a length of a picking tour on average 10–20% longer compared to distance estimations based on the visibility graph. The visibility graph metric also has implications for warehouse design: when comparing three traditional layouts, the distance model using a visibility graph resulted in choosing a different best layout in 13.3% of the cases.

Novel Simulation-Based Learning Modules for Teaching Database Concepts

Conference Paper
S. G. Ozden, O. M. Ashour, and A. Negahban
ASEE Annual Conference and Exposition
Publication year: 2020

This paper presents novel immersive simulation-based learning (I-SBL) modules as an alternative active-learning method for teaching and learning fundamental concepts related to database de-sign. I-SBL involves a 3-dimensional simulated environment that resembles a real-world system.Students can navigate through the simulated environment (in low- and high-immersion modes),observe and understand the underlying dynamics, evaluate the effect of the changes on the system,and learn by doing. The use of such modules is especially important when access to the real system is limited or impossible due to geographical barriers and/or regulations and safety considerations.We assess the impact of the proposed approach by implementing a sample I-SBL module in an undergraduate database class. The study involves two groups of students: control and test groups.Students in the control group complete a traditional problem-based learning (PBL) assignment,while the test group uses the I-SBL version of the same assignment. The assessment data collected include demographics, prior preparation, motivation, usability tests, and pre/post quizzes to mea-sure knowledge gain. Statistical analysis of the results suggests that I-SBL performs at least as wellas PBL. The results also provide important insights into the effective design and implementation of I-SBL.

Environmental improvement of operating supply chains: A heuristic optimization approach for the cement industry

Conference Paper
S. G. Ozden, M. C. Velez-Gallego
IISE Annual Conference 2017, Pittsburgh, PA
Publication year: 2017

The   problem   of   improving   the   environmental performance of a supply chain without entailing excessive cost is becoming a frequent problem as companies face an increasing pressure from governments and customers for reducing the environmental impact of their activities. As the environmental improvement of an operating supply chain implies not only technology upgrading decisions, but also decisions regarding the structure of the supply chain itself; deciding on what strategy to follow is a complex task. The aim of this work is to provide a bi- objective solution approach for finding such strategy so that both the environmental and financial goals are best met.

Solving large batches of traveling salesman problems with parallel and distributed computing

Journal Paper
S.G. Ozden, A. E. Smith, and K. R. Gue
Computers & Operations Research, Volume 85, Issue C, Pages 87-96, 2017
Publication year: 2017

In this paper, we describe and compare serial, parallel, and distributed solver implementations for large batches of Traveling Salesman Problems using the Lin-Kernighan Heuristic (LKH) and the Concorde exact TSP Solver. Parallel and distributed solver implementations are useful when many medium to large size TSP instances must be solved simultaneously. These implementations are found to be straightforward and highly efficient compared to serial implementations. Our results indicate that parallel computing using hyper-threading for solving 150- and 200-city TSPs can increase the overall utilization of computer resources up to 25 percent compared to single thread computing. The resulting speed-up/physical core ratios are as much as ten times better than a parallel and concurrent version of the LKH heuristic using SPC3 in the literature.  We illustrate our approach with an application in the design of order picking warehouses.

WEBASRS – A Web-Based Tool for Modeling and Design of Abstract Unit-Load Picking Systems

Conference Paper
Jeffrey S. Smith and Sabahattin Gokhan Ozden
11th International Material Handling Research Colloquium
Publication year: 2010

This paper describes a web-based tool that supports the modeling and design of abstract unit-load picking systems.  The term “abstract” implies that the model is not specific to any equipment or vendors’ products, but, instead, focuses on the generic system components such as pallets, racks, slots, forklifts, cranes, etc. that comprise typical unit load picking systems.  The objectives of the tool are to support the design of an AS/RS based or a manual forklift-based picking system based on a set of design parameters and to be able to convert from an AS/RS design to a flat warehouse design and vice versa.  The research objective is to design the formal model (the data structure and operational description) that supports the conversion from one type to the other and supports the generation of static and dynamic analysis models and the recording of the analysis results.  The web implementation uses a mix of XML, HTML, JavaScript and PHP and implements two existing analysis methodologies from the literature.