Εννοιολογικός χάρτης – ΠΑΡΟΝΤΙΚΟΙ ΚΑΙ ΠΑΡΕΛΘΟΝΤΙΚΟΙ ΧΡΟΝΟΙ

Συμπληρώνουμε τον εννοιολογικό χάρτη, γράφοντας τους χρόνους στο σωστό σημείο
(παρακείμενος, αόριστος, ενεστώτας, παρατατικός, υπερσυντέλικος).
Στη συνέχεια, γράφουμε όποιο ρήμα θέλουμε ως παράδειγμα.


flowchart TD; A(ΧΡΟΝΟΙ ΡΗΜΑΤΩΝ) A==> B1(ΠΑΡΟΝΤΙΚΟΙ) A==> B2(ΠΑΡΕΛΘΟΝΤΙΚΟΙ) B1---C1[_________] B1---C2[_________] C1---D1[_________] C2---D2[_________] B2---C3[_________] B2---C4[_________] B2---C5[_________] C3---D3[_________] C4---D4[_________] C5---D5[_________] style A color:#fff,fill:#6600ff,stroke:#333,stroke-width:0px,font-size:9pt; style B1 color:#fff,fill:#0066ff,stroke-width:2px; style B2 color:#fff,fill:#66cc33,stroke-width:2px; click C1 "javascript:editNode(config, 3)" click C2 "javascript:editNode(config, 4)" click C3 "javascript:editNode(config, 7)" click C4 "javascript:editNode(config, 8)" click C5 "javascript:editNode(config, 9)" click D1 "javascript:editNode(config, 5)" click D2 "javascript:editNode(config, 6)" click D3 "javascript:editNode(config, 10)" click D4 "javascript:editNode(config, 11)" click D5 "javascript:editNode(config, 12)" style C1 color:#000,fill:#4d94ff,stroke-width:2px; style C2 color:#000,fill:#4d94ff,stroke-width:2px; style C3 color:#000,fill:#00cc00,stroke-width:2px; style C4 color:#000,fill:#00cc00,stroke-width:2px; style C5 color:#000,fill:#00cc00,stroke-width:2px; style D1 color:#000,fill:#75cdf0,stroke-width:2px; style D2 color:#000,fill:#75cdf0,stroke-width:2px; style D3 color:#000,fill:#99ff33,stroke-width:2px; style D4 color:#000,fill:#99ff33,stroke-width:2px; style D5 color:#000,fill:#99ff33,stroke-width:2px;