-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
List of issues:
- Solve the problem with uniqueness of UserName
Notes: it is needed to make sure that there are no repetitions in Usernames in gsheets. We can check the uniqueness of the field “Username” in google sheets. - Link 5 google forms https://drive.google.com/drive/folders/1rhzhxpCPCZ5YJeeSiH5L1rC1ZYaGs_BY and use UserName only in the first google form and propagate it automatically to other gforms.
Notes: so players do not have to fill Username field in every level. We need to pull data from google sheets to google forms. - PopUp with final score in level 6 after game over
Notes: Might be possible through Google Apps Script - Make score tables more attractive
Notes: We can also make google tables with scores nicer, if we use Apps Script (create web-App, get data from googlesheet via GET-query to this web-App). In this case we can use our own css-styles to show the data - Scoring ideas: https://docs.google.com/presentation/d/12zFqfdSTppEomDSWPYK_W1_5x6ktkoNVetfdWHpl3VU
- Other way to make a quiz avoiding Gforms is implemented in Story1 Quiz #16