The Student Room Group

Silver idea award

Scroll to see replies

Reply 240

im also stuck on this one Correct the problematic code on the last section of the worker badge (silver)
Please help me
Thanks

Reply 241

Original post
by Memer-24
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

No worries now, I've done it and I now have the silver idea certificate!

Reply 242

Original post
by blogbyreviews
loops

nice one 🤥

Reply 243

Original post
by waer
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?

try python

Reply 244

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?'

im also stuck

Reply 245

What is the answer

Reply 246

Im stuck on the coffee task on worker 2(activation)

Reply 247

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

Reply 248

Original post
by T X M
Simulator pretty sure

Thanks a lot

Reply 249

Original post
by Hannah_VMT
For the life of me I cant figure out the sounds blocks section on the robotics. It makes no sense 20200608_141029.jpg

did you find the answer im still stuck on this

Reply 250

typre "rooms;" in line 7

Reply 251

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

truth -> true

Reply 252

Original post
by da-cookie-kid
You are the Best person ever!! I have been trying on this for a month! You deserve an Oscar!! Thankyou so much hardwarerebecca!

shut up man

Reply 253

the answer is

Reply 254

Original post
by nator_girl
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!

the correction you need to make is;
loadData() {if(loggedIn ==true) return data;}
The change made was changing the word truth to true

Reply 255

I got the robot bit to work, for the making it play a sound


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

Reply 256

This one is for the worlds programming in the third section

var terraformingFunctions = [water, gasses, light, atmosphere, temperature];
for (i = 0; i < terraformingFunctions.length; i++) {
terraformingFunctions.init();
}

Quick Reply