Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. A tanszéken évek óta működik egy Cportára keresztelt automatikus feladatkiértékelő és ellenőrző rendszer.
  2. A hallgatók az oldal használatával önállóan gyakorolhatnak programozási feladatokat, illetve a beküldött megoldások eredményéről szinte azonnal értesülnek.
  3. A portál szintén kezeli a tárgyakkal kapcsolatos adminisztratív teendőket.
  4.  
  5. A rendszer az évek során karbantarthatatlanná vált, illetve új igények merültek fel.
  6. Ezen miatt okok megkezdődött a rendszer architektúrájának újratervezése, illetve az egyes komponensnek újraimplementálása.
  7.  
  8. A dolgozatomban bemutatom az eredeti rendszert tulajdonságait, illetve rávilágítók a hibáira, majd ismertetem az új rendszer jelenlegi állapotát.
  9. Ezután specifikálom a portállal szemben támasztott követelményeket, ismertetem a felhasznált eszközöket, majd megtervezem a feladatkiértékelő komponens. Végül a specifikált követelmények alapján, az ismertetett eszközök segítségével implementálom a megvalósítandó komponenseket.
  10.  
  11.  
  12.  
  13. An automatic assignment evaluation system called Cporta has been running at our department for years.
  14. Using this website the students can practice programming challenges at home invidiually and
  15. get result of their submitted solution almost immediately.
  16. The portal also handles the administrative needs of certain courses.
  17.  
  18. Over the years the years the system becaume unmaintainable and new needs have came up.
  19. Because of these reasons the redesign of the system architecture and the reimplementaion of certain components have started.
  20.  
  21.  
  22. In this paper I present the features of the old system while highlighting its flaws, then I review the current state of the new system.
  23. After this is specify the requirements ..., introduce the used tools and then design the automatic evaluation compoent.
  24. Finally I implement the missing components based on the specified requirements with the help of the introduced tools.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement