The Student Room Group

Silver idea award

Scroll to see replies

Original post by tanush007
I am stuck on the silver worker badge the last one where it ask us to correct the problematic code, can someone help me pls
what's wrong here???
Correct the problematic code
function loadData() {
if (loggedIn==truth) return data;
}


just change truth to true
Does anybody know how to do this question??

var soundBlocks = [crash,happyBeep,whistle];

You have to (apparently):

Loop through soundBlocks
call the playSound() function
Pass the correct sound from your sound array into it



Please let me know
Reply 222
Thank you sooo much it worked

Original post by T X M
I that is not working try this code below:
for (i=0;i<movementBlocks.length;i++) {
doMovement(movementBlocks)
}
var soundBlocks = [crash,happyBeep,whistle];
for (i=0;i<soundBlocks.length;i++)
{
playSound(soundBlocks);
}
Reply 223
Original post by America11
Does anybody know how to do this question??

var soundBlocks = [crash,happyBeep,whistle];

You have to (apparently):

Loop through soundBlocks
call the playSound() function
Pass the correct sound from your sound array into it



Please let me know

Try this:

for (i=0;i<soundBlocks.length;i++)
{
playSound(soundBlocks);
}
can anyone help me with the silver maker badge 2nd one and the 2nd part about the battery pack depth width and height
Original post by randb3
hello does anybody know the answer to “correct the problematic code”? Silver - worker resolution badge function loaddata() {if ( loggedin == truth ) return data; }i have to correct the above coding


im stuck too please help
Reply 226
Original post by beanzy beanz
im stuck too please help


i think u change truth to true
Reply 227
Original post by emmakola
Stuck on the robotics section maker activation

same
Reply 228
Original post by finlaycowan3101
yes got that thanks!

What do we call a game which is purposefully designed to help people train for something? A S________.
can i have help on this its the gamer badge one
Reply 229
Original post by maiey j
What do we call a game which is purposefully designed to help people train for something? A S________.
can i have help on this its the gamer badge one

a simulation?
Can anyone help me on this question?
CAD gives us a way to test real world environments in a safe virtual space. But we can take 3D models and bring them in to the real world using a ________
Original post by noorie4ali
have you managed to get through this one var terraformingFunctions = [water,gasses,light,atmosphere,temperature];i cant figure this one out any help please

u got the answer yet lol
Original post by noorie4ali
have you managed to get through this one var terraformingFunctions = [water,gasses,light,atmosphere,temperature];i cant figure this one out any help please

The answer should be this, the hints aren't great but you need to utilise the "init" function for each element in the array:

var terraformingFunctions = [water, gasses, light, atmosphere, temperature];
for (i=0; i<terraformingFunctions.length; i++) {
terraformingFunctions.init();
}
Reply 233
Original post by emmakola
Yes it is, when you have to pass the correct sound into the array. I know you do [1] but I can't remember how you call the array

The gaming industry has a vast array of job roles available. A games programmer designs and writes code which runs and controls a game.
Can you name any widely used coding language they may use to do this?
Original post by finlaycowan3101
stuck on the gamer badge on silver badge what is the answer to:
'What do we call a game which is purposefully designed to help people train for something?'

innit bro
Can anyone help with this, I need to add a forward motion for the robot in the silver maker badge section 2?
this is what it says:
Remember, to iterate forward we would use i++ and to iterate backward we would use i--.
Can someone please help with this, its got the last points I need for the silver award!!!
I need to make the robot do a happy noise at the end of his coding.
helpppppp.PNG

Quick Reply

Latest

Trending

Trending