Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv3ks committed Feb 5, 2024
1 parent 09000a6 commit 79c65fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/releases/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<title>LATEST</title>
</head>
<body>
<p id="version">v1.2.1</p>
<p id="version">v1.2.2</p>
</body>
</html>
4 changes: 2 additions & 2 deletions windows/script.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$VERSION = "v1.2.1"
$VERSION = "v1.2.2"
$URL = "https://emat.dk/"
$SCRIPT1 = "ctl00_ContentPlaceHolder1_ImageButton_RegnehierarkietS.click()"
$SCRIPT2 = "Link_Start2.click()"
Expand Down Expand Up @@ -73,7 +73,7 @@ while($true) {
Start-Sleep -Milliseconds 250
StartNewExercise
SolveExercise
$genpoints = ++$i*12*4 # exercises completed * questions pr exercise * points pr question
$genpoints = ++$i*12*4+($i*10) # exercises completed * questions pr exercise * points pr question
Clear-Host
Write-Output "Generated Points: $genpoints"
}
Expand Down

0 comments on commit 79c65fd

Please sign in to comment.