-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form2.cs
495 lines (409 loc) · 21.6 KB
/
Form2.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Management_Project
{
public partial class Form2 : Form
{
//global variable for question index.
int index = 0;
List<Thema> DummyThemaList = new List<Thema>();
List<Thema> SelectedThemas = new List<Thema>();
List<string> SelectedChapters = new List<string>();
Random random = new Random();
bool SelectMode;
bool controlledExit = false;
public Form2(bool SelectMode)
{
InitializeComponent();
this.SelectMode = SelectMode;
buttonSelectQuestion.Visible = buttonGenerateWord.Visible = labelOverview.Visible = menuStrip.Visible = SelectMode;
buttonSelectQuestion.Enabled = buttonGenerateWord.Enabled = labelOverview.Enabled = menuStrip.Visible = SelectMode;
buttonEditQuestion.Visible = buttonDeleteQuestion.Visible = !SelectMode;
buttonEditQuestion.Enabled = buttonDeleteQuestion.Enabled = !SelectMode;
this.BackColor = (SelectMode) ? SystemColors.GradientInactiveCaption : SystemColors.Menu;
labelRightAnswer.BackColor = (SelectMode) ? Color.LimeGreen : Color.LightGreen;
this.Text = (SelectMode) ? "Τράπεζα Θεμάτων - Παραγωγή Αρχείου Word - Χειροκίνητη Επιλογή Θεμάτων" : "Τράπεζα Θεμάτων - Προβολή Θεμάτων";
}
private void Form2_Load(object sender, EventArgs e)
{
DummyThemaList.AddRange(Thema.AllQuestions);
toolStripComboBoxSorting.SelectedIndex = 0;
for (int i = 2; i <= Thema.mostAnswers; i++)
ToolStripComboBoxMaxAnswers.Items.Add(i.ToString());
ToolStripComboBoxMaxAnswers.SelectedIndex = ToolStripComboBoxMaxAnswers.Items.Count - 1;
updateQuestions();
updateButtons();
updateLabels();
}
private void Form2_FormClosed(object sender, FormClosedEventArgs e)
{
if (controlledExit)
return;
Thema.SaveQuestions();
new Form1().Show();
}
private void AnyButtonClicked(object sender, EventArgs e)
{
Button buttonClicked = (Button)sender;
switch (buttonClicked.Name)
{
case "buttonExit":
controlledExit = true;
if (SelectMode)
{
new Form1().Show();
Close();
return;
}
Thema.SaveQuestions();
new Form1().Show();
Close();
break;
case "buttonPrev":
index = (index == 0) ? DummyThemaList.Count - 1 : index - 1;
updateButtons();
updateQuestions();
break;
case "buttonNext":
index = (index == DummyThemaList.Count - 1) ? 0 : index + 1;
updateButtons();
updateQuestions();
break;
case "buttonEditQuestion":
new FormAddQuestion(DummyThemaList[index].Question, index, DummyThemaList[index].Difficulty, DummyThemaList[index].RightAnswerIndex, DummyThemaList[index].Chapter, DummyThemaList[index].Answers.ToArray()).Show();
controlledExit = true;
Thema.SaveQuestions();
Close();
break;
case "buttonDeleteQuestion":
if (MessageBox.Show("Αν διαγραφεί το θέμα από την τράπεζα, δεν υπάρχει τρόπος επαναφοράς. Έχετε σιγουρευτεί για αυτήν την ενέργεια;", "Διαγραφή Θέματος", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.No)
return;
Thema.AllQuestions.RemoveAt(index);
index = (index == 0) ? Thema.AllQuestions.Count - 1 : index - 1;
DummyThemaList.Clear();
DummyThemaList.AddRange(Thema.AllQuestions);
updateButtons();
updateQuestions();
break;
case "buttonSelectQuestion":
if (!SelectedThemas.Contains(DummyThemaList[index]))
{
SelectedThemas.Add(DummyThemaList[index]);
if (!SelectedChapters.Contains(DummyThemaList[index].Chapter))
SelectedChapters.Add(DummyThemaList[index].Chapter);
}
else
{
SelectedThemas.Remove(DummyThemaList[index]);
if (SelectedChapters.Contains(DummyThemaList[index].Chapter))
SelectedChapters.Remove(DummyThemaList[index].Chapter);
}
updateLabels();
updateButtons();
break;
case "buttonGenerateWord":
if (saveFileDialog.ShowDialog() == DialogResult.Cancel)
return;
richTextBoxToWord.Text = "";
foreach (Thema th in SelectedThemas)
{
//Αν οι απαντήσεις που πρόκειται να μπουν είναι μεγαλύτερες σε πλήθος από τις μέγιστες επιτρεπόμενες
if (th.Answers.Count > int.Parse(ToolStripComboBoxMaxAnswers.SelectedItem.ToString()))
{
//αν πρέπει να έχουμε ανακτεμμένες απαντήσεις
if (ToolStripMenuItemRandomizedAnswers.Checked)
{
//κράτα την σωστή απάντηση και μετά κόψε μερικά στοιχεία από τη λίστα
string rightAnswer = th.Answers[th.RightAnswerIndex];
th.Answers = RandomSelectionFromList(th.Answers, int.Parse(ToolStripComboBoxMaxAnswers.SelectedItem.ToString()));
//αν δεν βρεις την σωστή απάντηση μέσα στη λίστα, βάλ' την
if (!th.Answers.Contains(rightAnswer))
th.Answers[random.Next(th.Answers.Count)] = rightAnswer;
}
//αν δεν πρέπει να 'χουμε ανακατεμμένες απαντήσεις
else
{
//κράτα την σωστή απάντηση και μετά κόψε τις υπόλοιπες
string rightAnswer = th.Answers[th.RightAnswerIndex];
int count = th.Answers.Count - int.Parse(ToolStripComboBoxMaxAnswers.SelectedItem.ToString());
for (int AA = 0; AA < count; AA++)
th.Answers.RemoveAt(th.Answers.Count - 1);
//αν η απάντηση βρισκόταν σε μεγαλύτερη θέση από τις απαντήσεις που κόψαμε, τη βάζουμε ως τελευταία.
th.Answers[th.Answers.Count - 1] = (th.RightAnswerIndex + 1 > int.Parse(ToolStripComboBoxMaxAnswers.SelectedItem.ToString())) ? rightAnswer : th.Answers[th.Answers.Count - 1];
}
}
//αλλιώς ανάκατεψε τις απαντήσεις αν πρέπει. Αν δεν πρέπει, σημαίνει ότι τις αφήνουμε όπως είναι.
else if (ToolStripMenuItemRandomizedAnswers.Checked)
th.Answers = RandomSelectionFromList(th.Answers, th.Answers.Count);
}
switch (toolStripComboBoxSorting.SelectedIndex)
{
//στην περίπτωση που ο χρήστης έχει επιλέξει κανονική κατάταξη, δεν κάνουμε τίποτα. Τα θέματα είναι ήδη ανά κεφάλαιο
case 0:
SelectedThemas = SelectedThemas.OrderBy(th => Thema.QuestionsByChapter).ToList();
break;
//χρησιμοποιούμε Linq για την ταξινόμηση ανά attribute ερώτησης
case 1:
SelectedThemas = SelectedThemas.OrderBy(th => th.Difficulty).ToList();
break;
//χρησιμοποιούμε Linq για την ταξινόμηση ανά attribute κεφαλαίου
case 2:
SelectedThemas = SelectedThemas.OrderBy(th => th.Question).ToList();
break;
case 3:
SelectedThemas = SelectedThemas.OrderBy(th => th.Chapter).ToList();
break;
//χρησιμοποιούμε Linq για την ταξινόμηση ανά attribute δυσκολίας
case 4:
break;
//χρησιμοποιούμε την φτιαχτή RandomSelectionFromList για να παραχθεί μία τυχαία λίστα.
case 5:
SelectedThemas = RandomSelectionFromList(SelectedThemas, SelectedThemas.Count);
break;
}
if (ToolStripMenuItemReverse.Checked)
SelectedThemas.Reverse();
//ύστερα παράγουμε το αρχείο μέσω του richtextbox
int i = 0;
foreach (Thema th in SelectedThemas)
{
string Question = (i + 1).ToString() + ") " + th.Question + Environment.NewLine;
int length = richTextBoxToWord.Text.Length;
richTextBoxToWord.AppendText(Question);
int j = 0;
string stringGreekNumerals = "α,β,γ,δ,ε,στ,ζ,η,θ,ι,ια,ιβ,ιγ,ιδ,ιε,ιστ,ιζ,ιη,ιθ,κ,κα,κβ,κγ,κδ,κε,κστ,κζ,κη,κθ";
string[] GreekNumerals = stringGreekNumerals.Split(',');
foreach (string answer in th.Answers)
{
richTextBoxToWord.AppendText(GreekNumerals[j] + ". " + answer + Environment.NewLine);
j++;
}
richTextBoxToWord.AppendText(Environment.NewLine);
richTextBoxToWord.Select(length, Question.Length - 1);
richTextBoxToWord.SelectionFont = new Font(richTextBoxToWord.Font, FontStyle.Bold);
i++;
}
richTextBoxToWord.SaveFile(saveFileDialog.FileName);
DummyThemaList.Clear();
Thema.AcquireQuestions();
DummyThemaList.AddRange(Thema.AllQuestions);
for (i = 0; i < SelectedThemas.Count; i++)
for (int j = 0; j < DummyThemaList.Count; j++)
if (SelectedThemas[i].Question.Equals(DummyThemaList[j].Question))
SelectedThemas[i] = DummyThemaList[j];
break;
}
}
private void AnyToolStripItemClickedOrChanged(object sender, EventArgs e)
{
ToolStripMenuItem pressed = (ToolStripMenuItem)sender;
int previous_index;
switch (pressed.Name)
{
case "ToolStripMenuItemSelectAllThemas":
if (MessageBox.Show("Είστε σίγουρος ότι θέλετε να επιλέξετε όλα τα θέματα όλων των κεφαλαίων;", "Επιλογή Πάντων", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.No)
return;
previous_index = index;
while (index != 0)
buttonPrev.PerformClick();
for (int i = 0; i < DummyThemaList.Count; i++)
{
if (buttonSelectQuestion.Text.Equals("Επιλογή Θέματος"))
buttonSelectQuestion.PerformClick();
buttonNext.PerformClick();
}
while (index != previous_index)
buttonPrev.PerformClick();
break;
case "ToolStripMenuItemClearSelections":
if (MessageBox.Show("Είστε σίγουρος ότι θέλετε να γίνει εκκαθάριση των επιλογών σας;", "Εκκαθάριση Επιλογών", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.No)
return;
previous_index = index;
while (index != 0)
buttonPrev.PerformClick();
for (int i = 0; i < DummyThemaList.Count; i++)
{
if (buttonSelectQuestion.Text.Equals("Απόρριψη Θέματος"))
buttonSelectQuestion.PerformClick();
buttonNext.PerformClick();
}
while (index != previous_index)
buttonPrev.PerformClick();
break;
case "ToolStripMenuItemSelectFont":
if (fontDialog.ShowDialog() == DialogResult.Cancel)
return;
richTextBoxToWord.Font = fontDialog.Font;
break;
}
}
//μία συνάρτηση τυχαίας επιλογής
private List<T> RandomSelectionFromList<T>(List<T> list, int times)
{
//πρώτα ανακατεύουμε τη λίστα
for (int i = 1; i < list.Count; i++)
{
int rand = random.Next(0, 2);
if (rand == 0)
{
T temp = list[i];
list[i] = list[0];
list[0] = temp;
}
}
if (times > list.Count)
return list;
//ύστερα κόβουμε στοιχεία, ώστε να έχει ακριβώς όσα μας είπε ο χρήστης.
int itemsToRemove = list.Count - times;
for (int i = 0; i < itemsToRemove; i++)
list.RemoveAt(0);
return list;
}
//to update the questions, I set all the labels to be the corresponding properties
private void updateQuestions()
{
//but if there are no questions available, nothing happens.
if (DummyThemaList.Count == 0)
{
labelQuestion.Text = "Η τράπεζα θεμάτων είναι άδεια.";
labelChapter.Text = "Πηγαίνετε στο κύριο μενου, πατήστε \"Προσθήκη Θέματος\" κι όταν φτιάξετε το θέμα σας, θα το βρείτε εδώ!";
labelRightAnswer.Text = labelDifficulty.Text = labelAnswers.Text = "";
return;
}
Thema th = DummyThemaList[index];
labelQuestion.Text = (index + 1).ToString() + ") " + th.Question;
string stringGreekNumerals = "α,β,γ,δ,ε,στ,ζ,η,θ,ι,ια,ιβ,ιγ,ιδ,ιε,ιστ,ιζ,ιη,ιθ,κ,κα,κβ,κγ,κδ,κε,κστ,κζ,κη,κθ";
string[] GreekNumerals = stringGreekNumerals.Split(',');
int j = 0;
StringBuilder sb = new StringBuilder();
for (int i = 0; i < th.Answers.Count; i++)
{
sb.Append(GreekNumerals[j] + ") ");
sb.Append(th.Answers[i]);
sb.Append(Environment.NewLine);
if (j > 27)
j = 0;
else
j++;
}
labelAnswers.Text = sb.ToString();
labelRightAnswer.Text = GreekNumerals[th.RightAnswerIndex] + ") " + th.Answers[th.RightAnswerIndex]; //αυτό σημαίνει "η σωστή απάντηση" λμαο.
labelAnswers.Location = new Point((Width / 2 - labelAnswers.Width / 2), labelAnswers.Location.Y);
labelRightAnswer.Location = new Point((Width / 2 - labelAnswers.Width / 2), labelRightAnswer.Location.Y);
labelChapter.Text = "Κεφάλαιο: " + th.Chapter;
switch (th.Difficulty)
{
case 1:
labelDifficulty.Text = "Βαθμός δυσκολίας: Εύκολος";
break;
case 2:
labelDifficulty.Text = "Βαθμός δυσκολίας: Μέτριος";
break;
case 3:
labelDifficulty.Text = "Βαθμός δυσκολίας: Δύσκολος";
break;
}
CheckLabelSize();
}
private void updateButtons()
{
if (DummyThemaList.Count == 0)
{
buttonPrev.Enabled = buttonNext.Enabled = buttonEditQuestion.Enabled = buttonDeleteQuestion.Enabled = false;
buttonDeleteQuestion.BackColor = Color.DarkGray;
buttonDeleteQuestion.ForeColor = Color.Black;
}
else if (DummyThemaList.Count == 1)
{
buttonPrev.Enabled = buttonNext.Enabled = false;
buttonEditQuestion.Enabled = buttonDeleteQuestion.Enabled = true;
buttonDeleteQuestion.BackColor = Color.DarkRed;
buttonDeleteQuestion.ForeColor = Color.White;
}
else
{
buttonPrev.Enabled = buttonNext.Enabled = buttonEditQuestion.Enabled = buttonDeleteQuestion.Enabled = true;
buttonDeleteQuestion.BackColor = Color.DarkRed;
buttonDeleteQuestion.ForeColor = Color.White;
}
if (!SelectMode)
return;
if (SelectedThemas.Contains(DummyThemaList[index]))
{
buttonSelectQuestion.BackColor = Color.Red;
buttonSelectQuestion.Text = "Απόρριψη Θέματος";
labelQuestion.ForeColor = Color.Green;
}
else
{
buttonSelectQuestion.BackColor = Color.Green;
buttonSelectQuestion.Text = "Επιλογή Θέματος";
labelQuestion.ForeColor = Color.Black;
}
if (SelectedThemas.Count > 0)
{
buttonGenerateWord.Enabled = true;
buttonGenerateWord.BackColor = Color.RoyalBlue;
buttonGenerateWord.ForeColor = Color.White;
}
else
{
buttonGenerateWord.Enabled = false;
buttonGenerateWord.BackColor = Color.DarkGray;
buttonGenerateWord.ForeColor = Color.White;
}
}
private void updateLabels()
{
switch (SelectedThemas.Count)
{
default:
labelOverview.Text = "Θα παραχθούν συνολικά " + SelectedThemas.Count.ToString() + " ερωτήσεις από ";
labelOverview.Text += (SelectedChapters.Count == 1) ? "ένα κεφάλαιο" : SelectedChapters.Count.ToString() + " κεφάλαια.";
break;
case 0:
labelOverview.Text = "Δεν θα παραχθεί καμμία ερώτηση.";
break;
case 1:
labelOverview.Text = "Θα παραχθεί μία ερώτηση από ένα κεφάλαιο.";
break;
}
float percentage = (float)SelectedThemas.Count * 100 / (float)Thema.AllQuestions.Count;
labelOverview.Text += " (" + percentage.ToString() + "%)";
}
private void Form2_Resize(object sender, EventArgs e)
{
CheckLabelSize();
}
private void CheckLabelSize()
{
Font f;
f = new Font("Arial", 16f);
labelQuestion.Font = f;
float analogy = (float)labelQuestion.Size.Width / (float)this.Width;
if (analogy > 1.6)
{
f = new Font("Arial", 8f);
labelQuestion.Font = f;
}
else if (analogy > 1.2)
{
f = new Font("Arial", 10f);
labelQuestion.Font = f;
}
else if (analogy > 0.9)
{
f = new Font("Arial", 13f);
labelQuestion.Font = f;
}
}
}
}