International Journal of Interactive Mobile Technologies (iJIM) – eISSN: 1865-7923 – Vol. 14, No. 6, 2020 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Design and Implementation of an E-learning Platform Using N-Tier Architecture https://doi.org/10.3991/ijim.v14i06.14005 Nawar S. Alseelawi Misan University, Amarah, Iraq Enas K. Adnan Middle Technical University, Baghdad, Iraq Hussein T. Hazim Misan University, Amarah, Iraq Haider TH. Salim ALRikabi () Wasit University, Wasit, Iraq hdhiyab@uowasit.edu.iq Khalid Waleed Nasser Misan University, Amarah, Iraq Abstract—Any educational institution aimed at developing towards e- learning and creating a more interactive environment and use in all fields of governmental institutions. The Ministry of Higher Education and Scientific Research (MOHESR) of Iraq and some of the countries in the Middle East suffer from weak use of information technology in general and weak use of e- learning in particular. Therefore, Iraqi MOHESR is in dire need of an electronic educational system that solves most of the problems experienced by most educational institutions. In this paper, we will develop a strategic plan to build an e-learning platform that provides an interactive environment between teachers and students in Iraqi universities and offers many advantages to overcome some problems in the use of traditional old education. This work is related to the use of multi-layered architecture to build the e-learning platform (Standard design of e-learning platform for Iraqi MOHESR). The advantage of these layers is that each layer is created in the Asp.Net program using N-Tier architecture that has functions that are independent of the rest of the layers which are(user interface(UI), business Access Layer(BAL),Data Access Layer(DAL), Database(DB)). A particular object will not affect the rest of the layers or the performance of these layers. Keywords—MOHESR, N-Tier, Ado. Net, UI, BLL, DAL, SP, ADDIE. iJIM ‒ Vol. 14, No. 6, 2020 171 https://doi.org/10.3991/ijim.v14i06.14005 mailto:hdhiyab@uowasit.edu.iq Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture 1 Introduction The process can be considered as People–Process–Product continuum or P3 models shown in Figure 1. For example, people involved in the e-learning development process can be instructional designers, graphics designers, project managers, and quality assurance managers. The product can be a well-designed e- learning module and the process can be any criterion process like ADDIE [1-3] Fig. 1. E-Learning People-Process-Product Continuum (P3 model) The P3 model is a holistic approach to course development and helps in not only creating very high-quality e-learning content but also in the submission and maintenance of the course. This work is an attempt to improve the entire educational platform development process in a modular approach. We have developed various 172 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture stages of the entire e-learning development process with regard to the people responsible for providing various e-learning and mixed education products. Since this paper pertains to improving and developing electronic educational platforms affiliated to the Iraqi MOHESR, we conducted a comprehensive study and put the most important points of the improvement and development process, so the educational platform provides the environment to exchange information more easily and quickly using presentations for beginners (trainees). The Iraqi MOHESR is always working to stimulate the development and creation of e-learning platforms for integration and use in Iraqi education systems, And move away from using the traditional education system which is no longer more appropriate in view of the current unique status of society gradually, and it wastes time, criticism and humanitarian endeavours. Current curricula used by schools in the exceptional opposite direction of how to learn and communicate outside of the classroom[4-6]. In general, the e-learning development process can be divided into two major phases: a) Development b) Delivery and maintenance where the appropriate content is developed in the first stage and delivered using a suitable medium in the second stage. Development is an antecedent activity, whereas maintenance is an ongoing activity. A typical e-learning process has planning, design, development, evaluation, delivery and maintenance stages. The e-learning development process is iterative in nature. The number of individuals involved in various stages of an e-learning project may differ, based on the size and scope of the project[7-10]. In this paper we will explain the details of using the class to create the structure of the education system that will contribute to the process of improving and developing educational platforms for the Iraqi MOHESR, where the project will be divided into three or more projects, each project is separate from the other and then we combine these projects to form one project that will be suitable for use with the client's server, especially on the Internet. The features in this technology allow more people to work on the same project. It also raises the level of validating the applications and data that are passed to the database, while defining the different roles and responsibilities involved in the process of developing e-learning. 2 Methodology There are distinctive terms used to characterize instructive educational computer applications, for example, e-learning Systems, Learning Management Systems (LMS), Course Management System (CMS) or even Virtual Learning Environment (VLE).In these frameworks, students can get to courses' substance in various configurations (content, picture, sound), and additionally connect with educators as well as colleagues by means of message sheets, meetings, conversations, video- meetings or different sorts of specialized devices, These stages give an arrangement iJIM ‒ Vol. 14, No. 6, 2020 173 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture of configurable highlights, keeping in mind the final goal is to permit the production of online courses, pages of subjects, work meetings and learning groups[11]. In this paper, we relied on ADDIE methodology in developing and improving e- learning platforms, which includes the following basic stages (Analysis, Design, Development, Implementation, and Evaluation). Where the design and distribution of a questionnaire among the various Iraqi universities, including the Iraqi University, Baghdad University, and the University of Technology to investigate the direction of e-learning with the most prominent basic problems proposed that may face the implementation of e-learning projects, and what the main benefits that we can get for the higher education sector. Through analysis, the developer builds a complete visualization of the "gaps" between the results or activities required for the audience's learning tools and their current capabilities. The design phase documents specific learning destinations, assessment tools, activities and content as shown in Figure 2. Real learning materials are completed in the development phase. By implementation, these materials are either submitted or posted to the student group, the validity of the preparatory material is then evaluated [12-14]. Fig. 2. ADDIE model 3 E-Learning Platform Model This model is relied on layered technology to create and set up an e-learning platforming-Tier architecture is an industry-standard engineering model, suitable for assisting client/server applications at the project level by solving problems such as scalability, security, adaptive fault tolerance, etc. [15, 16]. 174 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Fig. 3. Block diagram of e-learning platform These layers are the User Interface Layer (UIL) or Selected Presentation Layer (PL), Business Access Layer (BAL), Data Access Layer (DAL). Figure 3 shows the N-Tire layer structure. The display layer/user interface is the one that interacts with the user, receives the requests and shows the results. It consists of web pages, HTML, Ajax, etc. After receiving the data and verifying it, the data passed to the next layer. Whereas Business Access Layer (BAL) or Business Logic Layer (BLL)is an intermediate layer between the first and third layers, whose task is to receive data from the display layer and verify that data. If the verification is true, it will pass it to the third layer,most of this layer is (a namespace), that is, it contains only the classes we call within the method of some of the third layer. Data Access Layer(DAL)is the brain of the project, where it is directly linked to the database, through which the queries are sent to the database coming from the working layer, and receive the results from the database, then pass it to the display layer.The 3-Tier system basically works as illustrated in Figure 4. Fig. 4. The proposed scenario of the 3-Tier layer architectures As shown, the most piece of contemporary e-learning stage can be seen as sorted out into three essential full-scale segments: Learning Management System (LMS), iJIM ‒ Vol. 14, No. 6, 2020 175 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Learning Content Management System (LCMS), and a Set of Tools for uploading lectures and educational materials and publishing various types of evaluations and establishing communication. The Content Management System is essentially intended to help education or scholarly courses[17, 18]. It enables the teacher to make a course platform, where documents can be transferred in common formats such as JPEG, doc, ppt, pdf, and so on, without converting them to a web format, for instance, HTML."A Content Management System is a combination of techniques used to depict forms in a domain that requires a joint effort between various performers" [19, 20]. These methods are intended to oversee: 1. Acquiring data based on client settings. 2. Collecting and sharing data. 3. Data Storing management. 4. Content excess check. 5. Reporting [5,6]. The second type of contemporary e-learning stage has been used to design the e- learning platform, which is Learning Management System (LMS), by utilizing LMS, an e-electronic course is conveyed through and happens inside an incorporated framework. Interestingly, engaging students with apparatuses that they can use for various purposes and independently supports self-administered and issue-based exercises. Moreover, each student will have a similar lesson on the web. It means that the systems will always provide students with references within the educational platform as shown in Figure 5. This speaks to a variation option to discover resources by searching online or computerized libraries over the Internet. Everyone who uses a similar web index has similar login information to the materials[16]. Fig. 5. Screenshot of E-learning framework 176 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture 4 E-Learning Platform Database Objects Learning objects are basically content units that are communicated by individuals through an online platform. We assume that, with regard to such a stage, students are the "customers" who consume the material, and that the authors are the individuals who provide educational things, in relation to the content, preparation, and learning of the offerings must come in reusable packages that can be independently created from a transport medium Gradually obtained [21, 22], as shown in Figure 6. Fig. 6. E-learning platform development flowchart. As noted, this diagram is different from the previous scheme in Figure 2, in this diagram a middle layer has been added between the user interface layer and data access layer. Also, the user interface layer consists of two parts, the data pane, and the command pane. When data, commands or both are sent to the data access layer, the request is passed to the business logic layer. This layer has been used or created to be intermediate between the two layers as well as validation of the commands passed to the data access layer, Data that is sent to the data access layer does not pass through the business logic layer. In addition, the data access layer consists of two levels (Low DAL, High DAL), Low DAL communicates directly with the database, while High DAL communicates with Low DAL And then into the database. The purpose of the partitioning or working layer is to access the data level in this scheme because we used the ADO.net technique in order to deal with the database. ADO.net needs a class and a function separated from the rest of the classes and functions of the data access layer. High UI BBL DAL DB SQL Dat ab ase ASPX, HTML, CSS, JS, ...etc. Class library High DAL Low DAL ADO.NET (Class library with ADO.net library, configuration library iJIM ‒ Vol. 14, No. 6, 2020 177 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture DAL Consists of two blocks (Get/Set Data).Its function is to send and fetch data, Check Commands, and Specify Stored Procedure. In order to build a database for the educational platform, the structure of this database must be well designed and contains many objects and need to make relationships between the tables and choosing the correct data type of the listed fields. Objects consist of two types of tables and stored procedures, each of these types will be used to build the database for the electronic learning platform. The educational platform is mainly focused on the courses. These courses contain videos and text files; therefore, we need to create a special table for text files and videos. This course may be presented on specific times or days, for example, every week or every month, hence, we need to design a special table for lectures and connect them with the course table using one to many relationships. As a security aspect of the educational platform, we organize users, so we need to create a table for the registrants to the platform, which is the user table. The users who register on the platform are classified into three categories (teachers, students, guests), and here we need to create a table of user permissions that will connect this table with the users' table using one to many relationships. Moreover, a table named (course join) has been created. In addition, a user profile is created by creating a table named (Profile) to identify each user in this platform. As part of the utilization and organization of course registering process, and since this platform is affiliated to a university and this university contains multiple colleges ,a special table has been created for each college, also separate tables have been created for each department in each college. As this platform is educational, so there will be a lot of courses added to this platform. A special table has been created to search for a specific course in order to organize and arrange the educational platform. Also, secondary special-purpose tables have been created such as help tables, articles table, etc. The stored procedure is a function inside the SQL server. The advantages of using stored procedure are ease of maintenance, testing capability, and its speed are higher than normal command, and also provides high security to the database. The listing below specifics why stored procedures have obtained such a going strong following between application developers and even database administrators for that matter: Maintainability, Testing, isolation of business rules, speed/optimization, and Security[23, 24]. As illustrated in Figure 7. 178 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Fig. 7. Tables and stored procedure Used to create an electronic educational platform 5 Implementation E-learning Platform To build an e-learning platform, we used a multi-layer architecture and built a planner and developed it to create a more flexible, user-friendly interactive platform. The basic function of using multiple N-Tier architectures is to design three projects in one integrated project. These three projects are isolated from each other. It is possible to use any programing language. These projects are (Presentation Layer, Business Logic Layer, Data Access Layer). In the Presentation Layer or User Interface layer, the design of pages such as (ASP.net, java scripts, CSS, etc.) has been done. In Business Logic Layer we created the class library (DLL), so it is possible to create a web service inside this layer. In Data Access Layer(DAL)we also created the class library (DLL).It is implemented as a separate class library project, where all the basic data source code is located, such as creating a database connection and issuing database commands such as (SELECT- INSERT- UPDATE- DELETE). Figure 8 shows the mechanism of adding courses to the educational platform by clicking on the new course option and then showing a new window which consists of (select field) through which we choose the name of the field, while (course start) specifies the starting date of the course, (course finish) specifies the course ending date. iJIM ‒ Vol. 14, No. 6, 2020 179 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Fig. 8. Adding courses in the E-learning platform. The next field is (course title) through which we can type the course title and a brief introduction to the course in the (about course) typing box. After completion, we click on the new course command. Fig. 9. Displaying courses in the E-learning platform. After adding a new course, check the enrolments the course and show the courses by going to (your course) tab. This page shows all the courses provided by the teacher. 6 Results and Discussions The results of the e-learning platform assessment questionnaire Informatics Institute for Postgraduate Studies (IIPS)and the Iraqi Commission for Computer and Informatics ICCI platform, has been implemented by teachers and students. The form of the e-learning platform assessment questionnaire IIPS and ICCI platform has been written as shown in Figure 10. 180 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Fig. 10. Illustrated E-learning platform assessment questionnaire IIPS And ICCI platform The total number of teachers is 13 among Ph.D. and M.Sc. holders in various specializations, and the total number of students is 10 also in various specializations, as shown in Figure 11. Fig. 11. The questionnaire of students. 0 10 20 30 40 50 1- 1 1- 2 1- 3 1- 4 1- 5 2- 1 2- 2 2- 3 3- 1 3- 2 4- 1 4- 2 4- 3 4- 4 4- 5 4- 6 4- 7 QUESTIONNAIRE OF STUDENTS Evaluation iJIM ‒ Vol. 14, No. 6, 2020 181 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture As noted, the average of responses was as follows: 1. The program is easy to use in general. 2. Includes the accuracy of the contents and free from linguistic and grammatical errors. 3. Easy to upload and download materials through the platform. For the statistical chart of the teachers, the answers were as follows: 4. This platform is free of grammatical and linguistic errors. 5. It provides an interactive environment between the trainer and the trainee. 6. It provides different levels of education. 7. Easy to upload and download materials without any help. 8. Ease to navigate through the pages. For materials submitted through a specific time by allocating a period of time to start and end this course.as shown in Figure12. Fig. 12. The questionnaire of teachers. 7 Conclusion This paper presents a comprehensive review of e-learning and the development of the electronic learning platform system using the three-layer architecture, the presentation layer, the business logic layer, and the data access layer. The theoretical parts of the courses are provided by a standard LMS, enabling: 1. Account management 2. Security protection 1- 1 1- 2 1- 3 1- 4 1- 5 2- 1 2- 2 2- 3 3- 1 3- 2 4- 1 4- 2 4- 3 4- 4 4- 5 4- 6 4- 7 54 58 56 53 51 54 51 57 56 55 58 565656 51 59 57 Questionnaire of Teachers EVALUATION 182 http://www.i-jim.org Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture 3. Collaborative learning 4. Student activity tracking 5. Feedback collection Detailed approaches to this architecture are discussed and analyzed in detail. A more interactive and user-friendly learning platform has been developed to promote education and encourage its use in all educational institutions. 8 References [1] F. Martin and A. K. Betrus, Digital Media for Learning: Theories, Processes, and Solutions. Springer Nature, 2019. [2] B. H. Khan and V. J. J. o. C. C. Joshi, "E-Learning Who, What and How?," vol. 1, no. 1, pp. 61-74, 2006. [3] H. T. Alrikabi, A. H. M. Alaidi, A. S. Abdalrada, and F. T. J. I. J. o. E. T. i. L. Abed, "Analysis the Efficient Energy Prediction for 5G Wireless Communication Technologies," vol. 14, no. 08, pp. 23-37, 2019. https://doi.org/10.3991/ijet.v14i08.10485 [4] R. Ajjawi and J. J. Q. R. Higgs, "Using Hermeneutic Phenomenology to Investigate How Experienced Practitioners Learn to Communicate Clinical Reasoning," vol. 12, no. 4, pp. 612-638, 2007. [5] H. T. S. ALRikabi, A. H. M. Alaidi, and F. T. Abed, "Attendance System Design And Implementation Based On Radio Frequency Identification (RFID) And Arduino." [6] L. S. Riza, T. Sawiji, N. Nurjanah, H. Haviluddin, E. Budiman, and A. J. I. J. o. E. T. i. L. Rosales-Pérez, "A Labyrinth Game for Blind Children Using Problem Solving Learning Model," vol. 15, no. 02, pp. 58-71, 2020. https://doi.org/10.3991/ijet.v15i02.11375 [7] A. Baby and A. J. C. i. H. B. Kannammal, "Network Path Analysis for developing an enhanced TAM model: a user-centric e-learning perspective," p. 106081, 2019. https://doi. org/10.1016/j.chb.2019.07.024 [8] H. Alrikabi, A. H. Alaidi, and K. J. I. J. o. I. M. T. Nasser, "The Application of Wireless Communication in IOT for Saving Electrical Energy," vol. 14, no. 01, pp. 152-160, 2020. https://doi.org/10.3991/ijim.v14i01.11538 [9] H. F. Khazaal, H. T. Salem, and A. A. T. J. U. o. T.-Q. J. f. E. S. Abbas, "Design and Implementation of Unmanned Autonomous Armed Cart Used for Military Purposes," vol. 9, no. 1, pp. 103-107, 2018. https://doi.org/10.31663/tqujes.9.1.295(2018) [10] P. J. I. J. o. E. T. i. L. Jaiswal, "Integrating Educational Technologies to Augment Learners' Academic Achievements," vol. 15, no. 02, pp. 145-159, 2020. https://doi.org/10. 3991/ijet.v15i02.11809 [11] G. H. Acsai, "Project management of virtual teams: A qualitative inquiry," 2016. [12] T. Brush, J. J. E. t. r. Saye, and development, "Implementation and evaluation of a student- centered learning unit: A case study," vol. 48, no. 3, pp. 79-100, 2000. https://doi.org/10.10 07/bf02319859 [13] G. R. Morrison, S. J. Ross, J. R. Morrison, and H. K. Kalman, Designing effective instruction. John Wiley & Sons, 2019. [14] H. T. S. J. W. J. o. E. S. ALRikabi, "Study the Matching of the Level of Electromagnetic Radiation Emitted by Communication Towers in the Kut City with the International Health organization criterion," vol. 4, no. 1, pp. 101-111, 2016. [15] A. Seth and K. Seth, Understanding Service-Oriented Architecture: Designing Adaptive Business Model for SMEs. BPB Publications, 2020. iJIM ‒ Vol. 14, No. 6, 2020 183 https://doi.org/10.3991/ijet.v14i08.10485 https://doi.org/10.3991/ijet.v15i02.11375 https://doi.org/10.1016/j.chb.2019.07.024 https://doi.org/10.1016/j.chb.2019.07.024 https://doi.org/10.3991/ijim.v14i01.11538 https://doi.org/10.31663/tqujes.9.1.295(2018) https://doi.org/10.3991/ijet.v15i02.11809 https://doi.org/10.3991/ijet.v15i02.11809 https://doi.org/10.1007/bf02319859 https://doi.org/10.1007/bf02319859 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture [16] A. Gill, C. J. I. I. J. o. C. S. Singh, and I. Technologies, "Implementation of NTRU Algorithm for the Security of N-Tier Architecture," vol. 5, no. 6, pp. 7631-7636, 2014. [17] P. G. Altbach, L. Reisberg, and L. E. Rumbley, Trends in global higher education: Tracking an academic revolution. Brill, 2019. [18] Y. Yoshimura, B. Cai, Z. Wang, and C. Ratti, "Deep learning architect: classification for architectural design through the eye of artificial intelligence," in International Conference on Computers in Urban Planning and Urban Management, 2019, pp. 249-265: Springer. https://doi.org/10.1007/978-3-030-19424-6_14 [19] B. Galitsky, "A Content Management System for Chatbots," in Developing Enterprise Chatbots: Springer, 2019, pp. 253-326. https://doi.org/10.1007/978-3-030-04299-8_9 [20] Naseer Ali Hussien, Iman Kadhim Ajlan, Mohamed Fazil Mohamed Firdhous, Haider TH. Salim Alrikabi, "Smart Shopping System with RFID Technology Based on Internet of Things," International Journal of Interactive Mobile Technologies (iJIM), vol. 14, no. 4, pp. 17-29, 2020 . https://doi.org/10.3991/ijim.v14i04.13511 [21] D. Dagger, A. O'Connor, S. Lawless, E. Walsh, and V. P. J. I. i. c. Wade, "Service-oriented e-learning platforms: From monolithic systems to flexible services," vol. 11, no. 3, pp. 28- 35, 2007. https://doi.org/10.1109/mic.2007.70 [22] A. Seridi, L. Dib, and R. J. J. o. E. S. Bourbia, "Modernization of e-learning platforms towards a service-oriented architecture," vol. 15, no. 1, 2019. [23] P. LeBlanc, Microsoft SQL Server 2012 Step by Step: Micr SQL Serv 2012 Step _p1. Pearson Education, 2013. [24] E.-E. A. Durham, A. Rosen, and R. W. Harrison, "Optimization of relational database usage involving Big Data a model architecture for Big Data applications," in 2014 IEEE Symposium on Computational Intelligence and Data Mining (CIDM), 2014, pp. 454-462: IEEE. https://doi.org/10.1109/cidm.2014.7008703 9 Authors Nawar Saad Alseelawi:- He is faculty member college of engineering , electrical engineering department ,university of Misan in Misan city , Amarah ,Misan,Iraq .He received his master in electronics and telecommunication from university of Baghdad ,Iraq .The number of articles in national data base -1 The number of articles in international data base -1 Contact:-+9647705595539. E-mail:nawar.alseelawi@uom.edu.iq Enas Khalid Adnan: -Is working as lecturer at computer system technologies department, Middle Technical university, Iraq. the number of articles in national data base-1. The number of articles in national data base -1. E-mail enaskhalid69@yahoo. com Mr.Hussein Tuama Hazim Al-kinani:- His Major is Master of electronic telecommunication engineering from University of Pune, India.works as lecturer at Department of electrical engineering in university of Misan in Amarah , Misan city Iraq where he thought several courses. His current research interest include wireless communication, artificial intelligent, deep learning, intelligent control systems and internet of things. The number of articles in international data base is 2. Contact: - +9647735717775. E-mail:-hussein.tuama@uomisan.edu.iq 184 http://www.i-jim.org https://doi.org/10.1007/978-3-030-19424-6_14 https://doi.org/10.1007/978-3-030-04299-8_9 https://doi.org/10.3991/ijim.v14i04.13511 https://doi.org/10.1109/mic.2007.70 https://doi.org/10.1109/cidm.2014.7008703 mailto:nawar.alseelawi@uom.edu.iq enaskhalid69@yahoo.com enaskhalid69@yahoo.com hussein.tuama@uomisan.edu.iq%20 Paper—Design and Implementation of an E-learning Platform Using N-Tier Architecture Haider Th. Salim ALRikabi, He is presently one of the faculty college of engineering, electrical engineering department, Wasit University in Al Kut, Wasit, Iraq. He received his B.Sc. degree in Electrical Engineering in 2006 from the Al Mustansiriya University in Baghdad, Iraq. his M.Sc. degree in Electrical Engineering focusing on Communications Systems from California state university/Fullerton, USA in 2014 .His current research interests include Communications systems with mobile generation, Control systems, intelligent technologies, smart cities, and Internet of Things (IoT) .Al Kut city – Hay. ALRabee, Wasit, Iraq. Contact:- +9647732212637 E-mail:- dhiyab@uowasit.edu.iq. The number of articles in national databases – 10. The number of articles in international databases – 10 Khalid Waleed Nasser Master of Electrical Engineering from The Great Saint Petersburg polytechnic university/Russia. Lecturer at Department of Electrical Engineering, College of Engineering, University of Misan. Contact:- 9647702787670. E-mail:- khalid.waleed@uomisan.edu.iq. The number of articles in international databases – 2 Article submitted 2020-02-19. Resubmitted 2020-03-23. Final acceptance 2020-03-23. Final version published as submitted by the authors. iJIM ‒ Vol. 14, No. 6, 2020 185 mailto:dhiyab@uowasit.edu.iq mailto:khalid.waleed@uomisan.edu.iq