Integrating Generative Artificial Intelligence and Problem-Based Learning into the Digitization in Construction Curriculum
Abstract
:1. Introduction
1.1. Problem Statement
1.2. Module Structure Overview
1.3. Professionalism
- The students had to adhere to strict deadlines, which is normally less strict in typical student-centered teaching, given the inherent student-paced nature of the approach [44]. As such, strict deadlines were set for the delivery of the assignments as well as the final project.
- The students had to practice their communications skills and their ability to articulate their vision into simple, understandable, and meaningful “activities” so as to satisfy the first steps towards project success.
1.4. Relevance of LLM Interaction to Project Management
- Oral and written presentation and reporting skills, which were practiced within TLAs [18], such as think–pair–share, and were required for each of the assignments as well as the final project;
- Departmentalization and work breakdown structure along with project monitoring and control skills and the definition of metrics for the validation of success [9], which were taught with examples in the module content and evaluated throughout the assignments and final project as deliverables.
2. Integration of LLMs Within the DEC Curriculum
2.1. Introduction to Generative Adversarial Networks
2.2. LLMs as Translation Tools for Computer Code Generation
- Clarity of problem definition, expectations, requirements, and constraints;
- Strategies to departmentalize and ideally modularize the problem into smaller problems and functions to be combined to solve the original problem;
- Definition of metrics for the evaluation of successful code generation for each of the sub-problems.
2.3. Concerns over Plagiarism
- LLMs writing the code and solution to the problem with negligible interaction or guidance from the user;
- Students copying their code/solutions from each other.
2.4. Advantages of LLMs’ Integration in the DEC Curriculum
- It offers a platform for CEM students to realize their vision, particularly in streamlining and automating existing project planning and controlling best practices without explicit knowledge of coding. Furthermore, given that an important aspect of project management is to improve efficiency in construction, automating and streamlining repeatable tasks becomes inherently valuable. This allows students with little knowledge of coding to communicate their visions and solutions by generating computer code in the programming language of choice, which would have otherwise required considerable formal training on software programming. This is particularly useful for students in CEM, who are not classically trained in software programming but might be required (or wish) to lead (or procure) a team to develop customized software for the construction industry in their future career prospects.
- It allows international students with varying skills in the main language of education to communicate their visions with the LLM chatbots in other languages, which can support a more inclusive and equitable learning environment, particularly by removing language and communication barriers. In other words, the language skill level of the students will have a negligible impact on their learning quality and ability to complete the tasks/problems. This is also particularly useful in offering modules for an international audience globally or through remote/online means.
- It enables the construction management students to practice and strengthen their basic planning and control skills, such as WBS, resource allocation, and metrics to measure and report the project’s success, throughout the completion of their assignment/project. This will also include practicing their vision planning, task division and delegation, and clarification of KPIs through integration with LLM chatbots. This is due to the fact that LLMs can be considered as agents, and one agent (in one chat instance) can only be given limited information and requests before the phenomenon of hallucination occurs. This can simulate the dynamics with typical crews in construction projects, limited in time as well as capacity. As such, every part of the cooperation with the LLMs must be divided into clear activities and communicated with the chatbot. Finally, the whole process of creating the WBS and its departmentalization and modularization will support the students in becoming more aware of their own cognitive processes, indirectly fostering metacognitive awareness and problem-solving skills [50].
3. Module Design Methodology
3.1. Lecture Content Design: Teaching Effective Interaction with LLM Chatbot
3.1.1. Flipped Classroom Pre-Lecture Activity
3.1.2. Live Hybrid Class Participatory Activities
- In-class participatory activity #1 (90 min): The students start with writing a code to find the best-fit line parameters using the popular least squares adjustment method. This example was chosen since it is expected that the enrolled students have the basic mathematical skills to formulate the problem with ease. The lecture is structured as follows:
- Formulating the mathematical basis (30 min): The students must use their basic mathematical knowledge to develop the closed formulations required for the estimation of the best fit line parameters (i.e., slope and intercept). It is important to mention that throughout the class, the students are provided guidance from the teaching assistant and the professor where appropriate to facilitate the completion of the tasks.
- Step-by-step interaction with their LLM chatbot of choice (45 min): The students must use the strategies discussed in the pre-lecture recording to formulate the information provided to the chatbot step-by-step for successful code generation. Given that they have already formulated the problem, the method of communication and division/departmentalization of the equations becomes very important. Once the formulations are conveyed, the students must check whether the generated code in fact accomplishes the intended task of line fitting to points. Here, metrics for evaluation of success through defining effective KPIs become vital. The students are hence guided to prepare a few trivial examples to help validate the success of the code—for instance, a set of points on the x-axis (e.g., (0,0); (1,0); (2,0)), a set of points on the y-axis, or points following the equation x = y, where the slope and the intercept are known a priori. This simple planning process is a fundamental step that must be commonly carried out in all projects, including construction projects. The students are then given a set of points for the final assessment of completion. In other words, if the code outputs the correct slope and intercept, they can move to the next activity.
- Reflection through think–pair–share TLA (15 min): The students reflect on the challenges, lessons learnt, number of interactions with the LLM chatbot, and the successful strategies employed to improve collaboration with the LLM.
- In-class participatory activity #2 (90 min): The students write a code to complete the Monte Carlo simulation scheduling method, shown in the pre-lecture recording. In this interaction, due to the inherent complexity of the problem, the students quickly notice that the LLM will start hallucinating unless the tasks are clearly defined and divided into small and modular sub-tasks, and the inputs and outputs for each sub-task are communicated in advance. The students must then determine the KPIs for each of the delegated sub-tasks. In other words, the students cannot complete the task by asking ChatGPT to write a Matlab code that completes all the tasks required to develop a program for the Monte Carlo simulation from scratch. The structure of this lecture follows that of the first activity, mentioned above.
3.2. Assignment Design
3.2.1. Solar Panel Installation Waste Minimization
3.2.2. Floor Object Detection from Laser Scanner Point Clouds
3.2.3. App Development for Point Cloud Object Detection
3.3. Group Project Problem-Based Learning
- The point-cloud as-built modeling of a column;
- Design topology optimization of the column to minimize weight of structure; and
- AI-based robotic arm collaborative optimization within digital fabrication.
4. Results and Discussions
4.1. Successful Completion of the Tasks
4.2. Student Evaluation Results
- Integration of AI and LLMs:
- Students found adopting LLMs, such as ChatGPT, beneficial for learning.
- The use of LLM chatbots enabled improved efficiency in acquiring knowledge.
- Coding sessions, supported by LLMs, enhanced programming skills in a comfortable and inclusive learning environment.
- Structure and Content of the Modules:
- Students commented on the high quality of the module materials and documents.
- The engaging PBL assignments made the learning process enjoyable.
- The unique and innovative structure of the module expanded students’ horizons and stimulated interest in the DEC topic.
- The balanced fusion of individual assignments and group projects promoted personal growth, accountability, and collaboration.
- Character of the Instructor:
- Students valued the instructor’s extensive knowledge and practical experience.
- The instructor’s enthusiasm, dedication, and motivation contributed to a positive learning atmosphere.
- The supportive nature and patient teaching style fostered personal development and accessibility to module material.
- The friendly and encouraging demeanor of the instructor created an inclusive learning environment.
5. Conclusions and Future Developments
- Adjust the curriculum to directly teach advanced topics, enabling the learners to independently formulate solutions to complex problems while using LLMs solely as translation tools in computer code generation.
- Design and test new problems with the latest LLMs to ensure they cannot be easily solved by the models, thereby reducing the learner’s dependency on LLMs for problem-solving, and consequently fostering the growth of critical thinking in learners.
- Integrating LLM output validation methodologies, such as those used in NVIDIA Nemo and Guardrail AI, to control the structure, context and overall quality of the outputs for each component of the program, thereby supporting the students with further automation and streamlining.
- Evaluating LLM capabilities to customize specialized CEM software, supporting students to streamline and automate existing software in unconventional programming languages, such as F# (in Microsoft Project), Smalltalk (in VisualWorks), and Lua (in Trimble SketchUp).
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
- Notable comments related to “integration of AI and LLMs” were as follows:
- “… I particularly found the quick adaptation of ChatGPT refreshing”.
- “(I particularly liked)… The communication with ChatGPT step by step and find the MATLAB code in class”.
- “I loved how much I was able to learn from the course, not only content wise, but also on how I accquire knowledge, with the help of AI, I think now I have a much smarter way of working”.
- “…use app directly, and plugins”.
- “I liked, that I had the chance to improve a lot of soft and coding skills. Especially the coding time during the lectures and the possibility to ask questions help a lot. And I really likes that i could improved my english skill a lot during the course in a “safe space”, where i didn’t felt judged”.
- “Learned a lot personally. Alot of programming, which if one is interested in it, was very interesting”.
- Notable comments on the “structure and content” of the modules were as follows:
- “It is remarkable how much effort has been put into preparing the documents”.
- “… the assignments were fun to solve and challenging”.
- “For me, it’s a hidden gem”.
- “I also enjoyed the uniqueness of the way this course is structured”.
- “For me, so far the most horizon-expanding course in my studies, it makes me want more”.
- “the topics covered and the way that we have different assignments plus a term project and that although we are working together on the project, the grade is highly induvial”.
- Notable comments on the “character of the instructor” were as follows:
- “His great knowledge and mastery on the topics”.
- “He’s got a lot of practical experience from real projects”.
- “Very unique and innovative course, offered by a competent professor who is a master in the field”.
- “The motivation of the teacher, his enthusiasm”.
- “The dedication of Dr. Maalek is increadibly high. He really believs in the potential of his students and is a super smart and charismatic teacher”.
- “The professor is always patient in answering my questions, even when they are very simple”.
- “Ability of Professor Maalek to teach hard to understand topics in a easy way. Motivation of Professor Maalek”.
- “Dr. Maalek is a very kind and intelligent teacher. He is motivated all the time and really tries to get the best out of every student”.
- “I like how much we can learn from the course, and the mindset towards working as well, I think apart form the knowledge, the personal development aspect of the course is very good”.
- “Very friendly atmosphere!!”
References
- Institute of Technology and Management in Construction (TMB). Master of Science Programme in Technology and Management in Construction (M.Sc.). Available online: https://www.sle.kit.edu/english/vorstudium/master-technology-management-construction.php (accessed on 3 October 2024).
- Maalek, R. Department of Digital Engineering and Construction (DEC). Available online: https://www.tmb.kit.edu/english/5869.php (accessed on 3 October 2024).
- Digital Engineering and Construction (DEC). DEC Module Description. Available online: https://www.tmb.kit.edu/english/6417.php (accessed on 3 October 2024).
- Digital Engineering and Construction (DEC). Digital Technologies in Field Information Modeling (FIM) Module Description. Available online: https://www.tmb.kit.edu/english/6416.php (accessed on 3 October 2024).
- Maalek, R. Field Information Modeling (FIM) TM: Best Practices Using Point Clouds. Remote Sens. 2021, 13, 967. [Google Scholar] [CrossRef]
- Park, C.; Rahimian, F.P.; Dawood, N.; Pedro, A.; Lee, D.; Hussain, R.; Soltani, M. Digitalization in Construction: Recent Trends and Advances; Routledge: London, UK, 2023. [Google Scholar]
- GOLDBECK GmbH. Available online: https://www.goldbeck.de/startseite/ (accessed on 11 December 2020).
- Maalek, R.; Maalek, S. Repurposing Existing Skeletal Spatial Structure (SkS) System Designs Using the Field Information Modeling (FIM) Framework for Generative Decision-Support in Future Construction Projects. Sci. Rep. 2023, 13, 19591. [Google Scholar] [CrossRef]
- PMI. PMBOK Guide; Project Management Institute: Newtown Square, PA, USA, 2021. [Google Scholar]
- OpenAI. ChatGPT Large Language Model (LLM). Available online: https://openai.com/chatgpt/ (accessed on 3 October 2024).
- Maalek, R. ChatGPT for Monte Carlo Simulation Based Critical Path Scheduling of Construction Projects. Available online: https://youtu.be/WIBkIzkLX_A (accessed on 29 August 2024).
- Cho, H.J.; Zhao, K.; Lee, C.R.; Runshe, D.; Krousgrill, C. Active Learning through Flipped Classroom in Mechanical Engineering: Improving Students’ Perception of Learning and Performance. Int. J. STEM Educ. 2021, 8, 46. [Google Scholar] [CrossRef] [PubMed]
- Bishop, J.L.; Verleger, M.A. The Flipped Classroom: A Survey of the Research. In Proceedings of the ASEE Annual Conference and Exposition, Conference Proceedings, Atlanta, GA, USA, 23–26 June 2013. [Google Scholar]
- Akçayır, G.; Akçayır, M. The Flipped Classroom: A Review of Its Advantages and Challenges. Comput. Educ. 2018, 126, 334–345. [Google Scholar] [CrossRef]
- Low, M.C.; Lee, C.K.; Sidhu, M.S.; Lim, S.P.; Hasan, Z.; Lim, S.C. Blended Learning for Engineering Education 4.0: Students’ Perceptions and Their Learning Difficulties. Comput. Appl. Eng. Educ. 2023, 31, 1705–1722. [Google Scholar] [CrossRef]
- Vodovozov, V.; Raud, Z.; Petlenkov, E. Challenges of Active Learning in a View of Integrated Engineering Education. Educ. Sci. 2021, 11, 43. [Google Scholar] [CrossRef]
- Al-Dojayli, M.; Czekanski, A. Integrated Engineering Design Education: Vertical and Lateral Learning. J. Integr. Des. Process Sci. 2017, 21, 45–59. [Google Scholar] [CrossRef]
- Gibbs, G. Learning by Doing: A Guide to Teaching and Learning Methods; Oxford Centre for Staff and Learning Development: Oxford, UK, 1988. [Google Scholar]
- Rieg, D.L.; Lima, R.M.M.; Mesquita, D.; Scramim, F.C.L.; Mattasoglio Neto, O. Active Learning Strategies to Develop Research Competences in Engineering Education. J. Appl. Res. High. Educ. 2022, 14, 1210–1223. [Google Scholar] [CrossRef]
- Kolb, D.A. Experiential Learning: Experience as The Source of Learning and Development; Prentice Hall, Inc.: Hoboken, NJ, USA, 1984. [Google Scholar] [CrossRef]
- McFarlin, B.K. Hybrid Lecture-Online Format Increases Student Grades in an Undergraduate Exercise Physiology Course at a Large Urban University. Am. J. Physiol.-Adv. Physiol. Educ. 2008, 32, 86–91. [Google Scholar] [CrossRef]
- Reeve, J. Why Teachers Adopt a Controlling Motivating Style toward Students and How They Can Become More Autonomy Supportive. Educ. Psychol. 2009, 44, 159–175. [Google Scholar] [CrossRef]
- Miller, K.A.; Deci, E.L.; Ryan, R.M. Intrinsic Motivation and Self-Determination in Human Behavior. Contemp. Sociol. 1988, 17, 253. [Google Scholar] [CrossRef]
- Biggs, J. Constructive Alignment in University Teaching. HERDSA Rev. High. Educ. 2014, 36, 5–6. [Google Scholar]
- Institute of Technology and Management in Construction (TMB). Module Handbook for the Master of Science Programme in Technology and Management in Construction. Available online: https://www.bgu.kit.edu/download/mhb_tmb_ma_SPO2022_de.pdf (accessed on 3 October 2024).
- Hernandez, P.R.; Bodin, R.; Elliott, J.W.; Ibrahim, B.; Rambo-Hernandez, K.E.; Chen, T.W.; De Miranda, M.A. Connecting the STEM Dots: Measuring the Effect of an Integrated Engineering Design Intervention. Int. J. Technol. Des. Educ. 2014, 24, 107–120. [Google Scholar] [CrossRef]
- Instructional Skills Workshop (ISW). Available online: https://www.iswnetwork.ca/ (accessed on 3 October 2024).
- Hochschule Didaktik Zentrum (HDZ). Baden-Württemberg Certificate for University Didactics. Available online: https://www.hdz-bawue.de/zertifikat/ (accessed on 3 October 2024).
- Lombardi, D.; Shipley, T.F.; Bailey, J.M.; Bretones, P.S.; Prather, E.E.; Ballen, C.J.; Knight, J.K.; Smith, M.K.; Stowe, R.L.; Cooper, M.M.; et al. The Curious Construct of Active Learning. Psychol. Sci. Public. Interest. 2021, 22, 8–43. [Google Scholar] [CrossRef]
- Prince, M. Does Active Learning Work? A Review of the Research. J. Eng. Educ. 2004, 93, 223–231. [Google Scholar] [CrossRef]
- Clough, M.P.; Kauffman, K.J. Improving Engineering Education: A Research-Based Framework for Teaching. J. Eng. Educ. 1999, 88, 527–534. [Google Scholar] [CrossRef]
- Hmelo-Silver, C.E. Problem-Based Learning: What and How Do Students Learn? Educ. Psychol. Rev. 2004, 16, 235–266. [Google Scholar] [CrossRef]
- ILIAS. Open Source Learning Management System. Available online: https://www.ilias.de/en/ (accessed on 3 October 2024).
- Maalek, R. Digital Engineering and Construction (DEC) Course Content. Available online: https://www.youtube.com/@rmaalek/ (accessed on 29 October 2024).
- Ren, P.; Xiao, Y.; Chang, X.; Huang, P.Y.; Li, Z.; Gupta, B.B.; Chen, X.; Wang, X. A Survey of Deep Active Learning. ACM Comput. Surv. 2022, 54, 1–40. [Google Scholar] [CrossRef]
- Johnson, D.W.; Johnson, R.T.; Smith, K.A. Cooperative Learning Returns to College: What Evidence Is There That It Works? In Learning from Change: Landmarks in Teaching and Leaming in Higher Education from Change Magazine, 1969–1999; Routledge: London, UK, 2023. [Google Scholar]
- Garrison, D.R.; Vaughan, N.D. Blended Learning in Higher Education: Framework, Principles, and Guidelines; Jossey-Bass: San Francisco, CA, USA, 2012. [Google Scholar]
- Thomas, J.W. A Review of Research on Project-Based Learning. The Autodesk Foundation: San Rafael, CA, USA, 2000. [Google Scholar]
- Larmer, J.; Mergendoller, J.R.; Boss, S. Setting the Standard for Project Based Learning; ASCD: Washington, DC, USA, 2015. [Google Scholar]
- Abeysekera, L.; Dawson, P. Motivation and Cognitive Load in the Flipped Classroom: Definition, Rationale and a Call for Research. High. Educ. Res. Dev. 2015, 34, 1–14. [Google Scholar] [CrossRef]
- Pane, J.; Steiner, E.; Baird, M.; Hamilton, L. Continued Progress: Promising Evidence on Personalized Learning; Rand Corporation: Santa Monica, CA, USA, 2015. [Google Scholar]
- Dweck, C.S. Mindset: The New Psychology of Success; Random House Publishing Group: New York, NY, USA, 2006; Volume 44. [Google Scholar] [CrossRef]
- Project Management Institute (PMI). Handbook of Accreditation for Academic Programs in Project Management and Related Programs 5.0, 5th ed.; PMI Global Accreditation Center: Newtown Square, PA, USA, 2024. [Google Scholar]
- Wright, G.B. Student-Centered Learning in Higher Education. Int. J. Teach. Learn. High. Educ. 2011, 23, 92–97. [Google Scholar]
- Dewan, T.; Myatt, D.P. The Qualities of Leadership: Direction, Communication, and Obfuscation. Am. Political Sci. Rev. 2008, 102, 351–368. [Google Scholar] [CrossRef]
- Lange, N.; Bishop, C.M.; Ripley, B.D. Neural Networks for Pattern Recognition. J. Am. Stat. Assoc. 1997, 92, 1642. [Google Scholar] [CrossRef]
- Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Networks. Commun. ACM 2020, 63, 139–144. [Google Scholar] [CrossRef]
- Anthropic Claude Large Language Model (LLM). Available online: https://claude.ai/login?returnTo=%2F%3F (accessed on 3 October 2024).
- Google Gemini—Chat to Supercharge Your Ideas. Available online: https://gemini.google.com/ (accessed on 3 October 2024).
- Flavell, J.H. Metacognition and Cognitive Monitoring: A New Area of Cognitive-Developmental Inquiry. Am. Psychol. 1979, 34, 906–911. [Google Scholar] [CrossRef]
- Cerquitelli, T.; Meo, M.; Curado, M.; Skorin-Kapov, L.; Tsiropoulou, E.E. Machine Learning Empowered Computer Networks. Comput. Netw. 2023, 230, 109807. [Google Scholar] [CrossRef]
- Plagiarism Checker X Plagiarism Checker for School and Teachers. Available online: https://plagiarismcheckerx.com/plagiarism-checker-for-teachers (accessed on 3 October 2024).
- Sánchez-Ruiz, L.M.; Moll-López, S.; Nuñez-Pérez, A.; Moraño-Fernández, J.A.; Vega-Fleitas, E. ChatGPT Challenges Blended Learning Methodologies in Engineering Education: A Case Study in Mathematics. Appl. Sci. 2023, 13, 6039. [Google Scholar] [CrossRef]
- Uddin, S.M.J.; Albert, A.; Tamanna, M.; Ovid, A.; Alsharef, A. ChatGPT as an Educational Resource for Civil Engineering Students. Comput. Appl. Eng. Educ. 2024, 32, e22747. [Google Scholar] [CrossRef]
- Jeong, J.; Gil, D.; Kim, D.; Jeong, J. Current Research and Future Directions for Off-Site Construction through LangChain with a Large Language Model. Buildings 2024, 14, 2374. [Google Scholar] [CrossRef]
- Bernabei, M.; Colabianchi, S.; Falegnami, A.; Costantino, F. Students’ Use of Large Language Models in Engineering Education: A Case Study on Technology Acceptance, Perceptions, Efficacy, and Detection Chances. Comput. Educ. Artif. Intell. 2023, 5, 100172. [Google Scholar] [CrossRef]
- Dou, W. The Application of Generative AI Technology in ESP Courses for Civil Engineering Majors. In Proceedings of the 2024 International Conference on Artificial Intelligence and Digital Technology, ICAIDT, Shenzhen, China, 7–9 June 2024; pp. 144–147. [Google Scholar] [CrossRef]
- Liu, C.; Yang, S. Application of Large Language Models in Engineering Education: A Case Study of System Modeling and Simulation Courses. Int. J. Mech. Eng. Educ. 2024. [Google Scholar] [CrossRef]
- Paul, R.; Elder, L. Critical Thinking: The Nature of Critical and Creative Thought. J. Dev. Educ. 2006, 30, 34. [Google Scholar]
- Jones, J.E.; Candy, P.C. Self-Direction for Lifelong Learning. Stud. Art. Educ. 1993, 34, 186. [Google Scholar] [CrossRef]
- Abolghasem Rasouli, S. On Tyranny: Twenty Lessons from the Twentieth Century. Glob. Aff. 2021, 7, 87–88. [Google Scholar] [CrossRef]
- Zimmerman, B.J. Attaining Self-Regulation: A Social Cognitive Perspective. In Handbook of Self-Regulation; Academic Press: San Diego, CA, USA, 2000; pp. 13–39. [Google Scholar] [CrossRef]
- Stanovich, K.E.; West, R.F. Individual Differences in Reasoning: Implications for the Rationality Debate? Behav. Brain Sci. 2000, 23, 645–665; discussion 665–726. [Google Scholar] [CrossRef]
- Kurtz, C.F.; Snowden, D.J. The New Dynamics of Strategy: Sense-Making in a Complex and Complicated World. IBM Syst. J. 2003, 42, 462–483. [Google Scholar] [CrossRef]
- LMSYS; SkyLabs LMSYS Chatbot Arena Leaderboard. Available online: https://lmarena.ai/?leaderboard (accessed on 29 August 2024).
- Rao, S.S. Engineering Optimization: Theory and Practice; John Wiley & Sons: Hoboken, NJ, USA, 2019. [Google Scholar]
- Goldberg, D. Genetic Algorithms in Search, Optimization, and Machine Learning; Addison-Wesley: Boston, MA, USA, 1989; Volume 27. [Google Scholar] [CrossRef]
- KIT Executive Office and Strategy. Teaching Quality Index (LQI) for Employee Quality Management and Services. Available online: https://www.sts.kit.edu/english/5509.php (accessed on 3 October 2024).
PBL Project | Semester | Level of Completion (%) | ||
---|---|---|---|---|
Full | Partial | Incomplete | ||
Solar Panel Installation Waste Minimization (Figure 1) | Winter 2023 | 83.33% | 16.67% | 0.00% |
Floor Object Detection from Laser Scanner Point Clouds (Figure 2) | Summer 2023 | 87.50% | 12.50% | 0.00% |
Summer 2024 | 81.25% | 18.75% | 0.00% | |
App Development for (BIM) Object Detection from Point Clouds (Figure 3) | Summer 2024 | 75.00% | 25.00% | 0.00% |
Robotic Arm Collaboration Optimization (Figure 4) | Winter 2023 | 100.00% | 0.00% | 0.00% |
Total on average | 86.36% | 13.64% | 0.00% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Maalek, R. Integrating Generative Artificial Intelligence and Problem-Based Learning into the Digitization in Construction Curriculum. Buildings 2024, 14, 3642. https://doi.org/10.3390/buildings14113642
Maalek R. Integrating Generative Artificial Intelligence and Problem-Based Learning into the Digitization in Construction Curriculum. Buildings. 2024; 14(11):3642. https://doi.org/10.3390/buildings14113642
Chicago/Turabian StyleMaalek, Reza. 2024. "Integrating Generative Artificial Intelligence and Problem-Based Learning into the Digitization in Construction Curriculum" Buildings 14, no. 11: 3642. https://doi.org/10.3390/buildings14113642