From 2b5c85484cdfb3c6f02cb9df90dfe8bec177e6ce Mon Sep 17 00:00:00 2001 From: bigJIU <1572204178@qq.com> Date: Tue, 28 Feb 2023 17:16:27 +0800 Subject: [PATCH] Debug --- .idea/workspace.xml | 16 +++++----------- __pycache__/main.cpython-39.pyc | Bin 5841 -> 5913 bytes data/annotation.csv | 2 ++ data/questionare.csv | 1 + templates/GameAnnotation.html | 2 +- templates/GameAnnotation2.html | 2 +- templates/GamePlay.html | 2 +- 7 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1e8b8f5..4c6350b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,18 +3,11 @@ - - - - - - - + - - + @@ -240,6 +234,6 @@ - + \ No newline at end of file diff --git a/__pycache__/main.cpython-39.pyc b/__pycache__/main.cpython-39.pyc index ee4cbf722f802af9b4fd57f73075d1f0385dc012..f2b0ce9d5e2fe8a6ecebc09d1e18422decb814c4 100644 GIT binary patch delta 378 zcmXv`J4gdT6ujB{s>}9Cw{jAj^fY&`S zH`Tu^wMZ|cBsZssdvXAm_~c$;E;g`RI5y80R%K)io_tg!k}-C&yy#T67@(O&p__M! viZN=ka4>SQ2rzPqf@mbn&d12b3FNZ^F&B_6H2I;JFfT8N1rp)l;9>*-2rNHv diff --git a/data/annotation.csv b/data/annotation.csv index d666853..a982fdc 100644 --- a/data/annotation.csv +++ b/data/annotation.csv @@ -29,3 +29,5 @@ IP,A-ID,B-ID,Anno, 127.0.0.1,31,125,N, 127.0.0.1,56,57,N, 127.0.0.1,200,144,N, +127.0.0.1,43,129,B, +127.0.0.1,71,60,N, diff --git a/data/questionare.csv b/data/questionare.csv index 4d25e7e..80d7c0f 100644 --- a/data/questionare.csv +++ b/data/questionare.csv @@ -200,3 +200,4 @@ IP,Style,Frequency,Age,Gender 127.0.0.1,A,A,A,E,B,C,, 127.0.0.1,A,A,A,A,A,A,, 127.0.0.1,A,A,A,A,A,A,, +127.0.0.1,A,B,D,A,A,C,, diff --git a/templates/GameAnnotation.html b/templates/GameAnnotation.html index d7a1fa5..017b134 100644 --- a/templates/GameAnnotation.html +++ b/templates/GameAnnotation.html @@ -172,7 +172,7 @@
-

Click "Q" to stop playing and quit

+

Click "Q" to stop replay and quit

diff --git a/templates/GameAnnotation2.html b/templates/GameAnnotation2.html index a5c74fb..e44bacc 100644 --- a/templates/GameAnnotation2.html +++ b/templates/GameAnnotation2.html @@ -121,7 +121,7 @@
-

Click "Q" to stop playing and quit

+

Click "Q" to stop replay and quit

diff --git a/templates/GamePlay.html b/templates/GamePlay.html index edcbf16..58cc329 100644 --- a/templates/GamePlay.html +++ b/templates/GamePlay.html @@ -159,7 +159,7 @@ cheerpjRunMain("Play", "/app/Mario-AI-Interface.jar", "0", "f_l"); console.log("Cheerpj Initialize Succeed!"); console.log("Going to play %d levels under control %s",levelNum,"{{control}}") - var control = ("HTML: {{control}}" == "1"); + var control = ("{{control}}" == "1") GameLoad().then(function (){ console.log("Cheerpj Initialize Succeed!");