Post by SGCSam on Nov 14, 2014 18:39:20 GMT -5
Hey everyone,
I thought I should make this post as I've just starting making what could be my best update to my project so far. As you can see in the attachment, I've begun working on a question creator for my console app (info can be seen about that in the previous post which contains a link to a YouTube video I created)! It looks complicated but is actually very easy. From the top, you have your question that you would enter, along with A, B, C and D to the left and radio buttons to select which answer you would like to be treated as correct. To the right, you have the audience percentages for that question (there is a check to make sure all percentages add together to equal exactly 100). Below that, you have a combobox which contains the 4 answers and you would select whichever one you would like the Phone A Friend to say as well as how sure they are of the answer with the radiobuttons below (if you select the no idea radiobutton, the combobox becomes disabled and its value becomes null) and a check button to ensure all info is correct (that an answer has been selected and a radiobutton checked). Next you have 50/50. You enter in the wrong answer that you wish to remain on screen and all others will disappear (In the photo, there is also a correct answer combobox but this will be removed as the correct answer value has already been given by the radiobuttons on the left-hand side). Finally, the "How to Use" and "Return to Home Page" buttons are self explanatory, the "Write Question to File" button writes all info to the question file that the console app loads up at run time (this button only becomes enabled after all previous compliance checks have been completed) and forward and back buttons to change which value of money you are making the question for. This was really long to type up but nevertheless, I hope you enjoyed reading!
-Sam
EDIT: I've attached a new photo showing what is probably going to be the final version of the creator in terms of UI. You can see the creator below with and without debug mode enabled.
I thought I should make this post as I've just starting making what could be my best update to my project so far. As you can see in the attachment, I've begun working on a question creator for my console app (info can be seen about that in the previous post which contains a link to a YouTube video I created)! It looks complicated but is actually very easy. From the top, you have your question that you would enter, along with A, B, C and D to the left and radio buttons to select which answer you would like to be treated as correct. To the right, you have the audience percentages for that question (there is a check to make sure all percentages add together to equal exactly 100). Below that, you have a combobox which contains the 4 answers and you would select whichever one you would like the Phone A Friend to say as well as how sure they are of the answer with the radiobuttons below (if you select the no idea radiobutton, the combobox becomes disabled and its value becomes null) and a check button to ensure all info is correct (that an answer has been selected and a radiobutton checked). Next you have 50/50. You enter in the wrong answer that you wish to remain on screen and all others will disappear (In the photo, there is also a correct answer combobox but this will be removed as the correct answer value has already been given by the radiobuttons on the left-hand side). Finally, the "How to Use" and "Return to Home Page" buttons are self explanatory, the "Write Question to File" button writes all info to the question file that the console app loads up at run time (this button only becomes enabled after all previous compliance checks have been completed) and forward and back buttons to change which value of money you are making the question for. This was really long to type up but nevertheless, I hope you enjoyed reading!
-Sam
EDIT: I've attached a new photo showing what is probably going to be the final version of the creator in terms of UI. You can see the creator below with and without debug mode enabled.