Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 6    Views: 100

jgomez
Aspiring developer
Profile
Posts: 24
Reg: May 10, 2013
Florida
1,790
12/17/13 09:03 AM (11 years ago)

Interactive Quiz Problems (iOS)

I have a couple of problems with the Interactive Quiz Plugin for iOS 1. The last questions is partially covered by a white bar (see image) https://www.dropbox.com/s/qnbkou61q6q32ep/quiz.PNG 2. The sound for right/wrong answer doesn't play, even after moving the sound file into Xcode. 3. Finally (this is not a priority) but is there a way to eliminate the "bonus" points that shows up when the user answers correctly several questions on a row? Any help will be greatly appreciate it. Jorge
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/17/13 11:30 AM (11 years ago)
Thanks Jorge - I'll take a look.
 
Stobe
buzztouch Evangelist
Profile
Posts: 1528
Reg: Mar 04, 2011
Fredericksburg,...
24,680
like
12/17/13 12:33 PM (11 years ago)
#2. Check the sound effect array on line 398 in the BT_loadConfigDataViewController.m file. There should be 2 sound effects listed as examples. You may need to add the mp3 files that are included with the quiz plugin. #3. This can be edited in the code pretty easily. Not currently part of the control panel. (feature request?) -Chris
 
jgomez
Aspiring developer
Profile
Posts: 24
Reg: May 10, 2013
Florida
1,790
like
12/17/13 02:12 PM (11 years ago)
Buzz, I couldn't find the BT_loadConfigDataViewController.m in the Xcode. Can you tell me where it is? Thanks Jorge
 
Absentia
buzztouch Evangelist
Profile
Posts: 960
Reg: Oct 20, 2011
Alaska
20,600
like
12/17/13 03:13 PM (11 years ago)
the BT_loadConfigDataViewController files can be found in the Layout folder. Xcode has an awesome search feature that makes stuff like that easy to find. Here's a pic of where to find the search option - https://www.dropbox.com/s/b1srx5ca2v39n3n/Screen%20Shot%202013-12-17%20at%201.04.55%20PM.png Try typing "bonusimageview" into that search box, then delete every line of code that comes up. If you feel like you messed something up, just press cmd+z to undo
 
jgomez
Aspiring developer
Profile
Posts: 24
Reg: May 10, 2013
Florida
1,790
like
12/17/13 04:02 PM (11 years ago)
No, it is definitely not in my Xcode file. I even downloaded the whole project again from BT and it doesn't show either in the original files Jorge
 
Stobe
buzztouch Evangelist
Profile
Posts: 1528
Reg: Mar 04, 2011
Fredericksburg,...
24,680
like
12/17/13 04:42 PM (11 years ago)
Do a search for "soundEffectNames", you might find the array in the appdelegate file around line 1120. -Chris
 

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.