Compare commits

...

8 Commits

Author SHA1 Message Date
2438d6864b update tracking 2023-06-12 21:52:44 +02:00
2511d558f8 Change speaker icon 2023-05-02 13:56:16 +02:00
3db8f07621 Add advanced mode 2023-05-02 08:08:50 +02:00
0546ebd09c fix mistake 2023-04-27 08:35:09 +02:00
aa11bcb13d asset update 2023-04-24 20:26:14 +02:00
a0493c4733 remove duplicates 2023-04-07 13:17:43 +02:00
f94369256d decrease count 2023-04-07 13:08:03 +02:00
ac1a8a37e3 stuff 2023-04-07 13:04:48 +02:00
65 changed files with 137 additions and 66 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/speaker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View File

@@ -51,17 +51,22 @@ body {
.status {
width: 128px;
height: 128px;
opacity: 0;
display: none;
background-image: url("assets/fail.png");
}
th,
td {
padding: 16px;
padding: 8px;
overflow: hidden;
display: inline-block;
}
#actiontable{
margin-left: auto;
margin-right: auto;
}
.itemcont {
width: 100vw;
}
@@ -70,15 +75,15 @@ td {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px;
margin-left: auto;
margin-right: auto;
width: fit-content;
margin: auto;
padding: auto;
position: relative;
}
.itemstor>div {
margin: 16px;
margin: 8px;
}
.itemstor>div>p {
margin: 0px;
@@ -88,13 +93,14 @@ td {
bottom: 4%;
left: 4%;
z-index: 10;
object-fit: contain;
}
#vzoritemtd{
width: 50%;
height: 50%;
width: unset;
height: unset;
overflow: unset;
margin-left: auto;
margin-right: auto;
}
.itemholderak{
@@ -118,7 +124,45 @@ td {
}
#currentvzor{
object-fit: contain;
width: 50%;
height: 50%;
width: unset;
height: unset;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 128px;
height: 128px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 128px;
height: 128px;
background-color: red;
background-image: url("assets/speaker.png");
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #00FF00 !important;
}
input:focus + .slider {
box-shadow: 0 0 1px #00FF00 !important;
}

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Sluchová hra</title>
<link rel="stylesheet" href="index.css" type="text/css"/>
<script data-website-id="11366cfe-e3d4-4b98-a19f-7ed471a37f71" src="https://umami.brn.systems/umami.js"></script>
<script data-website-id="11366cfe-e3d4-4b98-a19f-7ed471a37f71" src="https://umami.brn.systems/script.js"></script>
<script src="jquery.min.js"></script>
<script src="index.js"></script>
</head>
@@ -15,6 +15,35 @@
<audio id="failaudio">
<source src="assets/fail.ogg" type="audio/ogg">
</audio>
<div id="activeholder">
<div class="activepart">
<table class="activepart">
<tbody>
<tr id="vzoritemtr" align="center">
<td id="vzoritemtd">
<div id="vzoritem">
</div>
</td>
</tr>
<tr align="center">
<td>
<div id="lettersky" class="activepart">
</div>
</td>
</tr>
<tr align="center">
<td>
<div id="imagesky" class="activepart">
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="lettercontainer" class="itemcont">
<div id="letterholder" class="itemstor">
</div>
@@ -23,32 +52,9 @@
<div id="imageholder" class="itemstor">
</div>
</div>
<div id="activeholder">
<div class="activepart">
<table class="activepart">
<table id="actiontable">
<tbody>
<tr>
<td id="vzoritemtd">
<div id="vzoritem">
</div>
</td>
</tr>
<tr>
<td>
<div id="lettersky" class="activepart">
</div>
</td>
</tr>
<tr>
<td>
<div id="imagesky" class="activepart">
</div>
</td>
</tr>
<tr>
<tr align="center">
<td>
<div id="verify" class="activepart fixbgimage">
@@ -64,10 +70,14 @@
</div>
</td>
<td>
<label class="switch" id="switchcontaineraudio">
<input type="checkbox" id="audiocheckbox" checked>
<span class="slider fixbgimage" id="visualcheckbox"></span>
</label>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>

View File

@@ -4,7 +4,7 @@ var cntdrag = 1;
//missing Q, CH, DZ, DŽ, Ä, W, X
let data_tabl = ["A", "Á", "B", "C", "Č", "D", "Ď", "E", "É", "F", "G", "H", "I", "Í", "J", "K", "L", "Ĺ", "Ľ", "M", "N", "Ň", "O", "Ó", "Ô", "P", "R", "Ŕ", "S", "Š", "T", "Ť", "U", "Ú", "V", "Y", "Ý", "Z", "Ž"];
let tocount = 7;
let tocount = 6;
let words = [
"DOM",
@@ -39,8 +39,8 @@ function makeSpaceWord(word){
imagesky = imagesky + ('<td><div ondrop="drop(event)" id="letterko' + ranid +'" finalplaceindex="' + i +'" ondragover="allowDrop(event)" class="imageplace finalplace finalimageplace place"></td>');
ranid++;
}
lettersky = lettersky + ('<td><div id="letterstatus" class="status fixbgimage"></div></td>');
imagesky = imagesky + ('<td><div id="imagestatus" class="status fixbgimage"></div></td>');
lettersky = lettersky + ('<td id="letterstatus" class="status fixbgimage"></td>');
imagesky = imagesky + ('<td id="imagestatus" class="status fixbgimage"></td>');
$("#lettersky").html(lettersky);
$("#imagesky").html(imagesky);
}
@@ -72,9 +72,9 @@ function checkAnswers() {
let fail = "background-image: url(\"assets/fail.png\");";
// $('#letterstatus').attr('style', good);
// $('#letterstatus').animate({opacity:1}, "slow");
// $('#letterstatus').fadeIn();
// setTimeout(function (){
// $('#letterstatus').animate({opacity:0}, "slow");
// $('#letterstatus').fadeOut();
// });
var imagecodes = "";
var lettercodes = "";
@@ -92,32 +92,32 @@ function checkAnswers() {
if (vzorcodes == imagecodes)
{
$('#imagestatus').attr('style', good);
$('#imagestatus').animate({opacity:1}, "slow");
$('#imagestatus').fadeIn();
setTimeout(function (){
$('#imagestatus').animate({opacity:0}, "slow");
$('#imagestatus').fadeOut();
});
}
else{
$('#imagestatus').attr('style', fail);
$('#imagestatus').animate({opacity:1}, "slow");
$('#imagestatus').fadeIn();
setTimeout(function (){
$('#imagestatus').animate({opacity:0}, "slow");
$('#imagestatus').fadeOut();
});
}
if (vzorcodes == lettercodes)
{
$('#letterstatus').attr('style', good);
$('#letterstatus').animate({opacity:1}, "slow");
$('#letterstatus').fadeIn();
setTimeout(function (){
$('#letterstatus').animate({opacity:0}, "slow");
$('#letterstatus').fadeOut();
});
}
else{
$('#letterstatus').attr('style', fail);
$('#letterstatus').animate({opacity:1}, "slow");
$('#letterstatus').fadeIn();
setTimeout(function (){
$('#letterstatus').animate({opacity:0}, "slow");
$('#letterstatus').fadeOut();
});
}
@@ -203,8 +203,24 @@ function showImages(word) {
var now_count = tmp_tabl.length;
var tmp2_tabl = [];
tmp_tabl.forEach((element) => {
if (!tmp2_tabl.includes(element)) {
tmp2_tabl.push(element);
}
});
tmp_tabl = tmp2_tabl;
while (now_count < tocount){
tmp_tabl.push(getRandomElement(data_tabl));
var hasORiginal = false;
while(!hasORiginal){
var newthing = getRandomElement(data_tabl);
if (!tmp_tabl.includes(newthing)){
tmp_tabl.push(newthing);
hasORiginal = true;
}
}
now_count++;
}
@@ -278,7 +294,9 @@ function showImages(word) {
$(".imageholderak, .letterholderak").each(function(){
$(this).on("click", function (e){
let datacode = $(this).attr("datacode");
if ($("#audiocheckbox").prop('checked')){
document.getElementById("audplay"+ datacode).play();
}
})
});
}
@@ -324,6 +342,7 @@ function generateItem(word){
try{
umami.trackEvent('Listened to image', { type: 'listenimage', datacode: $(this).attr("datacode") });
} catch(e) {}
document.getElementById("audplayitem"+ datacode).play();
})
});
@@ -344,10 +363,6 @@ function generatePair(){
$(function() {
generatePair();
$("#audiopart").on("click", function (){
document.getElementById("audplay").play();
});
$("#verify").on("click", checkAnswers);
$("#trashcan").on("click", cleanup);
@@ -369,7 +384,9 @@ function drag(ev) {
ev.dataTransfer.setData("datacode", ev.target.getAttribute("datacode"));
ev.dataTransfer.setData("classy", ev.target.classList);
let datacode = $(ev.target).attr("datacode");
if ($("#audiocheckbox").prop('checked')){
document.getElementById("audplay"+ datacode).play();
}
if (ev.target.parentElement.classList.contains("originalplace")){
ev.dataTransfer.setData("dragfromoriginal", "YES");
}