4 research outputs found

    Avaluació semi-automàtica de problemes de gràfics per computador

    No full text
    La nostra API en Python permet als professors compondre rúbriques de correció basades en anàlisis sintàctics i semàntics sobre els codis tramesos pels estudiants de cursos de gràfics per computador, analitzant les components més importants del Llenguatge de Shading d'OpenGL.Our high-level Python API allows instructors to compose correction rubrics based on a syntactic and semantic analysis of the source code of student submissions to computer graphics problems in computer science courses, analysing the most relevant components of the OpenGL Shading Language

    A Parser-based tool to assist instructors in grading computer graphics assignments

    Get PDF
    Although online e-learning environments are increasingly used in university courses, manual assessment still dominates the way students are graded. Interactive judges providing a pass/fail verdict based on test sets are valuable tools both for learning and assessment, but still rely on human review of the code for output-independent issues such as readability and efficiency. In this paper we present a tool to assist instructors in grading programming exercises in Computer Graphics (CG) courses. In contrast to other grading solutions, assessment is based both on checking the output against test sets, and through a set of instructor-defined rubrics based on syntax analysis of the source code. Our current prototype runs in Python and supports the assessment of shaders written in GLSL language. We tested the tool in a CG course involving more than one hundred Computer Science students per year. Our first experiments show the tool can be useful to support both self-assessment and grading, as well as detecting grading mistakes through anomaly detection techniques based on features extracted from the syntax analysis.This work has been partially funded by the Spanish Ministry of Economy and Competitiveness and FEDER Grant TIN2017-88515-C2-1-R.Peer ReviewedPostprint (published version
    corecore