Python Forum
pseudo code for a quiz - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: pseudo code for a quiz (/thread-4590.html)



pseudo code for a quiz - tsaward - Aug-28-2017

Im in need of a lot of help, i suck at coding and pseudo code! im doing my GCSE next year so once of my holidays I'm going to speak to my tutors, here is a picture of my flow chart and i need the pseudo code based off that, I'm doing a quiz on xbox and they input there name its then three choice question and if its correct a score will be given, if you could help me i would appreciate it soo much

Here is my flowchart

https://uk.answers.yahoo.com/question/index?qid=20170828210645AAIiNnP


RE: pseudo code for a quiz - micseydel - Aug-28-2017

We're not going to write code for you, and we're unlikely to review pseudo-code. If you post Python code that you're not sure about, we could help, but we need to see more from you than just a flowchart.


RE: pseudo code for a quiz - tsaward - Aug-28-2017

(Aug-28-2017, 11:03 PM)micseydel Wrote: We're not going to write code for you, and we're unlikely to review pseudo-code. If you post Python code that you're not sure about, we could help, but we need to see more from you than just a flowchart.

Thats the thing i haven't been taught pseudo code and need help starting it


RE: pseudo code for a quiz - micseydel - Aug-28-2017

Pseudo-code is basically structured English. In any case, this is a Python forum, and Python isn't pseudo-code (though we like to think it resembles it oftentimes).


RE: pseudo code for a quiz - nilamo - Sep-15-2017

Pseudocode is just a flowchart using words instead of pictures.  If the flowchart is already done, it should be simple to turn it into pseudocode, as you're just making up syntax as you go along.