ratneshkr / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

Create possibility to create item with HTML #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am starting doing a project that would be amazing if the test taker can write 
the own answer to the question using the HTML. Let me explain.

It will be amazing if my test taker can enter their own answer using a field 
equal that we have to create an HTML template. With options to send images, to 
the letters in bold, and so on.  I want to record it into a database.

Did you understand me? 

Nowadays we have only the possibility to 
1) form
2) checkbox
3) radio button
4) text field
5) text area
6) selection field
7) button
8) image button
9) hidden field

Best,
Leandro

Original issue reported on code.google.com by leandrom...@leandromarino.com.br on 17 Nov 2012 at 1:31

GoogleCodeExporter commented 9 years ago
You can do that using many open source WYSIWYG HTML editors. CKEditor is the 
one Concerto currently use. You can implement it using just one line of 
Javascript code.

Original comment by LisPrzem...@gmail.com on 17 Nov 2012 at 5:31