diff --git a/js/slides/2_Slides_Iterated.js b/js/slides/2_Slides_Iterated.js index 1b15f8a..3ddcb83 100644 --- a/js/slides/2_Slides_Iterated.js +++ b/js/slides/2_Slides_Iterated.js @@ -136,12 +136,12 @@ SLIDES.push({ {id:"tft", num:1}, ];*/ var ROUNDS = [ // and min & max score... - {id:"tft", num:5}, // min 3, max 11 + {id:"tft", num:5}, // min 2, max 11 {id:"all_d", num:4}, // min -4, max 0 {id:"all_c", num:4}, // min 8, max 12 {id:"grudge", num:5}, // min -1, max 11 {id:"prober", num:7} // min 2, max 15 - ]; // TOTAL... MIN 8, MAX 49 + ]; // TOTAL... MIN 7, MAX 49 ROUND_INDEX = 0; ROUND_NUM = 0; @@ -216,8 +216,8 @@ SLIDES.push({ if(score==49) scoreTextID="5"; else if(score>=34) scoreTextID="4"; else if(score>=22) scoreTextID="3"; - else if(score>=9) scoreTextID="2"; - else if(score==8) scoreTextID="1"; + else if(score>=8) scoreTextID="2"; + else if(score==7) scoreTextID="1"; else scoreTextID="x"; scoreTextID = "iterated_score_"+scoreTextID; diff --git a/notes/index.html b/notes/index.html index e9a6d49..43fb1a3 100644 --- a/notes/index.html +++ b/notes/index.html @@ -85,7 +85,7 @@

"Simpleton"

-

Also known as Pavlov, or Win-Shift-Lose-Stay.

+

Also known as Pavlov, or Win-Stay-Lose-Shift.

"Our modern media [...] has increased our miscommunication"

diff --git a/words.html b/words.html index b8f8ece..16e220f 100644 --- a/words.html +++ b/words.html @@ -204,7 +204,7 @@ which is perfect! Congrats you have too much time on your hands. ...i have no idea how you did that.

-(the lowest & highest possible scores are 8 and 49, respectively) +(the lowest & highest possible scores are 7 and 49, respectively)