File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1+ After restructuring the _ data_ -folder _ data-new_ has to be used
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function getJson($dimensions) {
3737 "series " => 0 ,
3838 "shape " => $ shapes [$ shape ] ?? "square " ,
3939 "size " => 3000 ,
40- "x " => getDifficultyOfImplementation ($ dimensions , $ content ),
40+ "x " => 5 - getDifficultyOfImplementation ($ dimensions , $ content ),
4141 "y " => $ content ["usefulness " ],
4242 "key " => $ activityName
4343 );
@@ -69,13 +69,8 @@ function getData() { //# groups,# points per group
6969<form action="?" method="get">
7070<?php
7171$ aggregated = $ _GET ['aggregated ' ] ?? null ;
72- if ($ aggregated == "true " ) {
73- echo "value='false' " ;
74- }else {
75- echo "value='true' " ;
76- }
77- ?> ">
78- <button id="">
72+ ?>
73+ <button id="">
7974<?php
8075echo ($ aggregated == "true " ) ? "Show specific values " : "Show total values " ;
8176?>
You can’t perform that action at this time.
0 commit comments