ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* interactive tests with AcroJS
@ 2019-02-11 19:16 Pablo Rodriguez
  2019-02-11 20:15 ` Henri Menke
  2019-02-12  9:58 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2019-02-11 19:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

is there any way that I can generate PDF document with ConTeXt
containing a test with questions and multiple-choice answers and that
the user can check the right and wrong answers (using AcroJS)?

Sorry for the too general question, but I think it is clear enough.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: interactive tests with AcroJS
  2019-02-11 19:16 interactive tests with AcroJS Pablo Rodriguez
@ 2019-02-11 20:15 ` Henri Menke
  2019-02-12  7:54   ` Henning Hraban Ramm
  2019-02-12  9:58 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Henri Menke @ 2019-02-11 20:15 UTC (permalink / raw)
  To: ntg-context

On 12/02/19 8:16 AM, Pablo Rodriguez wrote:
> Dear list,
> 
> is there any way that I can generate PDF document with ConTeXt
> containing a test with questions and multiple-choice answers and that
> the user can check the right and wrong answers (using AcroJS)?

http://www.pragma-ade.nl/general/manuals/interaction.pdf

> 
> Sorry for the too general question, but I think it is clear enough.
> 
> Many thanks for your help,
> 
> Pablo
> 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: interactive tests with AcroJS
  2019-02-11 20:15 ` Henri Menke
@ 2019-02-12  7:54   ` Henning Hraban Ramm
  0 siblings, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2019-02-12  7:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2019-02-11 um 21:15 schrieb Henri Menke <henrimenke@gmail.com>:

> On 12/02/19 8:16 AM, Pablo Rodriguez wrote:
>> Dear list,
>> 
>> is there any way that I can generate PDF document with ConTeXt
>> containing a test with questions and multiple-choice answers and that
>> the user can check the right and wrong answers (using AcroJS)?
> 
> http://www.pragma-ade.nl/general/manuals/interaction.pdf

See also (links in) https://wiki.contextgarden.net/Widgets
Please update that page with your experiences.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: interactive tests with AcroJS
  2019-02-11 19:16 interactive tests with AcroJS Pablo Rodriguez
  2019-02-11 20:15 ` Henri Menke
@ 2019-02-12  9:58 ` Hans Hagen
  2019-02-18 16:11   ` Pablo Rodriguez
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2019-02-12  9:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Pablo Rodriguez

On 2/11/2019 8:16 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> is there any way that I can generate PDF document with ConTeXt
> containing a test with questions and multiple-choice answers and that
> the user can check the right and wrong answers (using AcroJS)?
> 
> Sorry for the too general question, but I think it is clear enough.
> 
> Many thanks for your help,
i think i have demo code somewhere for that but i haven't played with 
these javascript driven features for a while (only acrobat anyway)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: interactive tests with AcroJS
  2019-02-12  9:58 ` Hans Hagen
@ 2019-02-18 16:11   ` Pablo Rodriguez
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodriguez @ 2019-02-18 16:11 UTC (permalink / raw)
  To: ntg-context

On 2/12/19 10:58 AM, Hans Hagen wrote:
> On 2/11/2019 8:16 PM, Pablo Rodriguez wrote:
>> Dear list,
>>
>> is there any way that I can generate PDF document with ConTeXt
>> containing a test with questions and multiple-choice answers and that
>> the user can check the right and wrong answers (using AcroJS)?
>> [...]
>
> i think i have demo code somewhere for that but i haven't played with 
> these javascript driven features for a while (only acrobat anyway)

Many thanks for your reply, Hans.

It would be great to have that code to start experimenting with it.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-18 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11 19:16 interactive tests with AcroJS Pablo Rodriguez
2019-02-11 20:15 ` Henri Menke
2019-02-12  7:54   ` Henning Hraban Ramm
2019-02-12  9:58 ` Hans Hagen
2019-02-18 16:11   ` Pablo Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).