Re: [Quexf-discuss] Programmatic access?
Web based, Open Source alternative to Remark OMR or Teleform
Brought to you by:
azammitdcarf
|
From: Tim S. <ti...@sc...> - 2014-02-20 14:56:14
|
Quick question, I'm assuming that calling that function like you suggest would do like the web interface and return me ALL data ever imported for that questionnaire, correct? Is there any way to only return data for that form that I just imported? On Thu, Feb 20, 2014 at 8:28 AM, Tim Schmidt <ti...@sc...> wrote: > Ok thanks, I'll dig into that. > > > > On Mon, Feb 17, 2014 at 6:04 PM, Adam Zammit <ada...@ac...>wrote: > >> Dear Tim, >> >> The application is currently interactive. It wouldn't take too much >> work to get queXF to return a result on a posted PDF though, once the >> form is set up. >> >> If you have a chance to look at the code - you would just need to call >> the "import" function from functons.import.php with the filename of >> the PDF. Also you would need to modify it to return the FID of the >> imported form. Then call the function "outputdatacsv" from >> functions.output.php giving the fid and setting "unverified" to true. >> That would give you the data. >> >> Regards, >> Adam Zammit >> >> >> >> On 18 February 2014 09:07, Tim Schmidt <ti...@sc...> wrote: >> > Hello all, I'm just starting to look at OMR technologies so apologies >> for >> > the basic question. Using queXF, if I've laid out a form and banding >> XML, >> > is there any way to submit a form programmatically and get back results? >> > Like for example, just do an HTTP POST and get a response that tells me >> what >> > boxes are marked? Or is this purely an interactive application? >> > >> > Thanks! >> > tim >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Managing the Performance of Cloud-Based Applications >> > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. >> > Read the Whitepaper. >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Quexf-discuss mailing list >> > Que...@li... >> > https://lists.sourceforge.net/lists/listinfo/quexf-discuss >> > >> >> >> >> -- >> Adam Zammit >> Research and Development Officer >> Australian Consortium for Social and Political Research Inc. >> +61 3 9013 9653 >> http://www.acspri.org.au/ >> > > |