Re: [NTG-context] Making a feedback form
On 28-8-2010 1:09, Cecil Westerhof wrote:
Hans,
2010/8/28 Hans Hagen
: there is the widgets manual on the website .. still valid
Thanks. This is for interactive feedback forms and I need paper ones, but I think I can use it.
ok, paper is easier, mostly itemize (which has some features for that) and framed and so then
I'll look into that. I also need checkboxes, but htere was something like that in widgets.
yes, but using pdf fill in forms for that is overkill, better define a symbol for that aren't there users out there who have made forms already who can provide examples? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Op zondag 29 aug 2010 13:43 CEST schreef Hans Hagen:
there is the widgets manual on the website .. still valid
Thanks. This is for interactive feedback forms and I need paper ones, but I think I can use it.
ok, paper is easier, mostly itemize (which has some features for that) and framed and so then
I'll look into that. I also need checkboxes, but htere was something like that in widgets.
yes, but using pdf fill in forms for that is overkill, better define a symbol for that
I think I'll use '[ ]' for that. That is what I use in my current OpenOffice document.
aren't there users out there who have made forms already who can provide examples?
It looks like not. Well it is for me to take up the gauntlet then. I'll try to make a set off macros and when successful, I'll put them on the WiKi. I am thinking about the following: A macro to input several fields. The input's the same length and starting at the same character every time position. Like (looks only correct with a mono-spaced font): Contact Details: Company: ________________________________________ Name: ________________________________________ Address: ________________________________________ ZIP City: ________________________________________ E-mail: ________________________________________ Phone: ________________________________________ GSM: ________________________________________ Which would be called with something like: \multiple-input{ "Contact Details" 40 "Company" "Name" "Address" "ZIP City" "E-mail" "Phone" "GSM" } And properly make a macro for this one also, because this will be info that is requested often. Next will be creating check (or radio) buttons. Would it be a good idea to use different 'boxes' for those? I was thinking about: Did you find this workshop useful? [ ] Yes [ ] No [ ] A little bit This would be generated with: \radio-buttons{ Did you find this workshop useful? "Yes" "No" "A little bit" } Next would be a construction like (always using the complete line): What did you find the most useful? ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ This would be generated with: \multiline-input{ what did you find the most useful? 10 } Is this an useful way to tackle this? Are there other input elements I should define? Elements should always be on one page. How can I make sure this will be the case? Any tips about how to write those macros? -- Cecil Westerhof M CLDWesterhof@gmail.com O< ascii ribbon campaign - stop html mail - www.asciiribbon.org Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/
Am 2010-08-30 um 16:02 schrieb Cecil Westerhof:
aren't there users out there who have made forms already who can provide examples?
It looks like not. Well it is for me to take up the gauntlet then. I'll try to make a set off macros and when successful, I'll put them on the WiKi.
Here's my old roleplaying character sheet with LOTS of fields: http://github.com/fiee/ConTeXt/tree/master/midgard Perhaps can use some stuff from it. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
participants (3)
-
Cecil Westerhof
-
Hans Hagen
-
Henning Hraban Ramm