=Paper=
{{Paper
|id=Vol-2834/Paper11.pdf
|storemode=property
|title=Experience in the Development and Application of an Electronic Learning Resource in the Discipline "Internet Programming" Based on Moodle
|pdfUrl=https://ceur-ws.org/Vol-2834/Paper11.pdf
|volume=Vol-2834
|authors=Tatyana N. Filimonenkova
}}
==Experience in the Development and Application of an Electronic Learning Resource in the Discipline "Internet Programming" Based on Moodle==
https://ceur-ws.org/Vol-2834/Paper11.pdf
125
Experience in the development and application of an
electronic learning resource in the course "Internet
Programming" based on Moodle*
Tatyana N. Filimonenkova1 [0000-0002-7968-9028]
1V.I. Vernadsky Crimean Federal University, Simferopol, Russia
tafil-nik@yandex.ru
Abstract. The article discusses the experience of developing and using the elec-
tronic educational resource "Internet programming" based on the Moodle educa-
tional platform. The concept of “electronic learning resource” is defined, three
sections of the course are described: HTML, CSS, and JavaScript and a brief
description of their contents. The article presents the organizational structure of
the training resource and a list of typical materials for each topic, provides exam-
ples of some training materials.
Keywords: electronic learning resource, Moodle, Internet programming, HTML,
CSS, JavaScript, jQuery.
1 Introduction
Currently, the requirements for the use of electronic information and educational re-
sources are included in the Federal Law of the Russian Federation “On Education in
the Russian Federation” and in the requirements of the Federal State Educational Stand-
ards in all areas of training specialists in higher education.
The concept of "electronic learning resource" includes a wide range of information
resources, presented in various forms and using various technologies for this presenta-
tion [5]. Starting with a text document with guidelines, presentations with lecture notes,
and ending with a training course in the MOOC format (Massive Open Online
Course) – all this can be attributed to electronic training or educational resources and
together constitutes electronic information and educational environment (Electronic In-
formation – Educational Environment – EIEE) [10,7].
The use of EIEE in the educational process can improve the quality of training of
modern specialists, which at present cannot be achieved only by traditional forms,
methods, and teaching aids [2].
The main task of the scientific and methodological training center for distance edu-
cation in the Humanities and Education Science Academy (branch) of V. I. Vernadsky
* Copyright 2021 for this paper by its authors. Use permitted under Creative Commons License
Attribution 4.0 International (CC BY 4.0).
126
Crimean Federal University in Yalta is the introduction of electronic learning resources
into the educational process [7]. The electronic educational environment of the distance
education center is implemented in the Moodle learning management system [9].
Consider the experience of creating and using an electronic learning resource in the
course "Internet programming". The course "Internet programming" is studied by stu-
dents in the direction of preparation 09.03.03 "Applied Informatics" in the third year.
This electronic learning resource is certified by an expert commission and is included
in the register of the electronic educational resources of V. I. Vernadsky Crimean Fed-
eral University. In periodicals, one can often find a description of the experience of
using online courses in various academic courses [3], as well as the principles of the
formation of the content of an educational electronic resource [12].
2 HTML and CSS as basic tools for creating web resources
The course consists of 10 sections corresponding to 10 topics. The introductory part of
the course contains all the formal data following the requirements for such training
resources: metadata of the electronic educational resource, the glossary of the course,
the work program of the course, links to the information support of the course, guide-
lines for organizing independent work.
The course material is divided into three sections (modules), each of which includes
several topics.
The first section is devoted to the basics of Internet programming - the markup lan-
guage for hypertext documents - HTML. This section examines the basic tag construc-
tions that originally existed and defined the layout of a web document: font formatting
tags, paragraph formatting tags, tags for creating and managing hyperlinks on the page,
designed to go to other pages of the site and inside the same page, tags for placing
graphics and creating tables and forms. We study not only tags but also their attributes
using specific examples. The materials in this section also introduce new tags that have
been introduced in the latest version of the markup language - HTML5. This includes
information about semantic tags that define the logical layout of a web page or its struc-
tural elements, such as , ,