Note that there are some explanatory texts on larger screens.

plurals
  1. POEvaluation Form Creation
    primarykey
    data
    text
    <p>I'm taking a "cloud computing" course and have a few problems that I am trying to work through for the final project. I'll preface this with saying that i know nothing about this subject, and the few powerpoints I got off my online class don't really seem to point me in the right direction.</p> <p>Basically what i need to do is have a page that allows a user to create a evaluation form. I have a general idea how to do it but I don't even know where to start in rails, I was hoping there was some stuff that Rails would do for me that might make it easier.</p> <p>My assumption is that I could create a form that would allow entries for section headings. Then when one occurs I need to allow actual question entries. then the user has the option of adding questions for the section. Then the user may add another heading, and questions. </p> <p>When this "process" is complete, I need to allow a 2nd user to actually use the form for entries.</p> <p>I'm assuming I somehow need to make a "string' object that will hold the text that I'm setting up, and then it sets up entries for each question.</p> <p>I'm clueless where to start, I'll probably be asking a lot of questions. I don't want the solution I just need to get pointers, heading in the right direction.</p> <p>the first step I'm thinking is finding a way to allow a "command" to do the equivalent of this but in the browser from another form: rails generate scaffold Evaluation Topic:string rating:string comments:string</p> <p>Is there a way to "create" a scaffold of a form using rails in a web browser?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload