Proceedings of the 7th Mathematics, Science, and Computer Science Education International Seminar, MSCEIS 2019, 12 October 2019, Bandung, West Java, Indonesia

Research Article

Code Comment Assessment Development for Basic Programming Subject using Online Judge

Download467 downloads
  • @INPROCEEDINGS{10.4108/eai.12-10-2019.2296547,
        author={Rosa Ariani Sukamto and Rani  Megasari and Erna  Piantari and M Nabillah Fihira Rischa},
        title={Code Comment Assessment Development for Basic Programming Subject using Online Judge},
        proceedings={Proceedings of the 7th Mathematics, Science, and Computer Science Education International Seminar, MSCEIS 2019, 12 October 2019, Bandung, West Java, Indonesia},
        publisher={EAI},
        proceedings_a={MSCEIS},
        year={2020},
        month={7},
        keywords={code comment comment assessment basic programming subject online judge source code},
        doi={10.4108/eai.12-10-2019.2296547}
    }
    
  • Rosa Ariani Sukamto
    Rani Megasari
    Erna Piantari
    M Nabillah Fihira Rischa
    Year: 2020
    Code Comment Assessment Development for Basic Programming Subject using Online Judge
    MSCEIS
    EAI
    DOI: 10.4108/eai.12-10-2019.2296547
Rosa Ariani Sukamto1,*, Rani Megasari1, Erna Piantari1, M Nabillah Fihira Rischa1
  • 1: Universitas Pendidikan Indonesia, Jl. Setiabudi No. 229 Bandung
*Contact email: rosa.ariani@upi.edu

Abstract

The computer program source code must have good documentation on it to be more understandable by others. One of the documentation is code comments. Therefore, university students need to learn and able to write comments. Some university students are familiar with an online judge as a tool for learning programming. An online judge usually does not check how the source code written instead of the output only. This research is aimed at implementing the code comment assessment module for online judge in the order it can check the comments in the source code which is uploaded by students. The comments on this module are categorized into two parts. There are header and process comments. The comments dataset have taken from the online judge which is used before as a learning tool for basic programming subject.