teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
03/22/14 08:07 AM (10 years ago)

Advanced quiz plugin question

I absolutely love this plugin, I have messaged the developer for this question but no answer so I thought id pose it here. The score board box that is at the top of the quiz, has anyone been able to input text into that box? so instead of points just adding up, maybe it would at least say points=? however many they are earning....
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
03/22/14 09:04 AM (10 years ago)
I did reply to you. Check your pm's again.
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
03/22/14 09:04 AM (10 years ago)
If you search in the NAD_advanced_quiz.m file for _scoreLabel you will find two lines that look like this. NSString *n = [NSString stringWithFormat:@"%d", _totalPoints]; _scoreLabel.text = n; Change the first line to this. NSString *n = [NSString stringWithFormat:@"Correct = %d", _totalPoints]; v/r Nick D
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
03/22/14 09:17 AM (10 years ago)
You are awesome!!!! Thank you for that :)
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
03/22/14 09:10 PM (10 years ago)
I have one final question... once the user goes thru all of the questions after the very last question the app just closes out, I think apple will deny it if I keep like that... I have the ending screen setting to go to my "main menu" tab but no luck... any ideas?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.