From 109b9ca4a6878b9ed265ab6eec413883415d9e8d Mon Sep 17 00:00:00 2001 From: www-data Date: Thu, 11 Dec 2014 13:59:39 +0100 Subject: [PATCH] New exercises. --- public_html/esercizi/demorgan.xml | 4 +-- public_html/esercizi/demorgan2.xml | 4 +-- public_html/esercizi/demorgan3.xml | 27 +++++++++++++++++++ public_html/esercizi/demorgan4.xml | 27 +++++++++++++++++++ public_html/esercizi/em.xml | 17 ++++++++++++ public_html/esercizi/ex1-1.xml | 21 +++++++++++++++ public_html/esercizi/ex1-2.xml | 21 +++++++++++++++ public_html/esercizi/ex1-3.xml | 27 +++++++++++++++++++ public_html/esercizi/ex1-4.xml | 27 +++++++++++++++++++ public_html/esercizi/ex1-5.xml | 27 +++++++++++++++++++ public_html/esercizi/ex1-6.xml | 21 +++++++++++++++ public_html/esercizi/ex1-7.xml | 43 ++++++++++++++++++++++++++++++ server/com/company/esercizi.xml | 12 +++++++-- 13 files changed, 272 insertions(+), 6 deletions(-) create mode 100644 public_html/esercizi/demorgan3.xml create mode 100644 public_html/esercizi/demorgan4.xml create mode 100644 public_html/esercizi/em.xml create mode 100644 public_html/esercizi/ex1-1.xml create mode 100644 public_html/esercizi/ex1-2.xml create mode 100644 public_html/esercizi/ex1-3.xml create mode 100644 public_html/esercizi/ex1-4.xml create mode 100644 public_html/esercizi/ex1-5.xml create mode 100644 public_html/esercizi/ex1-6.xml create mode 100644 public_html/esercizi/ex1-7.xml diff --git a/public_html/esercizi/demorgan.xml b/public_html/esercizi/demorgan.xml index 68c079b..42422a3 100644 --- a/public_html/esercizi/demorgan.xml +++ b/public_html/esercizi/demorgan.xml @@ -20,8 +20,8 @@ - 13 + 7 60 - 5 + 12 diff --git a/public_html/esercizi/demorgan2.xml b/public_html/esercizi/demorgan2.xml index 1445f1f..0180d6e 100644 --- a/public_html/esercizi/demorgan2.xml +++ b/public_html/esercizi/demorgan2.xml @@ -20,8 +20,8 @@ - 13 + 7 60 - 5 + 12 diff --git a/public_html/esercizi/demorgan3.xml b/public_html/esercizi/demorgan3.xml new file mode 100644 index 0000000..bab54a8 --- /dev/null +++ b/public_html/esercizi/demorgan3.xml @@ -0,0 +1,27 @@ + + + + + + + + + A + + + B + + + + + A + B + + + + + 7 + 60 + 12 + + diff --git a/public_html/esercizi/demorgan4.xml b/public_html/esercizi/demorgan4.xml new file mode 100644 index 0000000..abf715a --- /dev/null +++ b/public_html/esercizi/demorgan4.xml @@ -0,0 +1,27 @@ + + + + + + + + + A + + + B + + + + + A + B + + + + + 7 + 60 + 12 + + diff --git a/public_html/esercizi/em.xml b/public_html/esercizi/em.xml new file mode 100644 index 0000000..2f9965e --- /dev/null +++ b/public_html/esercizi/em.xml @@ -0,0 +1,17 @@ + + + + + + A + + A + + + + + 7 + 60 + 12 + + diff --git a/public_html/esercizi/ex1-1.xml b/public_html/esercizi/ex1-1.xml new file mode 100644 index 0000000..77fb949 --- /dev/null +++ b/public_html/esercizi/ex1-1.xml @@ -0,0 +1,21 @@ + + + + + + A + + A + + A + B + + + + + + 3 + 20 + 3 + + diff --git a/public_html/esercizi/ex1-2.xml b/public_html/esercizi/ex1-2.xml new file mode 100644 index 0000000..ab20055 --- /dev/null +++ b/public_html/esercizi/ex1-2.xml @@ -0,0 +1,21 @@ + + + + + + + A + + A + B + + + A + + + + 4 + 20 + 6 + + diff --git a/public_html/esercizi/ex1-3.xml b/public_html/esercizi/ex1-3.xml new file mode 100644 index 0000000..4d62ab6 --- /dev/null +++ b/public_html/esercizi/ex1-3.xml @@ -0,0 +1,27 @@ + + + + + + + + A + B + + C + + + A + + B + C + + + + + + 7 + 60 + 8 + + diff --git a/public_html/esercizi/ex1-4.xml b/public_html/esercizi/ex1-4.xml new file mode 100644 index 0000000..4db2c07 --- /dev/null +++ b/public_html/esercizi/ex1-4.xml @@ -0,0 +1,27 @@ + + + + + + + + A + B + + + + + A + + + B + + + + + + 11 + 90 + 12 + + diff --git a/public_html/esercizi/ex1-5.xml b/public_html/esercizi/ex1-5.xml new file mode 100644 index 0000000..5ae49da --- /dev/null +++ b/public_html/esercizi/ex1-5.xml @@ -0,0 +1,27 @@ + + + + + + + + A + + + B + + + + + A + B + + + + + + 8 + 90 + 12 + + diff --git a/public_html/esercizi/ex1-6.xml b/public_html/esercizi/ex1-6.xml new file mode 100644 index 0000000..e53a283 --- /dev/null +++ b/public_html/esercizi/ex1-6.xml @@ -0,0 +1,21 @@ + + + + + + + + A + bot + + bot + + A + + + + 7 + 60 + 8 + + diff --git a/public_html/esercizi/ex1-7.xml b/public_html/esercizi/ex1-7.xml new file mode 100644 index 0000000..903707f --- /dev/null +++ b/public_html/esercizi/ex1-7.xml @@ -0,0 +1,43 @@ + + + + + + + + C + G + + E + + + + + L + + + E + C + + + + + G + L + + + + L + + E + + + + + + + 14 + 240 + 20 + + diff --git a/server/com/company/esercizi.xml b/server/com/company/esercizi.xml index c28cd97..5f4d3d6 100644 --- a/server/com/company/esercizi.xml +++ b/server/com/company/esercizi.xml @@ -1,10 +1,18 @@ - aalbero.xml - tautologia.xml demorgan.xml triviale.xml test.xml risolvibile.xml demorgan2.xml + ex1-7.xml + ex1-5.xml + em.xml + demorgan4.xml + ex1-6.xml + ex1-1.xml + ex1-3.xml + demorgan3.xml + ex1-2.xml + ex1-4.xml -- 2.39.2