Тёмный

Build a PowerApps Quiz plus intro to controls 

Shane Young
Подписаться 162 тыс.
Просмотров 82 тыс.
50% 1

In this video, you will learn how to build a PowerApps quiz and in the process get introduced to several controls, the Switch Function and some app building tips. A little bit for everyone.
Topics covered:
• Building a quiz with a calculated score
• Toggle Control
• Radio Control
• Date Picker Control
• Rating Control
• Switch function
• Template colors
Dropdown video
• PowerApps Multiple Dat...
For PowerApps consulting and help
Https://www.PowerApps911.com

Наука

Опубликовано:

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 211   
@matthewv4170
@matthewv4170 2 года назад
Hi Shane, I've found that if you have a list of questions and a column of comma delimited values as your choice options you can forall the item to seperate out the choices for your radio options. You can drive all questions with one gallery then instead of all the static text and pages Happy to discuss further.
@richardjames7185
@richardjames7185 Год назад
This is a great video, thank you. I now have shown proof of concept to my boss and will be delivering an app combining a presentation piece with a knowledge test afterwards
@richardjames7185
@richardjames7185 Год назад
Also, the Fill and Color hack is genius, I will be using a Settings page in all apps going forward
@mikepapacoda2570
@mikepapacoda2570 Год назад
One of the best videos I've seen on this topic. Great work.
@ShanesCows
@ShanesCows Год назад
Thank you. Better news? I have a new version of this in the works. :) Should come out in the next couple of weeks.
@benjaminnzioki8815
@benjaminnzioki8815 4 месяца назад
Thanks Shane, this was a great tutorial!
@ShanesCows
@ShanesCows 4 месяца назад
Happy to help, there is a newer version if you want to go deeper. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MziQUOE3jNc.html
@naturfagstoff
@naturfagstoff 4 года назад
At 11:10 - the items in the list must be separated by semicolons for languages that use comma (,) as the decimal separator. Also, when entering multiple statements to the same thing, use TWO semicolons in those same languages. - Rev. Aug 2019 Excellent intro to PowerApps, got me interested in the RAD programming right away. Thanks, Shane.
@ShanesCows
@ShanesCows 4 года назад
Thanks for sharing 😻
@MattGaralde
@MattGaralde 6 лет назад
Thanks for the video. How do you go about creating like a "Comment Section" kinda like Discussion Board in SP. Can we use collections?
@ShanesCows
@ShanesCows 6 лет назад
Like you want to leave comments so the next person sees them? Collections are temporary so you would have to write comments to a list or other data source.
@MattGaralde
@MattGaralde 6 лет назад
Shane Young Great, hope you make a tutorial on that. 🙂
@MrBerdari
@MrBerdari 2 года назад
Awesome how you explain these steps so easily and enthousiasticly
@ShanesCows
@ShanesCows 2 года назад
Thanks 😊
@bootsbax
@bootsbax 5 лет назад
Great video thanks Shane!
@ShanesCows
@ShanesCows 5 лет назад
You are welcome. Glad it helped. :)
@Killers3238s
@Killers3238s 3 года назад
Hi Shane! Thanks for all its very Helpful, I have one question: How can you make it so if a specific radio button is selected to navigate to a specific screen, E.G. if answer one is selected save the selected answer to a list and then navigate to Question 2 screen, or if answer two is selected save then navigate to question 4 screen?
@randybryanpanopio2417
@randybryanpanopio2417 6 лет назад
Awesome video Shane! Can you make a video on how to create a PowerApps which lets user to create the questions? Here's a use case: A teacher wants an app for creating multiple quizzes. He would enter questions about his quiz, enable him to choose type of entry like text, dropdown, radio, checkbox or datepicker then allow him to put the answer and some layout settings like color, font size or logo then save these questions, answers and settings into a table with a quiz id. The table just grows like a fact table with different quiz ids. The student then opens another PowerApps using a quiz id then boom, all questions and settings (except the answers) of that quiz id are shown just like a new quiz and with scoring like what you did here but queries the fact table for the right answers to compute the score. Thank you.
@ShanesCows
@ShanesCows 6 лет назад
Randy that sounds like a tough one. Have you looked at Microsoft Forms? I think Microsoft intended that to be your answer for this problem. You could make something like you are thinking in PowerApps but it would be really complicated.
@kristinakarlova4339
@kristinakarlova4339 2 года назад
Hi Shane thanks for your videos, I learnt A LOT! Hoping you could help me with one questing - how can I calculate the score if I'm trying to create an assessment form with Meet, Below and Not Applicable options where score is calculated as "Number of Meet" / "Number of Standards" - "Number of N/A's".
@dianeblair4217
@dianeblair4217 Год назад
Hi Shane! Thanks for the video. Please create a video with more complex scoring, as you mentioned @20:44. I would love to see that, as it fits a scenario I'm currently working on. Thank you!
@ShanesCows
@ShanesCows Год назад
Diane I made a new version of this video. Does it help? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MziQUOE3jNc.html
@hudsonquay
@hudsonquay 5 лет назад
If people want to assign different scores based on the answer, this can be achieved with Switch e.g... Switch( Radio1.Selected.Value, "Shane", Set(Score,Score+5), "Chewy", Set(Score,Score+15), "Someone Else", Set(Score,Score+10), ); Navigate... You could also navigate to different screens based on the answer. This can also be done using multiple If statements but Switch is a bit neater.
@ShanesCows
@ShanesCows 5 лет назад
Awesome. Thanks for sharing.
@antonpierre6565
@antonpierre6565 2 года назад
Hi Shane, great vid as always, dont know if you did the vid with the screener score....will love to see it
@flygirlzaz
@flygirlzaz 4 года назад
Would love to see a video on how to calculate a result based on specific questions as you mentioned around 20:40. Thank you!
@ShanesCows
@ShanesCows 4 года назад
I will see what I can do.
@tirmag2315
@tirmag2315 4 года назад
@@ShanesCows I would be more interested on using this as an interactive decision tree (i.e., as you mention, going to different screens depending on your answers). Have you got a video about something similar?
@edjalexander
@edjalexander 2 года назад
Thanks, this was really helpful for making a quiz on Power Apps... now I need to check out your video for exporting the score to somewhere else... Excel? Not sure. Will have a look. Thanks again though.
@ShanesCows
@ShanesCows 2 года назад
You're welcome!
@Drifterseries
@Drifterseries 5 лет назад
THX MAN - Gave me a nice introduction to PowerApps !!! Chapoo !!! // What a pitty though to find out in the end that you can only share the app within your own organisation...
@ShanesCows
@ShanesCows 5 лет назад
Yeah. Not ideal but this is a great platform. Hopefully by the time you are a pro with it they will let it out of the org.
@chanm1000
@chanm1000 2 года назад
Hi Shane, could you do a video on doing radio button and assigning a value. I'd like to be able to ask 11 questions (each radio button would have a certain score), and then do a tally at the end with a pop of a message that gives the person a message of GO, Caution, STOP or High Risk (depending on the points tallied). I'd also like to save the data to a SharePoint list. I love your videos and am just learning power apps, but I am terrible with formula building haha
@HenkPrins
@HenkPrins 5 лет назад
Hi Shane, very useful this video, thanks. As an absolute powerapps-beginner i was wondering. (1) I noticed that i use ; instead of , in the commands. Is this is regional setting? (2) I want to output results to a SharePoint list, do i have to use the Patch command for this?
@ShanesCows
@ShanesCows 5 лет назад
1 - yes. 2 - yes. You need to use patch or a form but probably a patch.
@zolisawelani9338
@zolisawelani9338 4 года назад
Hello Shane. Thank you so much for the awesome video. I just wanted to know, when selecting an option in the radio buttons,it shows a rectangular box surrounding my radio buttons on clicking. I want to disabled showing that rectangular box. How do I do so?
@ShanesCows
@ShanesCows 4 года назад
I haven’t done that before but I wonder if there is a color for selected you could change to transparent. Worth a look.
@hannahkays7771
@hannahkays7771 2 года назад
Hi Shane! I have 2 checkboxes within my checkout screen, (2 ways to pay) how do I link the individual checkbox when selected to a SharePoint list column (I have a column for each checkbox)? I've also been trying (when selected) to hide the other checkbox.
@chickenschnitzel9829
@chickenschnitzel9829 5 лет назад
This video helped me so much! I have a question, how do I create a gallery with several different images?
@ShanesCows
@ShanesCows 5 лет назад
You can add as many images controls to a gallery as you want.
@Maverick-uw1nc
@Maverick-uw1nc 3 года назад
hi shane i am new to powerapps but have watched most of your videos and learnt many basic stuffs and created couple of apps. But currently I am stuck , I want to built a app similar to the quiz but a bit different. So as a employee you can earn points for 4-5 task. If a task is done you get some points which than adds to your total points. Depending upon the enteries done in the app a powerbi dashboard has to be created so that all the employees in the firm knows who is currently ranking top. Pls let me know how can this be accomplished.
@timmymarquis1222
@timmymarquis1222 4 года назад
thanks for this video I have been looking for a way to validate the date on power apps. I created a workflow where users create a ticket to be sent for approval and they can re-open the ticket if they are not satisfied, but if the ticket is greater than 2 days. they should not be able to. i used power automate to validate it but that just means the ticket would get reopened and deleted which is a drag, so now i just used the date picker to compare the created date in powerapp with todays date minus 2, and set the display mode property on the submit ticket to false if date created is less than todays date minus 2. and it worked. thank you
@ShanesCows
@ShanesCows 4 года назад
Awesome 😎
@gerardosalazar2351
@gerardosalazar2351 6 лет назад
Learning from you amazing things... i would like to know if you can create a repeating table example with SharePoint, I know is not hard using collections, but you have a unique way to do it, and a lot of people will be happy for that and start replacing some infopath forms with a powerapp. Thanks a lot!!!!
@ShanesCows
@ShanesCows 6 лет назад
Thank you Gerardo. Repeating tables is on my short list. Do you have an example form? I would love to see it. I do think I know how I would do it but if you will send me a form that I can use I will use it for a video. 😻 Shane at PowerApps911.com
@gerardosalazar2351
@gerardosalazar2351 6 лет назад
Shane Young Hi Shane, I will create one and I will share it with you. Could be creat you explaining a repeating table! Thanks and keep going
@golodiassaid4879
@golodiassaid4879 3 года назад
Thanks, this would have been more practical if you get the questions from sharepoint list and post the answers to another list later to analyze responses. Excellent tutorial anyway
@ShanesCows
@ShanesCows 3 года назад
Glad it helped.
@nw6528
@nw6528 4 года назад
Great video! I assume that users would need access to the datasource in order to use the app... so is there a way to hide the questions and answers?
@ShanesCows
@ShanesCows 4 года назад
Look for my video on security and environments 😀
@AudrieGordon
@AudrieGordon 6 лет назад
AWESOME, creative approach! Would you be willing to add this to our community tips in the video gallery? Thank you for sharing this video!
@ShanesCows
@ShanesCows 6 лет назад
Yes mam! I just ran out of time yesterday, I will do it today. I will also be out there this Thursday and Friday. If you are around I would love to catch up. I will include you on my planning email tomorrow.
@AudrieGordon
@AudrieGordon 6 лет назад
OMG! I would love to sync with you! Private message me when you're in the area!
@ShanesCows
@ShanesCows 6 лет назад
Done! powerusers.microsoft.com/t5/Video-Webinar-Gallery/PowerApps-Training-App-new-way-to-learn/m-p/106836#M201
@AudrieGordon
@AudrieGordon 6 лет назад
Thanks so very much! I need to go and favorite your videos for my playlist too. It's just a matter of time but your stuff needs visibility everywhere. :)
@AdiCristea
@AdiCristea 6 лет назад
Awesome video, Shane! Loads of questions from it too :). 1. In a previous video I may have got the information a variable cannot be transferred from one screen to the other unless is passed through the Context option of Navigate. In this video I see Score's value just stays visible for the whole app. What am I missing? 2. In the Date picker, are we able to change the format the date is being displayed? I'm in the UK so obviously a different format. And to make it even more challenging, I'd like the picker to show DD MMMM YYYY when picking the date. 3. Great tip with multiple images being uploaded at the same time and then using them in a function. But what if one image has the same name as a variable, how would we be able to overcome that? Lastly, please do the back and forth screens video you were talking about :). Loving all your videos and starting to love PowerApps too, thanks to you. Thank you!!
@ShanesCows
@ShanesCows 6 лет назад
Thanks for watching Adi! 1. Set creates a global variable. UpdateContext sets a variable just for the screen. Watch this video for a deeper dive. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-e2_BGekECfY.html 2. There is a language and format property. I haven't tried either but might be worth a shot. Let me know what you find? 3. I will have to play with the exact format but I know you can use explicit references. Between you and I just avoid duplicate names. :) I added it to the list. Shane 😀
@AdiCristea
@AdiCristea 6 лет назад
Thank you for the very quick reply. 1. Ha, you are right (how else!?), apologies. I kind of stopped listening to the second part of that video as I was looking for a way to transfer a variable from one screen to the other and after I've learnt from you how to do it my mind started thinking about the project I was working on. Re-watched carefully now, thank you for the reminder. 2. I did try both of them but it does not work, at least not in my case. Moreover, although my default Windows Regional settings are for United Kingdom, Powerapps shows the date in the Date Picker in the US format, nevermind being able to customising it. 3. Good tip, noted :).
@ShanesCows
@ShanesCows 6 лет назад
I will ask about date picker format this week when I visit with the team.
@sanet3095
@sanet3095 4 года назад
@@ShanesCows Hi Shane. Thanks for the great tutorials - they're a massive help. I have the same issue as Adi in terms of the date. Also using UK format in Windows Regional settings, all my other Windows apps are displaying correctly, except for Power Apps. I was wondering is this isn't a browser setting that needs to be changed?
@Fernando_Calero
@Fernando_Calero 4 года назад
@@sanet3095 In this it's explained the use of the Language property of the Date Picker control, if you select "en-UK" that'll do it. docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-date-picker
@TheVaishali999
@TheVaishali999 5 лет назад
Please also show us how to store these quiz result and questions in SharePoint List. It would be really helpful thank you.
@ShanesCows
@ShanesCows 5 лет назад
You aren’t the first person to ask. I will put it on the list of videos to make. 😀
@clarkkent2260
@clarkkent2260 5 лет назад
I also would like to see a video with quiz tied to sharepoint list @@ShanesCows
@mikenelson6394
@mikenelson6394 5 лет назад
I'd love to see this video too!
@njfrlng
@njfrlng 5 лет назад
@@ShanesCows Did this video make it to production yet ? :)
@bettinaweiss2175
@bettinaweiss2175 4 года назад
@@ShanesCows you would really safe my ass with that Video :)
@zoeyliang3567
@zoeyliang3567 4 года назад
Hi Shane, many thanks for this video. I am new to Power Apps and this tutorial is very helpful for me! May I know if at the finish page, is there a way for the user to push the button and patch the survey results collected from all the questions and send to a pre-defined table in a SQL server?
@ShanesCows
@ShanesCows 3 года назад
Sorry I am behind on comments. Yes you can! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MclJ_O9HvJQ.html this video shows SharePoint but same for SQL
@zoeyliang3567
@zoeyliang3567 3 года назад
@@ShanesCowsno worries! Thanks this is amazing!
@sreeniv09
@sreeniv09 3 года назад
Shane, the checking of radio is with values, is there a way I check using keys /index?
@ShanesCows
@ShanesCows 3 года назад
Not that I know of. Try tab?
@nw6528
@nw6528 4 года назад
Hello - great video, easy to follow. How do you reset the final score? I've tried Reset(Score), but this doesn't work...
@ShanesCows
@ShanesCows 4 года назад
Set(score, 0)
@boss231991
@boss231991 4 года назад
Hi Shane thank you for this video all your videos are damn informative just wanted to check how do i store this data to my share point have you already created a video for that ?
@ShanesCows
@ShanesCows 4 года назад
I think the video is called save SharePoint data. You would use the Patch function which I also have a video for.
@ggoyard
@ggoyard 5 лет назад
Thanks a lot for this very insctructive video. Just a quick question: is there a way to have multiple "correct answers" in a Radio control? I mean, I would like to select 2 answer out of 3. Is this possible?
@ShanesCows
@ShanesCows 5 лет назад
Nope, sorry. If you need to have them multi-select you could do that with a list box or by stacking checkboxes.
@kenmutua5712
@kenmutua5712 3 года назад
Shane Young can you demo this please?
@MySweetFacePJ
@MySweetFacePJ 3 года назад
I tried to build the quiz with multiple choice using "button" as the options. How do I go about calculating score? I tried this code: If(Button.Pressed, set(score, score+1) - but it does not seem to record and add up at the end. Please advise, and thank you so much!
@ianmcpherson2301
@ianmcpherson2301 6 лет назад
Great video as usual. Would it not pay to create a Template Screen and duplicate that so if yo want to add more questions to the quiz you can just duplicate the Template screen. I would give that template screen two buttons Forward and Back. Just some random thoughts
@ShanesCows
@ShanesCows 6 лет назад
Thanks. I like your random thoughts. :) That is why I make these, to inspire people. :)
@kenmutua5712
@kenmutua5712 3 года назад
Hi Shane ,please show me how to create complex scoring you talked about in this clip. It will really come through
@kenmutua5712
@kenmutua5712 3 года назад
Jump around based on the answers and calculate more complex senarios
@ShanesCows
@ShanesCows 3 года назад
I replied to the other comment. More Ifs required. Sorry, don't have a video.
@rochellenicholson6372
@rochellenicholson6372 3 года назад
Hi there, I am using something like this for Audits. Can you tell me how to add the final "Total" Score to my sharepoint List. Should "Score" be a number or text column in SP? On my finish button I tried to use "Patch" to send the Score to SP but it hasn't liked what I have tried.
@ShanesCows
@ShanesCows 3 года назад
I would make it a number in SharePoint and I would use Patch. Maybe this video will help ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MclJ_O9HvJQ.html
@SarathKumarNSK
@SarathKumarNSK 2 года назад
When the user trying switch tab or window, are we able to give them the alert or warning?
@rowlandjones3872
@rowlandjones3872 Год назад
shane do a full video with the quiz storing to a database for each user
@ShanesCows
@ShanesCows Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MziQUOE3jNc.html I made a new version of this video. I think it might help.
@eduardogaribay9776
@eduardogaribay9776 4 года назад
Hi, congratulations, it was an aweasome video. i have a question how do i get to connect a rating control witha a column list on share point?
@ShanesCows
@ShanesCows 4 года назад
The SharePoint column needs to be a number column
@trentthayne1018
@trentthayne1018 4 года назад
Shane, when creating a toggle switch, how can I get that to update what is in my Data Value Card?
@ShanesCows
@ShanesCows 4 года назад
Toggle.Value will return a true false value
@caropvst2930
@caropvst2930 5 лет назад
Hi Shane, I'm stuck with the radio control... I try the syntax proposed, for example ["Test","Why"] but I encounter an issue: Unexpected caracters. The formula contains "BracketClose" when "Error" is expected. I even tried what's proposed on the microsoft support: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-radio. The example is: ["Standard", "Premium"] (with a space after the comma), but it doesn't work. Do you have any advise on this? Thanks a lot for your help
@caropvst2930
@caropvst2930 5 лет назад
I finally just saved, got out of the application and back in, and it worked! But it converted the commas in semicolon on its own :S
@ShanesCows
@ShanesCows 5 лет назад
Yes, your local language uses a , (comma) as the decimal separator so in this function you have to use a ; not a comma. Quite confusing for sure. This will help: docs.microsoft.com/en-us/powerapps/maker/canvas-apps/global-apps
@orlandossss
@orlandossss 3 года назад
Hello! I have a list of yes/no questions and put several toggle controls as options to select the answer, how can I save all selected values for all toggles?
@ShanesCows
@ShanesCows 3 года назад
Sorry I am slow. You would need to patch them to a datasource. Toggle.Value will either be true or false based on what you clicked.
@ramisolipe7001
@ramisolipe7001 3 года назад
Great videos !. can you please do the same powerapps but need to take the questions ,choices and correct answers from Excel sheet rather than typing manually .
@ShanesCows
@ShanesCows 3 года назад
I have some videos of Excel as a data source you can adapt :) YOu will use Lookup once you add the data source.
@abuena73
@abuena73 3 года назад
what could the function possibly be instead of generating multiple screens to hold each questions, i thought of something like when you hit the next button, data card for questions will cleared out and will then display the next question (like incremental) in assumption that the table source of your questions is from SharePoint?
@ShanesCows
@ShanesCows 3 года назад
What about something like this? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7XXo9wjnJvc.html
@abuena73
@abuena73 3 года назад
@@ShanesCows you're forever awesome, Shane! Thank you for your unselfish act!
@rheydawnalquisalas6586
@rheydawnalquisalas6586 Год назад
Hi Shane I'm a huge fan of what you, do you mind if I ask, how will I connect the Quiz Score to the Sharepoint list? what function shoud I use?, It will be a huge help if youll reply. Thanks a lot Man.
@AnandavadivelanV
@AnandavadivelanV 5 лет назад
Hi SHane, great video. Is it possible to randomize questions from a pool of questions from a sharepoint list or another table or so?
@AnandavadivelanV
@AnandavadivelanV 5 лет назад
I figured how to do this. Your videos have been very helpful. I just got the questions and answers from my list into separate collections and used the shuffle, first functions for the question and put that into a gallery and based of that gallery question, used the filter function from my second collection for the answer choices and put them into the radio button control. It works.
@ShanesCows
@ShanesCows 5 лет назад
Awesome. I was going to say shuffle. You beat me to it. 😀
@AnandavadivelanV
@AnandavadivelanV 5 лет назад
thanks to you Shane. You are awesome to be putting out these videos, tremendous help.
@kayakcph564
@kayakcph564 5 лет назад
Hi Shane, Thank you for the video. How do you create a PowerApp that generates quizzes on daily basis, choosing one question from database. And if the answer is wrong, it will post the link to the document to read for finding the answer, and invites the responder to do again the quiz after 3 hours. Thank you again.
@ShanesCows
@ShanesCows 5 лет назад
Baby steps. Don’t try to do it all at once. Do it in baby steps.
@RakeshKumar-pu4km
@RakeshKumar-pu4km 6 лет назад
Thanks for this awesome video. It helped me a lot. If possible, can you show how this data can be added to a SharePoint list or Excel table?
@ShanesCows
@ShanesCows 6 лет назад
Hi Rakesh - I think I helped in the other comment? :) But in case others are looking for it I think this is a good video to help. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gX5q_V3U8-s.html
@Thgarbageman711
@Thgarbageman711 3 года назад
Thanks for the video. I am stuck when I include Radio as an option. It does not allow me to click any of the circles attached to the question. Any tips on how I can click on these defined points? I tried using it for other buttons you talked about, but I am running into the same issue.
@ShanesCows
@ShanesCows 3 года назад
Do you have something over it or the radio disabled. I have never seen it not clickable
@Thgarbageman711
@Thgarbageman711 3 года назад
@@ShanesCows Thanks for the response. I figured it out....For some reason, I have to hold "ALT" while selecting my option. Trying to figure out a way where the user does not need to hold ALT in order to select.
@lauriegonay5974
@lauriegonay5974 6 лет назад
Hi Shane ! I would like to do exactly the same app but I would like to connect my results to a datasource. I tried but I have problems: when I submit form 1 (question 1) it creates a row (ok perfect) but when I submit form 2 (question 2) it creates a new row... I would like to have all the results in the same row. I created an app for the risk managament with different forms on different screens and it works perfectly: all the results are recorded on the same row. I tried to do the same for my quiz app but there's something wrong... Do you have an idea?
@ShanesCows
@ShanesCows 6 лет назад
Don’t do forms. Instead take the info and patch the results to the the row. I have a video on patch if you haven’t done it before.
@lauriegonay5974
@lauriegonay5974 6 лет назад
Thank you for your answer Shane. I watched your video on patch which was very interesting ! But I still struggle to build my quiz. What if I don't want to insert a Gallery with all the row appearing with all the details? I want to have a screen with "Name", "Surname" and a dropdown list with "Worker/Employee" then a Save button and after different screens with the quiz questions. I think I understood how to use the patch function but it seems I have to insert a gallery to do so and I do not want to have the same view as yours in the video...
@ShanesCows
@ShanesCows 6 лет назад
I wonder if a video like this would help you understand the dropdown better? You are right, you don't need a gallery . ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pkZG2boN7jQ.html
@lauriegonay5974
@lauriegonay5974 6 лет назад
Thanks again for you answer Shane. This video was interesting but didn't fix my problem. In fact, what I am trying to do is to create a quiz and to connect all the results in my Sharepoint list. I tried with Patch function but I am not sure my methodology is the right one. I have a "Register" screen with inputs "Name", "Surname" and a dropdown list 'Worker/Employee" then other screens with the questions. So I would like that when I register (=fill the "Name", "Surname" and dropdown menu "Worker/Employee" and then click on a button like a submit button) it creates a row in my Sharepoint List with these data. Then when I go to the Questions screens and submit the answer it fills the columns "Question1", "Question2"... in my Sharepoint List and a column "Result" as well... Hope my problem is clear I tried to first create a row with "default values" as you did in your Patch Function Video than tried to update this field with the input value but it didn't work. Thanks
@juanjo2391
@juanjo2391 4 года назад
Hi Shane. How could I write the Quiz/Survey results into a Sharepoint List? Do you already have a video for this? Thanks
@ShanesCows
@ShanesCows 4 года назад
Use Patch. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gX5q_V3U8-s.html
@litaoliu5800
@litaoliu5800 4 года назад
Hi Shane, thanks, very helpful! Is it possible to track results of survey takers? E.g. how many people have taken the survey; average score of participants, etc.?
@ShanesCows
@ShanesCows 4 года назад
Yes. When you write the results to a data source you will have all of the info. Then you can do any type of reporting you want.
@litaoliu5800
@litaoliu5800 4 года назад
@@ShanesCows Awesome, thanks Shane!! :)
@cutlerwater
@cutlerwater 5 лет назад
Great stuff here and everywhere else thus far.. How can I add music or videos to PowerApps?
@ShanesCows
@ShanesCows 5 лет назад
Look under the media control. Options for both.
@kilarvo
@kilarvo 4 года назад
thank you very much, i could make a quiz today with the help of your video, now i want to make some thing bigger, I have a set of questions, I have give scores to the answers and categories these scores to 10 different categories, presently i am doing it manually, can you help me out?
@ShanesCows
@ShanesCows 3 года назад
Sorry I am behind on comments. Hopefully you got it figured out. 😀
@sangrampradhan8349
@sangrampradhan8349 3 года назад
Thanks for the video. How to change selected item value in Radio button?
@ShanesCows
@ShanesCows 3 года назад
You have to set the Items property of the Radio
@GauravSingh-tp7zq
@GauravSingh-tp7zq 3 года назад
That's a nice tutorial. Can we share this within team and save score for all members? Please suggest.
@ShanesCows
@ShanesCows 3 года назад
Yes. You would have to add score tracking and saving to a datasource. I don’t have a video on that.
@pilargonzalez4776
@pilargonzalez4776 4 года назад
Hello Shane!!! I'm desperate here! How can I store the results on a Worksheet? Thank You
@ShanesCows
@ShanesCows 4 года назад
Yes with Patch
@abuena73
@abuena73 3 года назад
how about adding 'back' button just in case user would like to modify the answer on the previous question, what would the function look like? newbie here
@ShanesCows
@ShanesCows 3 года назад
There is a Back() function in PowerApps that you can use. Or you could have the back button Navigate(ScreenYouWant) both would work 🤩
@abuena73
@abuena73 3 года назад
@@ShanesCows Thanks, Shane! Will it hold the previous answer when hit the back button to edit or modify the answer?
@maheebasyed5983
@maheebasyed5983 2 года назад
How to select a radio button , check if it's right or wrong and go to the next set of questions and options without using new activity?
@ShanesCows
@ShanesCows 2 года назад
The Radio button has an OnChange event that you could have it check if the answer was correct or not and then take action from there.
@rajum5453
@rajum5453 3 года назад
please make videos on PCF controls
@ShanesCows
@ShanesCows 3 года назад
I would love to but not my thing. Sorry 😐
@david80246
@david80246 4 года назад
Hi, I need to have a checklist and update the checked values in a multi choice column in a sharepoint list.Can you help me to get through this?
@ShanesCows
@ShanesCows 4 года назад
This should help ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gsk14D-CYRE.html
@david80246
@david80246 4 года назад
@@ShanesCows Thanks a ton, your videos are really helpful
@camilopineros8076
@camilopineros8076 5 лет назад
Hi, Nice Video, but u can show, How can i get this Score on Excel DOC.?
@ShanesCows
@ShanesCows 5 лет назад
Look for a video on patching. You need to patch the final score to the data source.
@anthonymorris5951
@anthonymorris5951 4 года назад
Hi Shane, I am new to powerapps. How would I create this do that a user could change the questions each time from within SharePoint?
@ShanesCows
@ShanesCows 4 года назад
Need a better data model. 😀 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7XXo9wjnJvc.html
@christianvazquez1257
@christianvazquez1257 5 лет назад
Hi Thanks for sharing this information, But In my case I want to export this answers from PowerApps quiz to Word document using Office 365. Is possible to do that? Regards.
@ShanesCows
@ShanesCows 5 лет назад
You could look at Flow. Might need a 3rd party to write to Word.
@marant22
@marant22 4 года назад
How can i store values if i use a checkbox instead of a radiobox. I can't seem to get it right
@ShanesCows
@ShanesCows 4 года назад
Checkbox.Value returns true or false. Store accordingly
@grdguardian
@grdguardian 3 года назад
I am view nr. 33.333 - you are welcome
@ShanesCows
@ShanesCows 3 года назад
Thanks! 😎 Hopefully someone is 333,333 one day
@GollyVids
@GollyVids 4 года назад
I really want to know how to create a task list using radio buttons and how to store the results in an excel spreadsheet
@ShanesCows
@ShanesCows 4 года назад
Look into Patch for a way to update Excel
@izetkyamil1205
@izetkyamil1205 4 года назад
hello all, how can i set points for each question in powerapps form and then to calculate the final score?
@ShanesCows
@ShanesCows 4 года назад
I would it it by adding If statements. Of correct score = score + 10
@eng.nfayed3407
@eng.nfayed3407 2 года назад
Thanks a-lot that’s really helpful i have question please how i can prevent the failed user from submitting the quiz only after 7 days ?
@pilargonzalez4776
@pilargonzalez4776 4 года назад
Hello Shane!! How can I save the Quizz to Excel?? Thank You!!
@ShanesCows
@ShanesCows 4 года назад
Use Patch
@kilarvo
@kilarvo 4 года назад
FROM WHERE are you grabbing color codes? some codes are giving error in my app
@ShanesCows
@ShanesCows 4 года назад
Maybe this will help? docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-colors
@Simonecravens
@Simonecravens 3 года назад
Hey! How do you quantify a slider response?
@Simonecravens
@Simonecravens 3 года назад
Actually, with some trial and error I changed my question to a radio select one. I have 7 options that I want to give a score 1-7 depending on option selected. But I can’t seem to figure out how to do that
@ShanesCows
@ShanesCows 3 года назад
YOu can use an If or Switch function to set the value based on their choice.
@kilarvo
@kilarvo 4 года назад
what if more than one answer is correct in radio button how to give scores? suppose three answers are correct in six point radio button, any one will be selected and we have to award one point if option 1 or 2 or 3 is selected and if 4,5,6, is selected Zero points.......... i have tried all the possible combinations but failed kindly help please.... I am in urgent need
@ShanesCows
@ShanesCows 4 года назад
Or is the key. If(radio.value = 1 Or radio.value =2, logic here)
@deaconballs04
@deaconballs04 10 месяцев назад
So my problem is I'm trying to set the score if it is less than 75 to restart test if greater they passed appears..the match is only for specific numbers not anything between
@ShanesCows
@ShanesCows 10 месяцев назад
If(Score
@deaconballs04
@deaconballs04 10 месяцев назад
@ShanesCows I figured it out after my post now to make a certificates
@deaconballs04
@deaconballs04 10 месяцев назад
You gotta a video on that tied to quiz
@yvanmarchand8690
@yvanmarchand8690 5 лет назад
Hello, I am French. I created a quiz from your video. I will now want players to register and be able to collect their name, their activity, the score, ... It's possible ?
@ShanesCows
@ShanesCows 5 лет назад
Yes. Have an input at the beginning. Then save their scores to a data source.
@yvanmarchand8690
@yvanmarchand8690 5 лет назад
Hello, Thank you for your reply. But technically how?
@yvanmarchand8690
@yvanmarchand8690 5 лет назад
I search on the Microsoft site and I can not find the process. Ideally, after the quiz, the players should register and I, I can get their score and addresses
@shwetabatra3643
@shwetabatra3643 4 года назад
Can we embed Microsoft forms in Powerapps ?
@ShanesCows
@ShanesCows 4 года назад
There is a new control that gives you some options with forms. 😀
@kenmutua5712
@kenmutua5712 3 года назад
2nd question is how do you score a group of checkboxes?
@ShanesCows
@ShanesCows 3 года назад
Sorry Ken I never did the scoring video for more complex. It is the same concept, just more If statements.
@jjayceeb
@jjayceeb 3 года назад
Could you please try with excel using patch.. Thank you :)
@ShanesCows
@ShanesCows 3 года назад
I have a few videos on Patch that could help.
@ryank7385
@ryank7385 5 лет назад
In the video above, Shane mentions that he created another video. Sending the quiz data to SharePoint. Don't suppose anyone can point me to that video.
@ShanesCows
@ShanesCows 5 лет назад
Ryan I think this is the closest thing I have. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-kWUvttbYpu4.html Hope it helps
@kilarvo
@kilarvo 4 года назад
i have a three question app, when ever i am starting over it adds the score to last total and keeps on increasing every cycle how to fix it please reply
@Fernando_Calero
@Fernando_Calero 4 года назад
@SagarARaghuram your answer is in 19:43, where in Q1 the variable Score is set to 25 if true or to 0 if false.
@kilarvo
@kilarvo 4 года назад
Thank you very much
@kilarvo
@kilarvo 4 года назад
I fixed that now
@ShanesCows
@ShanesCows 3 года назад
Sorry I am behind on comments. Glad you guys figured it out.
@samarzaza4991
@samarzaza4991 5 лет назад
how we can store the results ?
@ShanesCows
@ShanesCows 5 лет назад
You have to write them to a data source.
@Eichenlaub
@Eichenlaub 6 лет назад
Hi Shane -thanks for the great videos! thought you may be able to help with this-- I am sending an email Papps and using Char(10 and Char(13) for a carriage return in the body, this works fine in Papps but when I send an email -no carriage returns, have been searching for a solution for weeks! any thoughts? using Gmail connection sending to an outlook address example: here is a list of to-dos: xxx xxx xxx xxx Papps is putting all on one line here is a list of to-dos: xxxx xxx xxx xxx xxx thanks for any help on this!!
@ShanesCows
@ShanesCows 6 лет назад
Sorry. Maybe this is dumb but what is papps?
@Eichenlaub
@Eichenlaub 6 лет назад
oh, sorry Papps was just my shorthand for Powerapps
@ShanesCows
@ShanesCows 6 лет назад
Ha ha ha. Duh. My bad. What does your email line look like?
@Eichenlaub
@Eichenlaub 6 лет назад
your the man Shane, thank you for responding: Gmail.SendEmail("rjohnson@eichenlaub.com",{Subject:Label4.Text,Body:"Cari, Please do the following: " & " "& Char(13) & Char(10) & " create opprotunity: " & opp.Text & Char(13) & Char(10) & "...Add budget: " & budget.Text & Char(13)& Char(10) & 'proj prop_1'.Text & 'proj prop_2'.Text&":"& 'proj prop_3'.Text & 'proj est'.Text & Char(13) & Char(10) & 'proj prop'.Text & Char(13) & Char(10) & 'proj prop_7'.Text & Char(10) & 'proj prop_8'.Text & Char(13) & Char(10) & 'proj prop_9'.Text & Char(13) & Char(10) & 'proj prop_4'.Text &Char(13) & Char(13) & Char(10) & 'proj prop_5'.Text & Char(13) & Char(10) &'proj prop_6'.Text & Char(13) & Char(10) & If(Toggle1_9.Value=true,"add proposal due: "&DatePicker1.SelectedDate,"")}) ;Reset(opp) ;Reset(Toggle1_6) ;Reset(Toggle1_7) ;Reset(Toggle1_8) ;Reset(Toggle1_9);Reset(Toggle1_5);Reset(Toggle1_4);Reset(Toggle1_3);Reset(Toggle1);Reset(Toggle1_1);Reset(Toggle1_2);Reset('proj prop_3');Reset(budget)
@ShanesCows
@ShanesCows 6 лет назад
I haven’t sent an email with or to gmail but I will test it out later today and let you know what I get. When I send with Outlook to Outlook I only use Char(10). Very interesting. I wonder if Google is stripping them out to be “helpful”?
@amandaazevedo2223
@amandaazevedo2223 4 года назад
Eu consigo usar esse controle selecional para preencher uma planilha ? Exemplo se a pessoal clicar aparece o número 1 no Excel
@ShanesCows
@ShanesCows 4 года назад
Sorry I don’t understand
@alappatel1078
@alappatel1078 3 года назад
hey buddy how can i get these data on excel ?
@giuliofalcao12
@giuliofalcao12 4 года назад
How to reset score variable?
@ShanesCows
@ShanesCows 4 года назад
Set(variable, 0) would set the value to zero
Далее
How to Make a Quiz using Power Apps
53:07
Просмотров 16 тыс.
Frank Now VS Then Edit 🥵| #brawlstars #shorts
00:18
Каха и суп
00:39
Просмотров 1,2 млн
PowerApps Save Data - Patch, Collect, and ForAll
25:52
Просмотров 242 тыс.
Learn How to Create PowerApp Quiz/Survey
10:12
Просмотров 63 тыс.
PowerApps Password Screen
16:41
Просмотров 61 тыс.
Intro to the PowerApps If Statement
28:35
Просмотров 101 тыс.
Power Apps Examples: Checklist Inspection App
7:39
Просмотров 59 тыс.
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Сложная распаковка iPhone 15
1:01
Просмотров 14 тыс.
🛑 STOP! SAMSUNG НЕ ПОКУПАТЬ!
1:00
Просмотров 358 тыс.