🤖 AI Summary
This study addresses the lack of immediate feedback in ecology education for developing students’ modeling competencies. We propose a conceptual-model-to-simulation-code automatic translation framework built upon the VERA system. Leveraging visual grammar parsing, the framework compiles students’ graphical conceptual models in real time into executable NetLogo code, thereby driving agent-based ecological simulations and establishing a closed-loop integration between model construction and behavioral feedback. Its core contribution is the first implementation—within an educational context—of fully automated, verifiable translation from conceptual models to runnable simulations, synergistically integrating constructivist learning principles with automated assessment mechanisms. Deployed across multiple universities and the Smithsonian Institution’s Encyclopedia of Life (EOL) platform, the system supports thousands of novice learners in ecological modeling practice. Empirical evaluation demonstrates significant improvements in students’ depth of model understanding and scientific modeling literacy.
📝 Abstract
Conceptual modeling has been an important part of constructionist educational practices for many years, particularly in STEM (Science, Technology, Engineering and Mathematics) disciplines. What is not so common is using agent-based simulation to provide students feedback on model quality. This requires the capability of automatically compiling the concept model into its simulation. The VERA (Virtual Experimentation Research Assistant) system is a conceptual modeling tool used since 2016 to provide introductory college biology students with the capability of conceptual modeling and agent-based simulation in the ecological domain. This paper describes VERA and its approach to coupling conceptual modeling and simulation with emphasis on how a model's visual syntax is compiled into code executable on a NetLogo simulation engine. Experience with VERA in introductory biology classes at several universities and through the Smithsonian Institution's Encyclopedia of Life website is related.