Update better tutorial
This commit is contained in:
parent
1b253bb2c7
commit
880fb9d417
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
@ -4,6 +4,7 @@
|
||||
<list default="true" id="c32bfd4e-6189-47f3-9d6c-c1825d3d7e5f" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/data/questionare.csv" beforeDir="false" afterPath="$PROJECT_DIR$/data/questionare.csv" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/GameTutorial.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/GameTutorial.html" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -159,6 +160,8 @@
|
||||
<workItem from="1667998268807" duration="2593000" />
|
||||
<workItem from="1668064138807" duration="9019000" />
|
||||
<workItem from="1668486144158" duration="499000" />
|
||||
<workItem from="1668492153120" duration="654000" />
|
||||
<workItem from="1668520247886" duration="913000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
@ -178,7 +181,7 @@
|
||||
</component>
|
||||
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$test.coverage" NAME="test Coverage Results" MODIFIED="1668079935841" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$Flask__main_py_.coverage" NAME="Flask (main.py) Coverage Results" MODIFIED="1668486153745" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$Flask__main_py_.coverage" NAME="Flask (main.py) Coverage Results" MODIFIED="1668520582987" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$Flask__main_py___1_.coverage" NAME="Flask (main.py) (1) Coverage Results" MODIFIED="1668079945407" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
@ -64,3 +64,7 @@ IP,Style,Frequency,Age,Gender
|
||||
127.0.0.1,,,,,
|
||||
127.0.0.1,,,,,
|
||||
127.0.0.1,,,,,
|
||||
127.0.0.1,,,,,,
|
||||
127.0.0.1,,,,,,
|
||||
127.0.0.1,,,,,,
|
||||
127.0.0.1,,,,,,
|
||||
|
|
@ -128,7 +128,14 @@
|
||||
|
||||
<div class="col-md-12">
|
||||
<div align="center">
|
||||
<h3>Mario Game User Test</h3>
|
||||
<h3>Mario Game Tutorial</h3>
|
||||
</div>
|
||||
<div align="center">
|
||||
<p>
|
||||
Further description of Tutorial can be done here<br>
|
||||
Use the way of Play That you selected
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div align="center" id = "GameWindow">
|
||||
|
||||
@ -136,13 +143,13 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6" align="center" style="visibility: visible;" id = "next">
|
||||
<div class="col-md-6" align="center" style="visibility: hidden;" id = "next">
|
||||
<br>
|
||||
<button onclick="
|
||||
window.location.href = window.location.href;
|
||||
"><h3>Play Next Tutorial</h3></button>
|
||||
</div>
|
||||
<div class="col-md-6" align="center" style="visibility: visible;" id = "game">
|
||||
<div class="col-md-6" align="center" style="visibility: hidden;" id = "game">
|
||||
<br>
|
||||
<button onclick="
|
||||
window.location.href = window.location.href+'/data'
|
||||
|
Loading…
Reference in New Issue
Block a user