Répondre à : Y a-t'il un inconvénient à utiliser SVG?

Accueil Forums Programmation WIMS Programmation d’exercices OEF Y a-t'il un inconvénient à utiliser SVG? Répondre à : Y a-t'il un inconvénient à utiliser SVG?

#2269
jm.evers
Participant
Up
0
Down
::

I’m not into OEF…but with canvasdraw you can include as many textareas / inputfields (even in mathml) as you like.
They will be embedded in the canvas.
Just use a canvasdraw command like ‘input x,y,size,readonly,value
to place the inputfield on location (x:y)
Canvasdraw command ‘inputstyle some_css_string’ may be used to adjust the inputfield looks.
A javascript function ‘read_canvas()’ will read all inputfields.
Canvasdraw command ‘replyformat int’ may be use to format the output of ‘read_canvas()’ to suit your ‘answertype’
etc etc etc

  • Cette réponse a été modifiée le il y a 9 années et 3 mois par jm.evers. Raison: typo
  • Cette réponse a été modifiée le il y a 9 années et 3 mois par jm.evers.