Automating Script Creation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
We have a web application that displays a script that research assistants fill out as part of several projects around the | We have a web application that displays a script that research assistants fill out as part of several projects around the Center. At present, the scripts are manually entered into the database and we are looking to automate this process through a user friendly interface. | ||
Implementation considerations are: | |||
*dynamic form using Ruby on Rails that research assistants and administrators can easily use to create questions and answer choices | *dynamic form using Ruby on Rails that research assistants and administrators can easily use to create questions and answer choices | ||
*using Ajax to allow for drag and drop of sort order of questions | *using Ajax to allow for drag and drop of sort order of questions | ||
*using Ajax autocomplete to help the user fill in questions form existing questions in the database | *using Ajax autocomplete to help the user fill in questions form existing questions in the database |
Revision as of 15:21, 12 March 2009
We have a web application that displays a script that research assistants fill out as part of several projects around the Center. At present, the scripts are manually entered into the database and we are looking to automate this process through a user friendly interface.
Implementation considerations are:
- dynamic form using Ruby on Rails that research assistants and administrators can easily use to create questions and answer choices
- using Ajax to allow for drag and drop of sort order of questions
- using Ajax autocomplete to help the user fill in questions form existing questions in the database