You wouldn't be able to pass your class without you caring enough to try to get the stuff done correctly. You wouldn't be able to pass the class without your work ethic and drive. Keep that going.
man your literally making 1 week worth of coding, in 20 mins for me! THANK YOU SO MUCH !!!!!!!!! Like the way you explain just makes it so easy to understand! I was lost how to do this but now you saved my grade for AP CSP. Thank YOUU!!!!!
Thank you so much! This really helped! I had a really hard time getting my app started and I was able to make my own variables but other than that I just learned it through this video. We already have multiple class submissions for an "Original Fortune Teller App not found off youtube" XD
Thank you so much. This gave me many solutions to my main project. I was trying to get two things to come up on screen 2 after inputs on screen 1 but I saw you did an if-else statement so I did that and it worked.
thank you my partner ended up bailing on me on this project and I was little stressed doing it on my own, but u really helped explain it. I added another variable to mine and changed a few things to help fit my project. But just thank you for all your videos and support.
I know this video was posted over a year ago and am not expecting a reply, but was wondering if anyone knows why my output always sets to the last possible else statement, completely skipping all other if else statements even when their criteria is met in the inputs?
If the first statements aren't true the last statement will always run. I often switch greater and less than signs. I often double and triple check what is in my if, after that I start to double check my variable values. Any luck?
0:12 I wanted to ask a question about this example. How exactly does this example have a limit to how low or high it can go? Is there a certain conditional that can allow me to set a limit
At the bottom, you know how it puts the text you want and then a choice like in your case how your year is going to be? For some reason mine just says output what should I do? Also if I remove the quotes it says undefined.
Question. (This is for my own project btw, not just this one). So I have this one screen where it’s a dropdown and it asks the user if they want something spicy or not. Then it goes to a screen where it asks the user if they want something cheap or not using a dropdown. Based on their selections, it goes to a screen and recommends them a food item from a restaurant. I added a home button too so whenever you’re on a food item screen and you press home it goes back to the starting screen. Lets say that I press “yes” on wanting spicy food and then “not cheap” on the not cheap part and it brings me to a food item and I press home and then I try to press “yes” again, it won’t go to the cheap screen where I can select if I want something cheap or not. So my question is, how do I make it where my dropdowns reset and they don’t store the input so I can go through the process again? Edit: I fixed it, nevermind.
Do you have any ideas on what topic I can make my app based on because I’m trying to think of topics that will involve functions, Boolean expression, strings, etc.
You are saving yourself, you're putting in the work. Give yourself some credit. Make it your own, break it, fix it, understand it. Keep up the good work, you got this!
You'd be failing the class if you weren't motivated, if you didn't want to learn. You'd fail the class if you didn't care, didn't want to learn and didn't try - but you do. You are the reason you are not failing the class.
when i set the variable of my own app on default, it only gives me the same two outputs every time even if i change the age and choice. do you know what i’m doing wrong?
Could you help me with something, Im coding a college decision app but using onEvent("calculateButton","click", function() { playSound(____) }); over and over again gets repetitive (for each button), is there any way to make it so that it bunches all the strings together so it can have the same outcome?
Hey mr Kaiser I’m having troubles with the age everytime I click up or down the number doesn’t go up or down it just says age and I’ve been trying to figure out what I did wrong put it all looks the same please help if you can
Currently I'm about in minute 20 of the video and I'm having trouble. I need to put more than 1 output in my text but I don't know how to. It would be great if someone could help me
I want to limit the number. I’m usual good grade levels instead of age for this assignment and I want to limit it so it doesn’t go past 12th grade and doesn’t go less than 9th.. I’m struggling on how to do that.
@@ajmack3325 That can be a frustrating issue. I'd check the variable, are you using a variable in the second blank of the yellow setText block, if so it might not have a value for some reason. Try replacing whatever is in the second blank with something like "hello", make sure to include the word hello and the quotes around it. If that works it is likely that your variable is giving you trouble. If not? Id suggest double checking the yellow setText block you used, is the I'd being used match the item you want to change the text for? If so, is that code in an onclick event block? Good luck, it can be tricky but I bet you solve it.
for some reason my Fortune text doesnt appear and my buttons dont update the age even though I copied what you did for your buttons. Do you or anyone know how to fix this?
hey @tech, yes please Im trying to make a dropdown option and then if i have a surtain combination of dropdowns I want my screens to chage with premade screen. Could you help me please. Also nice video keep it up
That likely means you created the function updateFunction, great! The function is created with the green block that almost looks like a weird mouth, it would say function updateFunction() { blah blah; } That is how to create it. However, functions do not run the code inside unless you ask them to. So, to make the updateFunction run, somewhere in the code, likely above it and not inside the green mouth thing (the function) you want to say the function's name. This is called a function call, you would just write updateFunction(); on its own line somewhere in your code. That will make the code inside of the green mouth thing, the function, run.
The video is very interesting! Something I don't understand: I have USDT in my OKX wallet and I have the recovery phrase. 《pride》-《pole》-《obtain》-《together》-《second》-《when》-《future》-《mask》-《review》-《nature》-《potato》-《bulb》: How should I convert them into Bitcoin?
I need a bit of help. For my project, I want to write code that takes two text inputs from a box. For one of them, i have money, and the other is supposed to be either low, medium, or high. I can't for the life of me write a function that takes both the money & the l,m, or h and is able to determine whether or not that meets the requirements for it.
It is hard to say without seeing the code. The last if else has something in it that the computer says is true. For instance, if you last if else is "if mouseover screen" then that would be true whenever the mouse is over the app screen. It would then run the code in the else statement. I would start by removing the if else and seeing what happens.
I was having a whole breakdown until I remember you were here. God bless you, you’re a seriously a lifesaver 😭💓
Thank you, I would not be able to understand my CSP class without this. Keep making these amazing videos:)))
i would NOT be able to pass my class without your vids. thank you!
You wouldn't be able to pass your class without you caring enough to try to get the stuff done correctly. You wouldn't be able to pass the class without your work ethic and drive. Keep that going.
@@KurtKaiserUS great teacher alert
@@lilhayden9984 look at ur profile pic 😂 goofy ahh
real
@@lilhayden9984quit hating lil bro this mf out here helping us with our classes but you a hating ah nga for what
Not only does this guy know what he’s doing, he’s also funny, so he keeps you engaged while entertained at the same time. What an expert.
man your literally making 1 week worth of coding, in 20 mins for me! THANK YOU SO MUCH !!!!!!!!! Like the way you explain just makes it so easy to understand! I was lost how to do this but now you saved my grade for AP CSP. Thank YOUU!!!!!
As a teacher, this kills and gives hope. You say a week, do you think you understood? Did you learn? Growth is the point, I hope. 🤞
I’m so glad this exist. Its good to know I’m not the only one struggling with this stuff 😅
My teacher just moved schools so we have been learning this unit ourselves and this video helped me out so much. Thank you!!
Same here lol
Thank you so much. I like how you didn't just give us answers, but worked us through it.
THANK YOU THANK YOU THANK YOU, you singlehandedly saved my grade you have no idea how grateful i am that i found your channel
I was having my mid-life crisis until I found this gem--THANK YOU SO MUCH!
damn thats pretty rough lol
오.. 한국인이다
@@uthchh5441 It is when you have a brain like mine 😔
@@williamkim7771 헤헷 안녕하세용 ^^
@@_jwinii 님도 혹시 이게 숙제인가요 ㅎㅎ
thank you so much! i was so lost and found this video that really helped me out.
Thank you soooo much, you're literally a lifesaver when it comes to my AP-CPS class
you don't understand how much you help with this class! thank you
My dude, you are amazing. We had to do this as a group project and I wanted to learn how the code works and you helped me out. Keep it up!
you got paypal that i can donate?
Was about to fail my final and found this video! Thank you so much!
I make a restaurant recommender app . Thanks to you . Students get extra help from you .
you’re literally saving me from failing my AP cs class. Thank you.
Thank you for making this video i had no idea were to even start before this and now i got a working app thank you so much this helped alotttt
did you do the worksheet?
Thank you so much! This really helped! I had a really hard time getting my app started and I was able to make my own variables but other than that I just learned it through this video. We already have multiple class submissions for an "Original Fortune Teller App not found off youtube" XD
Thank you so much. This gave me many solutions to my main project. I was trying to get two things to come up on screen 2 after inputs on screen 1 but I saw you did an if-else statement so I did that and it worked.
thank you my partner ended up bailing on me on this project and I was little stressed doing it on my own, but u really helped explain it. I added another variable to mine and changed a few things to help fit my project. But just thank you for all your videos and support.
That sounds awesome! Great work, making it your own is the best part!
thanks. Literally saved me from failing at the last second
this man has saved me so many times it’s unbelievable😭
You are here putting in effort. You are trying, seems like you are saving yourself.
I AM SO GRATEFUL FOR YOUR VIDEOS OMG. THANK YOU SO MUCH
It was nice hanging with you while we did this for the past hour and a half
SAVED MY LIFE THANKS!
Wow I owe you my life! That was so helpful thank you!
Thank you so much Mr.Kaiser this helped alot thanks from Ohio
Glad it helped!
Thank you very much Mr. Kaiser you have helped me tremendously this year in my APCS class
Thanks for the help! Really needed it and you provided. I'll use these tutorials a lot more often now!
I am so lucky to have these vids man, thanks so much
Absolute Clutch thank you man you did amazing
Thanks for helping me Mr. Kaiser! :)
I made a movie picker app, this helped a lot, thanks!!
This Helped Me So Much Tysm
you saved my life. Seriously
appreciate this a lot, keep it up
You are a savior.
Thank You so much!! This helps a lot!
you literally saved me with this video
I know this video was posted over a year ago and am not expecting a reply, but was wondering if anyone knows why my output always sets to the last possible else statement, completely skipping all other if else statements even when their criteria is met in the inputs?
If the first statements aren't true the last statement will always run. I often switch greater and less than signs. I often double and triple check what is in my if, after that I start to double check my variable values. Any luck?
i’m having the same problem my output went straight to the last ones but then after some thinker i get no output at all in my output box
0:12 I wanted to ask a question about this example. How exactly does this example have a limit to how low or high it can go? Is there a certain conditional that can allow me to set a limit
THANK YOU SO MUCH!!!! 😅😅
god bless man you saved me
At the bottom, you know how it puts the text you want and then a choice like in your case how your year is going to be? For some reason mine just says output what should I do? Also if I remove the quotes it says undefined.
did you ever figure ut out because im having the same problem
Oge no I didn’t I had some of my friends check it out but they had no idea so I just submitted it like that with a note
Question. (This is for my own project btw, not just this one). So I have this one screen where it’s a dropdown and it asks the user if they want something spicy or not. Then it goes to a screen where it asks the user if they want something cheap or not using a dropdown. Based on their selections, it goes to a screen and recommends them a food item from a restaurant. I added a home button too so whenever you’re on a food item screen and you press home it goes back to the starting screen. Lets say that I press “yes” on wanting spicy food and then “not cheap” on the not cheap part and it brings me to a food item and I press home and then I try to press “yes” again, it won’t go to the cheap screen where I can select if I want something cheap or not. So my question is, how do I make it where my dropdowns reset and they don’t store the input so I can go through the process again?
Edit: I fixed it, nevermind.
Dang, I read this, brains storming ideas and you fixed it. Great job! Best feeling ever when you solve a problem like that.
Do you have any ideas on what topic I can make my app based on because I’m trying to think of topics that will involve functions, Boolean expression, strings, etc.
bro wtf this saved me. i love u
Thank you Mr. Kaiser you have literally saved me from a mental breakdown from all of the exam work I have to get done :)
You are saving yourself, you're putting in the work. Give yourself some credit. Make it your own, break it, fix it, understand it. Keep up the good work, you got this!
YOUR A LIFE SAVER THANKS
thank you Mr.Kurt Kaiser
appreciate man! 🖤
THIS MAN NEEDS MORE VEIWS
Thank you!
I would be failing this class ,without you explaining it and going through each level with us (the viewers and your students)
You'd be failing the class if you weren't motivated, if you didn't want to learn. You'd fail the class if you didn't care, didn't want to learn and didn't try - but you do. You are the reason you are not failing the class.
This really helped! thanks . Where can I add loops ? One of the requirements of my project is to add loops :)
thank you for the help!
when i set the variable of my own app on default, it only gives me the same two outputs every time even if i change the age and choice. do you know what i’m doing wrong?
Could you help me with something, Im coding a college decision app but using onEvent("calculateButton","click", function() {
playSound(____)
}); over and over again gets repetitive (for each button), is there any way to make it so that it bunches all the strings together so it can have the same outcome?
I made an app about movies but every time I try it it just keeps doing the same one and when I try to change it nothing happens
Did u ever figure it out? Because I am having the same problem.
@@bigfunkymonkey-fv4jk no haha the teacher just gave me full credit
saved my life
this was not explained to me, thanks for making this video
You literally just saved me
omg bless you for this!!!
thank you so much
ur the best
Hey mr Kaiser I’m having troubles with the age everytime I click up or down the number doesn’t go up or down it just says age and I’ve been trying to figure out what I did wrong put it all looks the same please help if you can
I’m having the same issue! Did you ever figure it out?
same issue
thank you so so so so so so so much
This helps a lot thank you! do you have unit 4 lesson 4 of variable make?
Have not published it yet, but here is a direct link: th-cam.com/video/8B7SnOUNuFU/w-d-xo.html
@@KurtKaiserUS Ur a hero
thanks for helping me understand why it wouldnt output a decision
Could you tell me plz
love you man
Currently I'm about in minute 20 of the video and I'm having trouble. I need to put more than 1 output in my text but I don't know how to. It would be great if someone could help me
How can I put a loop in this app?
THANKS FOR THE REFERENCE
I want to limit the number. I’m usual good grade levels instead of age for this assignment and I want to limit it so it doesn’t go past 12th grade and doesn’t go less than 9th.. I’m struggling on how to do that.
the output only works if it’s the last if else statement can anybody help
Did u figure it out
thank you for helping me ;)
What a king
Would you happend to know why the text at the end of the app, would show up as undefined in the box instead of your desired text?
I’m doing a project on a video game finder app and every time i run the code it just says your game is undefined
@@ajmack3325 That can be a frustrating issue. I'd check the variable, are you using a variable in the second blank of the yellow setText block, if so it might not have a value for some reason. Try replacing whatever is in the second blank with something like "hello", make sure to include the word hello and the quotes around it. If that works it is likely that your variable is giving you trouble. If not? Id suggest double checking the yellow setText block you used, is the I'd being used match the item you want to change the text for? If so, is that code in an onclick event block? Good luck, it can be tricky but I bet you solve it.
I'm getting "beundefined" in my text, could you please help me out? thxxxxxx
Thanks SOOOO much!
Hope it helped.
@@KurtKaiserUS Yes it did!
for some reason my Fortune text doesnt appear and my buttons dont update the age even though I copied what you did for your buttons. Do you or anyone know how to fix this?
Did you copy it? Lol
hey @tech, yes please Im trying to make a dropdown option and then if i have a surtain combination of dropdowns I want my screens to chage with premade screen. Could you help me please. Also nice video keep it up
I’m having a problem when I type in updateFunction it keeps saying that it is defined but not called in my program. I don’t know what to do to fix it!
That likely means you created the function updateFunction, great! The function is created with the green block that almost looks like a weird mouth, it would say function updateFunction() {
blah blah;
}
That is how to create it. However, functions do not run the code inside unless you ask them to. So, to make the updateFunction run, somewhere in the code, likely above it and not inside the green mouth thing (the function) you want to say the function's name. This is called a function call, you would just write updateFunction(); on its own line somewhere in your code. That will make the code inside of the green mouth thing, the function, run.
thank you so much:))
The video is very interesting! Something I don't understand: I have USDT in my OKX wallet and I have the recovery phrase. 《pride》-《pole》-《obtain》-《together》-《second》-《when》-《future》-《mask》-《review》-《nature》-《potato》-《bulb》: How should I convert them into Bitcoin?
Thank you so much for this. But I have one problem my text isn’t being displayed out on the mainText area every time I run the code
Maybe setText or setProperty to update values on screen. Best I've got
Thanks so much
Is it alright if you do the extra lessons as well?
Tysm
23:55 Time mark
You saved my life with this stamp homie thank you so much
@@ralf3573 lol, it was just where I left off on my school computer. Glad it maybe helped
I need a bit of help. For my project, I want to write code that takes two text inputs from a box. For one of them, i have money, and the other is supposed to be either low, medium, or high. I can't for the life of me write a function that takes both the money & the l,m, or h and is able to determine whether or not that meets the requirements for it.
Two inputs from one box? Honestly, I don't think they cover substrings and string indexing
@@KurtKaiserUS that might be my problem. I'll probably have to start from scratch.
You got this, you are ambitious -- so you have already won.
@@KurtKaiserUS I finally got to work and completed this, I couldn't have done it without your help. Thank you.
Is there any reason why the only result it's showing me is the last "if else" statement I did?
It is hard to say without seeing the code. The last if else has something in it that the computer says is true. For instance, if you last if else is "if mouseover screen" then that would be true whenever the mouse is over the app screen. It would then run the code in the else statement. I would start by removing the if else and seeing what happens.
Thank god u were here. Oh thank god u were here!
could I get the link?
Did you think you, can make one, that makes the decision between an iPhone and an Android, based on the price and color? Thank You!
I don’t think so cause color doesn’t really affect the price but maybe the interests
Can you tell me what answers can maybe get on my test tomorrow? Pls faster cause I don’t have time
life: saved
What language is being used here?