Database overhaul, fixes for feedback and assessment
1. Database overhaul (see below)
2. Fixes for feedback (support feedback added back in after multiple incorrect submission attempts)
3. Fixes for assessment (each punctuation mark is checked, so multiple can be wrong simultaneously, though only one HP is deduced each incorrect submission attempt)
4. Visual fixes (some crowded sentences spaced out better)
*database details:
New columns (all columns included for each sentence submission):
var url = 'http://syntence.pythonanywhere.com/test/sentence/'
+ _structure
+ '/' + _username
+ '/' + _attempts
+ '/' + _punct1
+ '/' + _punct2
+ '/' + _punct3
+ '/' + _time
+ '/' + _map
+ '/' + _togglesupport
+ '/' + _p1comma
+ '/' + _p1semicolon
+ '/' + _p1colon
+ '/' + _p1dash
+ '/' + _p2comma
+ '/' + _p2semicolon
+ '/' + _p2colon
+ '/' + _p2dash
+ '/' + _p3comma
+ '/' + _p3semicolon
+ '/' + _p3colon
+ '/' + _p3dash
+ '/' + _hintTogether
+ '/' + _hintDash
+ '/' + _hintColonVsDash
+ '/' + _hintSemicolon
+ '/' + _hintSemicolonVsColon
+ '/' + _supportSemicolon
+ '/' + _supportParenD
+ '/' + _supportParenI
+ '/' + _supportListD
+ '/' + _supportListI
+ '/' + _supportColonD
+ '/' + _supportColonI
+ '/' + _supportDash
+ '/' + _hp
+ '/' + _ammo
+ '/' + _commaLevel
+ '/' + _semicolonLevel
+ '/' + _colonLevel
+ '/' + _dashLevel
+ '/' + _parenLevel
+ '/' + _dependenceLevel;
Files
Syntence
Save the world with punctuation.
Status | In development |
Author | lawest |
Genre | Educational |
Languages | English |
Accessibility | Color-blind friendly, Subtitles, Interactive tutorial |
More posts
- v1.6.5.4 update: player money displaysAug 18, 2021
- v1.6.5 update: ceiling fan, fixed level sequenceJul 16, 2021
- v1.6.4.7 update: assessment time fix, bgm updateJul 15, 2021
- v1.6.4.6 update: UX and assessment updatesJul 07, 2021
Leave a comment
Log in with itch.io to leave a comment.