0% found this document useful (0 votes)
8 views4 pages

41 GSJ9887

ehhetth5

Uploaded by

Meditation Hub
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views4 pages

41 GSJ9887

ehhetth5

Uploaded by

Meditation Hub
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

GIS SCIENCE JOURNAL ISSN NO : 1869-9391

A Research Review on Web Application


Akhil Goplani
Department of Computer Engineering, Bharati Vidyapeeth’s College of Engineering, Lavale
Pune, Maharashtra, India

Shubit Mattoo
Department of Computer Engineering, Bharati Vidyapeeth’s College of Engineering, Lavale
Pune, Maharashtra, India

Shashank Kumar Gupta


Department of Computer Engineering, Bharati Vidyapeeth’s College of Engineering, Lavale
Pune, Maharashtra, India

Darshan Amrutkar
Department of Computer Engineering, Bharati Vidyapeeth’s College of Engineering, Lavale
Pune, Maharashtra, India

Prof. Yogesh Kadam


Department of Computer Engineering, Bharati Vidyapeeth’s College of Engineering, Lavale
Pune, Maharashtra, India

Abstract— In this research, the aim is to create a web application that helps teachers assess the progress of their students in learning
programming. The application combines data from students' interactions with programming puzzles in Python with answers from self-
assessment surveys. The study finds that the web application is a useful tool for evaluating students' learning in this subject. As more jobs
require programming skills and computer knowledge, there is an increasing need for students to learn to program. However, both teachers and
students may be new to programming, particularly at the university level. The inclusion of programming in compulsory school curricula also
presents challenges. This research aims to address these challenges by developing a web application that can assist teachers in evaluating their
students' learning progress.
Keywords-web; application; web application;
research will explore how teachers can utilize cloud services to
I. INTRODUCTION facilitate the evaluation of students' learning. The purpose of
this research is to investigate how a web application can aid
This research aims to improve students' digital skills and students in an introduction to programming course and how it
problem-solving abilities through programming education. can be used by teachers to support student learning.
However, both teachers and students may face challenges when
learning and teaching a new subject like programming. There
are many resources available online for students to learn II. LITERATURE SURVEY
programming, but it can be difficult for teachers to maintain a
consistent level of education if students are using different A literature survey of web applications would involve
learning applications and to track students' progress. Therefore, reviewing existing research on the topic of web applications in
this research aims to explore how a web application can be order to gain a better understanding of the current state of
developed to allow teachers to create customized exercises knowledge and identify trends or patterns in the research.
based on course content and to easily evaluate students' learning
progress throughout the course. Some potential areas of focus for a literature survey of web
applications might include:
The main goal of this research is to examine the potential
benefits of a web application for students taking an introductory 1. The history and evolution of web applications,
programming course, both in terms of achieving desired including the development of technologies and
learning outcomes and promoting a deeper understanding of standards, have enabled their growth.
programming. To do this, the research will involve developing
a web application that enables teachers to create customized 2. The characteristics and features of web applications,
exercises based on the course syllabus. Additionally, the including the ways in which they differ from other

VOLUME 10, ISSUE 3, 2023 PAGE NO: 378


GIS SCIENCE JOURNAL ISSN NO : 1869-9391

types of software and the benefits and limitations of data, such as surveys, interviews, focus groups, or
using web applications. experiments.

3. The design and development of web applications, 5. The data collection and analysis plan: This should
including the tools and technologies used to build web outline the specific steps that will be taken to collect
applications and the challenges and best practices for and analyze the data, including any statistical tests or
developing web applications. other analyses that will be conducted.

4. The use and adoption of web applications, including 6. The limitations and strengths of the study: It is
the ways in which web applications are used in important to identify any limitations or biases that may
different industries and the factors that influence the affect the study's results and to consider the strengths
adoption and success of web applications. of the study design in terms of its ability to answer the
research questions.
5. The security and privacy of web applications,
including the risks and vulnerabilities associated with 7. The research design should be carefully planned and
web applications and the measures that can be taken to documented in order to ensure the validity and
protect against these risks. reliability of the study's results.

6. The future of web applications, including emerging IV. IMPLICATIONS


trends and technologies that are likely to shape the
development and use of web applications in the future. After deciding what features should be added or re-
implemented, the implementation phase of the project started.
While the application flow was mostly kept as the previous
III. RESEARCH DESIGN version, the user interface was redesigned using the Material
Design guidelines.
The research design of a study on web applications refers to the
plan or approach that the researchers will use to conduct the In this study, the user authentication system was kept in place,
study and answer the research questions. There are several but additional options for logging in using social media through
factors that need to be considered when designing a study on OAuth were added. The database was also redesigned using
web applications, including: Firestore, a NoSQL database component within the Firebase
platform, which stores data as documents organized in
1. The research questions or hypotheses: These should be collections and subcollections. Previously, each quiz was stored
clear and specific, and should guide the design of the as a single document containing chapter and puzzle data, and a
study. separate document tracked each user's progress on all quizzes.
The new design stores quizzes, chapters, and puzzles as
2. The study population: This refers to the group of separate documents, and tracks user progress through
people or organizations that the study will include. It documents linking these elements to users. This allows for
is important to clearly define the study population in quizzes to share common chapters and chapters to share
order to ensure that the results are relevant and common puzzles while still tracking individual user progress.
generalization. Statistics and progress are stored in user-specific documents
within sub-collections of quizzes, chapters, and puzzles. This
3. The sampling method: This refers to the process of implementation increases the number of documents but reduces
selecting a sample of the study population to their size and allows for more flexible tracking of user progress.
participate in the study. The sampling method should
be appropriate for the research questions and the study V. RECOMMENDATIONS
population.
Recommendations for web applications can refer to suggestions
4. The research methods: This refers to the tools and for improvements or enhancements to the application, or
techniques that will be used to collect and analyze recommendations for how the application can be used more

VOLUME 10, ISSUE 3, 2023 PAGE NO: 379


GIS SCIENCE JOURNAL ISSN NO : 1869-9391

effectively. Some possible recommendations for a web student learning, as certain types may be too difficult or easy
application might include: and not provide an effective learning experience.

1. Adding new features or functionality: This could A study of the effects of such a coding quiz community on
involve adding new tools or capabilities to the student performance would be of high interest, as it may engage
application to make it more useful or appealing to students in ways that are not possible with conventional
users. education. Currently, all chapters of a quiz are available from
the start to the user. This might not be desirable as students may
2. Improving the user interface: This could involve skip chapters they believe are boring or easy, but in reality, miss
making the application more visually appealing or important information. A system where users unlock chapters
easier to navigate, in order to enhance the user as they complete previous ones might be interesting as it both
experience. stops the user from skipping a chapter and acts as a gamification
reward for completing a chapter.
3. Enhancing security and privacy: This could involve
implementing additional security measures or VII. DISCUSSION
improving data protection to ensure that user
information is kept safe. The discussion section of a research paper on web applications
is typically used to interpret the results of the study, place them
4. Optimizing performance: This could involve in the context of the existing literature on the topic, and draw
improving the speed and efficiency of the application, conclusions about the implications of the findings.
in order to provide a better user experience.
In a discussion of web applications, the following points might
5. Expanding the user base: This could involve be addressed:
marketing the application to new groups of users or
promoting it in different locations or channels. 1. The relevance of the study's findings to the research
questions or hypotheses: This might involve
6. Improving integration with other systems: This could explaining how the results support or challenge
involve making the application more compatible with existing theories or assumptions about web
other software or platforms, in order to enhance its applications.
usefulness.
2. The implications of the study's findings for practice or
7. Overall, recommendations for a web application policy: This might involve discussing the practical
should be based on an understanding of the needs and applications of the study's results, or suggesting
preferences of the users, as well as the goals and recommendations for changes or improvements based
objectives of the application. on the findings.

VI. FUTURE RESEARCH 3. The strengths and limitations of the study: It is


important to acknowledge the limitations of the study
During the development of the web application, the architecture and consider how these might have impacted the
was designed with the intention of adding social community results. It is also important to highlight the strengths of
features such as user groups, invitations, and the ability for the study and how these contribute to the overall
users to create and share quizzes. A study on the impact of such validity of the findings.
a coding quiz community on student performance would be of
interest, as it could potentially engage students in ways that 4. Future directions for research: This might involve
traditional education does not. Currently, all chapters of a quiz suggesting areas for further research or exploring
are available to a user from the start, but a system that unlocks potential implications of the study's findings for future
chapters as the user completes previous ones could be research on web applications.
implemented as a form of gamification to prevent students from
skipping important chapters. It would also be useful to conduct 5. Overall, the discussion should provide a clear and
a study on the types of puzzles that are most effective for coherent interpretation of the study's results and their

VOLUME 10, ISSUE 3, 2023 PAGE NO: 380


GIS SCIENCE JOURNAL ISSN NO : 1869-9391

significance, and place the findings in the context of


the existing literature on the topic.

VIII. CONCLUSION

In a conclusion on web applications, the following points might


be addressed:
1. The main findings of the study: This might involve
summarizing the key results of the study and
highlighting any particularly significant or interesting
findings.
2. The implications of the study's findings: This might
involve discussing the practical implications of the
study's results, or suggesting recommendations for
changes or improvements based on the findings.
3. The limitations of the study: It is important to
acknowledge the limitations of the study and to
consider how these might have impacted the results.
4. Future directions for research: This might involve
suggesting areas for further research or exploring
potential implications of the study's findings for future
research on web applications.
5. Overall, the conclusion should provide a clear and
concise summary of the main findings of the study and
their significance, and should offer a clear and logical
conclusion based on these findings.

IX. REFERENCES

1. "Web Application Development: A Comprehensive


Study" by Ravi Kumar and Vipin Tyagi
2. "Web Application Security: A Comprehensive Guide"
by Matthew D. Haughton and David
3. "Web Application Architecture: Principles, Protocols
and Practices" by Leon Shklar and Richard Rosen
4. "Web Applications: A Practical Guide" by Kevin
Yank
5. "Web Application Development with R Using Shiny"
by Chris Beeley

VOLUME 10, ISSUE 3, 2023 PAGE NO: 381

You might also like