Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "A Online Judge/Assignment Grading System for IDE4EDU"

(Timeline)
(Timeline)
Line 34: Line 34:
 
  | Phase 2 || Leveraging Server Support  || 30th July || In Progress
 
  | Phase 2 || Leveraging Server Support  || 30th July || In Progress
 
  |- style="background:#ccffff;"  
 
  |- style="background:#ccffff;"  
  | Phase 2 || Bug Fixing and Testing Phase 2  || 5th July || Pending
+
  | Phase 2 || Bug Fixing and Testing Phase 2  || 5th August || Pending
 
  |- style="background:#ccffff;"  
 
  |- style="background:#ccffff;"  
  | Phase 2 || Documentation  || 10th July || Done
+
  | Phase 2 || Documentation  || 10th August || Done
 
  |}
 
  |}
  

Revision as of 01:39, 31 July 2009

About

  • Project Title: Online Judge/Assignment Grading System for IDE4EDU
  • Mentor: Wayne Beaton
  • Student: Souvik Roy

Abstract

The primary motive of IDE4EDU is streamlining the existing Eclipse IDE, to make it easier for the first time users and students to understand. Students in colleges primarily use eclipse to do assignments. This project will add an "Assignment Workflow Mechanism" to the JavaLite environment. Students can download assignments uploaded by their professors, finish it and send it back to their professors for grading. All these are done from the Eclipse workspace itself, the professor and students being connected to a network. This is the basic goal of the project. Also other improvements will be added to this basic mechanism. There already has been a lot of talk regarding a separate reference tab, reported under the Bug #250659. The Bug fix would enable an easy access to the details of the assignment right from the workspace. This environment would be simply perfect for students in University, in any year. Scope for other improvements are listed in the later sections.

Timeline

Phase Plans Deadline Status
Phase 1 Design of the Basic Architecture and Assignment structure 25th May,2009 Done
Phase 1 Implementing Basic Wizards for Creation of New assignments 2nd June,2009 Done
Phase 1 Basic Authentication with Moodle server 10th June, 2009 Done
Phase 1 Implementation of Professor's Interface 15th June, 2009 Done
Phase 1 Implementation of Student's Interface 20th June, 2009 Done
Phase 1 Implementation of Testing Feature with Junit Test cases 23rd June,2009 Pending
Phase 2 Adding a separate Reference Tab to view assignment details and notes 1st July, 2009 Done
Phase 2 Assignment Editor 5th July, 2009 Done
Phase 2 Adding Rich Text Support to the editor 15th July Done
Phase 2 Bug Fixing phase1 20th July Done
Phase 2 Leveraging Server Support 30th July In Progress
Phase 2 Bug Fixing and Testing Phase 2 5th August Pending
Phase 2 Documentation 10th August Done

Updates

  • Update: Initial code has been committed. Check out the sources at the SVN Repo @ [[1]]
  • Update: Assignment Editor has been created, and source and the initial binaries of the project uploaded.

Future Improvements

  • Adding a chat environment to chat with the professor for help
  • Online Library Support

Back to the top