The Student Room Group

Silver idea award

Scroll to see replies

Reply 20

Original post
by T X M
Thank You, I am kind of upset that I made that basic mistake and didn't notice

No need to be upset about it, it's easy enough to make a mistake and sometimes really hard to see without fresh eyes :smile:

Reply 21

have you managed to get through this one var terraformingFunctions = [water,gasses,light,atmosphere,temperature];i cant figure this one out any help please

Reply 22

i need help with this i cant seem to get the right order and its really annoying.

Reply 23

Original post
by Mitchell1740
i need help with this i cant seem to get the right order and its really annoying.

Same But The Others Are Easier, I need it to get my Silver Star

Reply 24

Original post
by T X M
Same But The Others Are Easier, I need it to get my Silver Star

so you need help with the same one ?

Reply 25

how do you create the function called lifesupportcheack on the The Digital Adventure badge ?

Reply 26

Original post
by Mitchell1740

for (i=0;i<sounfBlocks.length;i++){


It looks like you've got a typo there in 'sounfBlocks'

Reply 27

..

Reply 28

sorry, that's difficult to read.

var soundBlocks = [crash,happyBeep,whistle];
for (i=0;i<movementBlocks.length;i++) {
doMovement(movementBlocks)

}

for (i=0;i<soundBlocks.length;i++) {
playSound(soundBlocks);

}

soundBlocks[1]=happyBeep;
print(soundBlocks[1]);

Reply 29

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 30

Thanks but I've finished all the the quests now. I am a silver award star now.

Reply 31

use the hint. It explains all

Reply 32

Can anyone help on this one: var terraformingFunctions = [water,gasses,light,atmosphere,temperature]

Quite confused, it says to:

Write a loop statement to go through the terraforming functions.
Call the functions inside the loop by adding terraformingFunctions.init();Any help on the correct coding please.

Reply 33

digital citizen part 3
"You've sanitised the $message variable correctly, but the result of that sanitisation isn't being inserted into the database."
Think about the order in which you call the functions. Eggsplain
(edited 6 years ago)

Reply 34

please help me
Original post
by pranavju
Thanks but I've finished all the the quests now. I am a silver award star now.

Reply 35

Original post
by pranavju
Thanks but I've finished all the the quests now. I am a silver award star now.


Any chance that you could help me?

Reply 36

Original post
by emmakola
It worked thank you, had to just put all my added code under var soundBlocks.


please could you give me the code that you used because I just cant seem to figure out how to do it.
Thank you

Reply 37

im stuck on silver maker resolution

Reply 38

anyone know what code to use
Original post
by swimzi1506
im stuck on silver maker resolution

Reply 39

@blogbyreviews I agree with you.

Quick Reply