LivE Coding Assessment

AI-assisted coding assessment and evaluation platform.

Student Login
The College of Maasin • BSIT

OOP & EDP Coding Assessment

LivE Coding Assessment is an academic assessment platform designed exclusively for The College of Maasin Bachelor of Science in Information Technology students, particularly students in the second and third year levels.

The platform supports programming assessments for Object-Oriented Programming (OOP) and Event-Driven Programming (EDP) classes, focusing on Modern JavaScript and Python programming languages.

Students can complete programming assessments and view their results, while instructors can manage examinations, evaluate submissions, and monitor assessment performance.

oop-assessment.js
01class Student {
02constructor(name) {
03this.name = name;
04}
05}
Object-Oriented Programming
edp-assessment.py
01def handle_click():
02print("Button clicked!")
03button.bind("<Button-1>", handle_click)
Event-Driven Programming • Python

Assessment Overview

Current assessment statistics for participating BSIT sections.

Active Sections

11

BSIT second and third year sections

Registered Students

454

Students participating in the assessment

About the Assessment

LivE is intended for academic use within The College of Maasin Bachelor of Science in Information Technology program. It provides a centralized environment for programming assessments in Object-Oriented Programming and Event-Driven Programming using Modern JavaScript and Python.

Student assessment results are private and can only be accessed through the appropriate student or instructor account.