From d530f6c79aea99a8e5d1580903e0a0849815f2d9 Mon Sep 17 00:00:00 2001 From: maj83 Date: Mon, 20 Apr 2020 18:20:03 +0100 Subject: [PATCH] Added method for checking answers --- .../Match the meaning/.idea/encodings.xml | 4 + .../Match the meaning/.idea/libraries/lib.xml | 13 + .../Match the meaning/.idea/misc.xml | 6 + .../Match the meaning/.idea/modules.xml | 8 + .../Match the meaning/.idea/workspace.xml | 413 ++++++++++++++++++ .../Match the meaning/Match the meaning.iml | 12 + .../Match the meaning/DictionaryEntry.class | Bin 0 -> 1947 bytes .../production/Match the meaning/Main.class | Bin 0 -> 1044 bytes .../Match the meaning/MatchTheMeaning.fxml | 71 +++ .../Match the meaning/MyController.class | Bin 0 -> 4590 bytes .../src/DictionaryEntry.java | 64 +++ .../Match the meaning/src/Main.java | 23 + .../src/MatchTheMeaning.fxml | 71 +++ .../Match the meaning/src/MyController.java | 135 ++++++ 14 files changed, 820 insertions(+) create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/encodings.xml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/libraries/lib.xml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/misc.xml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/modules.xml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/workspace.xml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/Match the meaning.iml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/DictionaryEntry.class create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/Main.class create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/MatchTheMeaning.fxml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/MyController.class create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/src/DictionaryEntry.java create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/src/Main.java create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/src/MatchTheMeaning.fxml create mode 100644 dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/src/MyController.java diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/encodings.xml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/libraries/lib.xml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/libraries/lib.xml new file mode 100644 index 0000000..a54ea18 --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/libraries/lib.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/misc.xml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/misc.xml new file mode 100644 index 0000000..e0844bc --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/modules.xml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/modules.xml new file mode 100644 index 0000000..300bb9a --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/workspace.xml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/workspace.xml new file mode 100644 index 0000000..e80bc62 --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/.idea/workspace.xml @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1586778885037 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file://$PROJECT_DIR$/src/MyController.java + 108 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + No facets are configured + + + + + + + + + + + + + + + 11 + + + + + + + + Match the meaning + + + + + + + + lib + + + + + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/Match the meaning.iml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/Match the meaning.iml new file mode 100644 index 0000000..fb8e866 --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/Match the meaning.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/DictionaryEntry.class b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/DictionaryEntry.class new file mode 100644 index 0000000000000000000000000000000000000000..b3dddef476f23ccc3c8d359279b98c2cfb14fc96 GIT binary patch literal 1947 zcma)+ZBNrs6vxlqy63?*90LRq6l5z;3Me8E8WEy#J|qxG@KqTNE0mVB1+s7Ahwz0a z5))qd0sK(L|7q)1wqktIbMHMn_uSt-=YRL>_tj4#TBPS`O45TAC1`?8nN5X_+=Jg| z5;U8jhk_ESaj0u{T~JT;NI6$#b;UTG-Eu6=I9wJKyHIuhF?nHH2iuKPRZ#ZSQfiJ? zQ+MGKB=!WwS2RO&)&xb%l^sFSx_N-WTvapF_h%>js+tkc&6=X`D3-=+-zhnD z%@$OszS5A^G!(0`VK`O;r!SQ|nf}Ma5a~nJ+4y_6V!6_}4>5KirZ?m;PLxEVUB3#5 z_oo^5HfxgMADXLf&Hi|;Mkoualta*Uzf|6HPjF1H;2_#E&#aodsd2fAZ55f}24yKn z`7Cu&ca~C=&QgX=mePXqFHO_29ZNZVr#f}>z|O_#QIh7eG*1gSzbzd$v^xG_|46Ml zX?jdg1kL%PSe+0PDOUmB%)cQof+84M9T9^1PLyMH-85>7v#U9E%xp(79JKarNM$?Q z(dpR>XXVo;1&rTuTH-@2F>$+mwD!4ue zx%?bnSK$#FLjO!h*pp!kTeM$i^L^CX5+^NGK0mz-k3?0%KbKK|+pRQskQ(%YPr; z6opM8XBsv`x3J23(Nv^ftT1P z%_DEY%`JQT{oKgp-h}Cj?p-48jBgXgnSIpnpFE3^qhj)Rihji;LX01Goy7oltcg89 zxBbm)h~~s`nUPzdY1i8i+yOU3$%|^j#eFzIgP|Z&JIGKd$WSHVt%-bTYt2k3$SB?OH@8|dcukic z$UHz6ZUAAWGsyjBMP5K#tdSCH1fPVD^%A*)PN=;^O98Ty-|{Gpx%}hw3?pCkDPGSK O9(7;tMIdYS%@aa zXMdFOOuJGsJaoR9Z@zQB%bEWA{p|;U=U6jgVb(+ew+-AW;jW2$xNoA0IRo3xn9e zBc6A{cI2u}Pq*8zJ6h6BSh#{g3y(3%{gyA4%SGGK2@hsRCdz_NuWcxvF8 zMKN9ojBB`Vfy_F;5H~@e!bz#n4=%4t7KcnX{Q3S*{Cn-lt~w;#D2f+a88wO5xPlx^Fz&XLV2Jf zPQ&LWC;5w*%Lr2K-|ZhMHzCP*E^0cBEg7jGNmV_cMXokQj8&43<-&VNp{YB2PH`jr zf*C$|i$4Hpg%*qJ5KlI(pzWPMh4{)%53X|UOPwWLo?fH{iH@-IOJWAw94TxWzP@EB8|ohlc~#SVJU(DxHYZQ(mg9~V#2-+{T%!9Y%3 tCIGBskX1~uj!9I~6w?_^w?-23_6Aew0&e0K(@hdrq-ToXH1|E2`2){a=(GR; literal 0 HcmV?d00001 diff --git a/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/MatchTheMeaning.fxml b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/MatchTheMeaning.fxml new file mode 100644 index 0000000..bc51870 --- /dev/null +++ b/dev/20200414/maj83/Welsh Vocabulary Tutor/Match the meaning/out/production/Match the meaning/MatchTheMeaning.fxml @@ -0,0 +1,71 @@ + + + + + + + + + + + +