diff --git a/Bag_of_floods_under_developpement/bag_of_floods_v2.html b/Bag_of_floods_under_developpement/bag_of_floods_v2.html index 2b55066180ebd67d18f594a33401c79fb3b520d1..a6b64dec87f9a1495081bd4543f331b71cb9f793 100644 --- a/Bag_of_floods_under_developpement/bag_of_floods_v2.html +++ b/Bag_of_floods_under_developpement/bag_of_floods_v2.html @@ -161,7 +161,7 @@ <div class="item_description"> <p>This app mimicks drawing from a bag containing 100 similar objects : <span style="color:red"> 1 red </span> , - <span style="color:blue">1 blue</span> , <span style="color:green">8 green</span> and 90 black ones. You can also try with a real bag for a start ! + <span style="color:blue">1 blue</span> , <span style="color:green">8 green</span> and 90 black ones. If you like, try with a real bag to start off ! </p> <p> The idea is to discuss about flood occurence for one year or a span of several years (with successive draws) : <span style="color:red">a red marble (1 chance in 100) means a flood with a return period SUPERIOR to 100 years</span> , diff --git a/Bag_of_floods_under_developpement/scripts_for_bag_of_floods_v2.js b/Bag_of_floods_under_developpement/scripts_for_bag_of_floods_v2.js index 653778a9ed53934d6929fd86954fbf78ff36a0db..0cf00d104dbc11484556393e67f85d44ab681cee 100644 --- a/Bag_of_floods_under_developpement/scripts_for_bag_of_floods_v2.js +++ b/Bag_of_floods_under_developpement/scripts_for_bag_of_floods_v2.js @@ -12,10 +12,10 @@ function RAZ_compteur() { tb_nb_blue.textContent = " - "; tb_nb_green.textContent = " - "; tb_nb_black.textContent = " - "; - tb_freq_red.textContent = " theoric = 1/100"; - tb_freq_blue.textContent = " theoric = 1/100"; - tb_freq_green.textContent = " theoric = 8/100"; - tb_freq_black.textContent = " theoric = 90/100"; + tb_freq_red.textContent = " theoretical = 1/100"; + tb_freq_blue.textContent = " theoretical = 1/100"; + tb_freq_green.textContent = " theoretical = 8/100"; + tb_freq_black.textContent = " theoretical = 90/100"; clear_token_history("stats and tokens cleared"); q_highest = 0; T_highest = 0;