The Student Room Group

Silver idea award

Scroll to see replies

Reply 40

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

Reply 41

I am trying this:for (i=0;i<movementBlocks.length;i ) {doMovement(movementBlocks)}var soundBlocks = [crash,happyBeep,whistle];{for (i=0;i<soundBlocks.length;i )playSound(soundBlocks); soundBlocks[1]=happyBeep;print(soundBlocks[1]);}But it is not working. Please could you help?

Reply 42

I am trying this:

for (i=0;i<movementBlocks.length;i++) {
doMovement(movementBlocks)
}

var soundBlocks = [crash,happyBeep,whistle];{
for (i=0;i<soundBlocks.length;i++)
playSound(soundBlocks);
soundBlocks[1]=happyBeep;
print(soundBlocks[1]);
}


But it is not working. Please could you help?

Reply 43

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);
}


thank you for your help! i was stuck on that bit for so long

Reply 44

I’m stuck on the sliver maker badge resolution (the section that says ... solve the problematic code) It currently says function loadData() {if (loggedIn ==truth) return data;}Someone please help!

Reply 45

Original post
by emmakola
Stuck on the robotics section maker activation


stuck on first one

Reply 46

im stuck on that too! lemme know if you find out the answer
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

Reply 47

me three! I have no clue on how to do this, I'm gonna get some help from someone I know and i will keep you posted! (hopefully!)

Reply 48

ok, where it says truth, replace that with true
Original post
by Pheebz0711
im stuck on that too! lemme know if you find out the answer

Reply 49

what is the answer to the silver worker badge 2 level 6 coffee pattern question

Reply 50

Hey can anyone help me with this. I'm like stressing out, as I've nearly finished my SIlver badge and so i'm trying toget this one finished but I can't get past the the maker 2 robotics. Please pleaseps. it would be nice to get the answers:smile:

Reply 51

Its not

Reply 52

Does anyone know the answer to the 3* Gamer badge. I'm still stuck

Reply 53

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);
}

thank you if only i found this 4 hours ago

Reply 54

me too it just keeps saying to add background layers which i have done but it wont let me complete the badge

Reply 55

what do u mean

Reply 56

Hi
Am stuck on the Terraforming functions part of the maker badge, I have completed my Silver award but while I am waiting for the gold I'm doing this badge. Here is what I've got so far:

Reply 57

Original post
by jeebie_3010
have you managed to do it? let me know if you have :smile:

do u mind helping me with that one?

Reply 58

am stuck on this sliver badge looking for someone to help me out

Reply 59

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;
}
(edited 6 years ago)

Quick Reply