Hello,
I’m new to Thunkable,
I’m testing out some tuturials, and I found a good tuturial for firebase login system.
I wonder that for kids in a school without emailadres they can also login, and work on there ‘typing’ lesson.
So the app should be used with the computer ‘live testing’ and all answers should be saved, and a score should be displayed to the text that is not correct.
for example: ff jj fj fj jf jf fjf jfj
and the kid: wrongly typed some mistakes: fj jj fj fj jf jf fjj jff they should need to get the number of wrong letters: 3 wrong
Thanks for sharing those tutorials - I understand the concept.
So, there’s two parts/questions here really.
Can we make a typing tutor app with Thunkable?
Can we make a log in system with Thunkable?
The answer to both questions is yes, but you don’t necessarily need to complete 2 to achieve 1.
My first piece of advice would be to focus on the logic of the typing tutor. Thanks to our great community of sample apps and tutorial videos putting a sign in screen on top of this then at the end is simply a matter of time, rather than needing to come up with something new or novel.
cool, so if you have an already made sample?
also what I like a lot: is the student can save the data into a spreadsheet, or mail the data after a lesson to the teacher.
Does this also exists already: because now I use www.goformative.com where students need to login with a code (= AS GUEST): BUT they can work only with their name! because the code saves the class.
you can also join the example Join with CUBRPD, you only have to give first name and last name:
You should look at the text blocks for an idea of what you can do to compare and alter text.
Here is a sample app that will go through a menu of text items, show them on the screen, and ask the user to type them.
It will give feedback to the user.
Functions in this app:
Comparing strings of text
Comparing length of strings of text
Comparing text characters
Returning amount of characters that are mismatched (if user input is same length as sample text)
I hope you find it to be a useful example as you build your own apps.
So kids can try to type correct: but They work with windows so they shoud be able to ‘not see the typing Querty characters’ but an image with the combination of the hands.
Should this be possible to create as sample?
So each character they get a ‘Tip: use the shift’, use the ‘left forfinger = f’
I want to create something like Rapid typing ‘but as app’