Monitoring System for Students During Online Exams

Notice

This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.

Year : 2024 | Volume :11 | Issue : 03 | Page : –
By
vector

Javeed Maniyar,

vector

Nyamatulla Patel,

  1. Student, Department of Master of Computer Application, Secab Institute of Engineering and Technology Vijayapur, Karnataka, India
  2. Associate Professor, Department of Master of Computer Application, Secab Institute of Engineering and Technology Vijayapur, Karnataka, India

Abstract document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_110346’);});Edit Abstract & Keyword

Remote learning has took residence owed to the effect of COVID-19. Despite the detail and many educational institutes were compulsory to close, students were able than complete their degrees using online platforms. Exams, on the additional hand, remain unsolved. It’s been modified to a copy-and-paste assignment form for around, while others have just cancelled them. If our current lifestyle is to become the new standard, there necessity be a remedy. If the test- taker is gazing to the left, right, or up, we’ll be talented to tell if he’s doing copy so to check out a notepad or indicate to someone. Further image processing may be finished using Dribs’ face key point detector and OpenCV. For detecting webcam streams, we used the pre-trained weights of YOLOv3, which was trained on the COCO dataset. In this method we did the authentication of the exam taker during online examination.

Keywords: Monitoring System, Online Exams, Remote Learning, Proctoring technology, YOLOv3 and OpenCV

[This article belongs to Journal of Web Engineering & Technology (jowet)]

How to cite this article:
Javeed Maniyar, Nyamatulla Patel. Monitoring System for Students During Online Exams. Journal of Web Engineering & Technology. 2024; 11(03):-.
How to cite this URL:
Javeed Maniyar, Nyamatulla Patel. Monitoring System for Students During Online Exams. Journal of Web Engineering & Technology. 2024; 11(03):-. Available from: https://journals.stmjournals.com/jowet/article=2024/view=0

Full Text PDF

References
document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_110346’);});Edit

  1. Okofu S, Anazia EK, Akazue M, Ogeh C, Ajenaghughrure IB. The Interplay Between Trust In Human-Like Technologies And Integral Emotions: Google Assistant. Kongzhi yu Juece/Control and Decision, ISSN. 2023:1001-0920.
  2. Sukmandhani AA, Sutedja I. Face recognition method for online exams. In2019 International Conference on Information Management and Technology (ICIMTech) 2019 Aug 19 (Vol. 1, pp. 175-179). IEEE.
  3. VenkateswarLal P, Nitta GR, Prasad A. Ensemble of texture and shape descriptors using support vector machine classification for face recognition. Journal of Ambient Intelligence and Humanized Computing. 2019 Apr:1-8.
  4. Fayyoumi, A. Zarrad, ‗Novel solution based on face recognition to address identity theft and cheating in online examination systems ‘, Adv Internet Things, Vol. 4, No. 3, 2014, pp. 5–12.
  5. Fayyoumi A, Zarrad A. Novel solution based on face recognition to address identity theft and cheating in online examination systems. Advances in Internet of Things. 2014 Apr 28; 4, 5-12.
  6. Navaz AS, Dhevisri T, Mazumder P. Face recognition using principal component analysis and neural networks. March-2013, International Journal of Computer Networking, Wireless and Mobile Communications. Vol. 2013 Mar(3):245-56.
  7. K. Dhaval Sinh V. Solanki, ―A Survey on Face Recognition Techniques, ‖ J. Image Process. Pattern Recognit. Prog., Vol. 4, 2013.
  8. Kranthikiran B, Pulicherla P. Face detection and recognition for use in campus surveillance. International Journal of Innovative Technology and Exploring Engineering. 2020 Jan;9(3):2901-13.
  9. Okpeki U. Application of Artificial Intelligence for Facial Accreditation of Officials and Students for Examinations. FUPRE Journal of Scientific and Industrial Research (FJSIR). 2022 Jul 16;6(3):1-1.
  10. Adzmi M.A, Husin M.B.A, Halim S.N.A.A.H, Arshad I.H and Rosman M.R.M (2019) The usage of Examination Management system (EXAM) to Monitor Examination Activities unpublished Manuscript. 1MS606: Systems Analysis for Information Management, University Teknologi MARA Kelantan Malaysia. Available from : https://ir.uitm.edu.my/id/eprint/95150/
  11. Tubolayefa D, Akazue MI, Okofu SN. Development of an Online Examination Monitoring System using Zoom. International Journal of Computer Applications.;975:8887.
  12. Ihama EI, Akazue MI, Omede E, Ojie D. A Framework for Smart City Model Enabled by Internet of Things (IoT). International Journal of Computer Applications. 2023 May;185(6):1-1.
  13. Ajinaja M. The design and implementation of a computer based testing system using component-based software engineering. IJCST. 2017 Jan;8(1):58-65.

Regular Issue Subscription Review Article
Volume 11
Issue 03
Received 12/09/2024
Accepted 27/09/2024
Published 29/10/2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}