You can change their prediction in the database, and then recalculate the score.
@reinispro thanx. It worked out. Just found out ,you can also Export users questions answers in beautiful CSV format. Damn… I used to copy paste and then align and all…
Hi @fplnepal , @reinispro
Where is the database file located?
I’ve used FTP onto the server but unable to see it anywhere.
Thank you
@loganww “database” is not a file. If you are hosting your page using some service, you should have an control panel, through whom you can access your server database, most of the time I guess phpMyAdmin is used. When accessed there you will be able to see all the sql tables. But I’m afraid that if you gave such a silly question, you better be very cautious of what you are doing there, because on the worst case scenario you could delete or change some important tables, and that would result in your page crashing. Always before making any changes in your database, do a full backup, it will take only few seconds compared to possible hours you have put in creating your web page.
Do a search on google on how to access “phpmyadmin” maybe that helps…
@reinispro
Ah my bad, I was thinking it might have been a CSV file database as that’s what it exports to.
thank you