Hi,
I have small doubt in importing quiz questions. I have tried importing qns using aiken format, few of the special characters are rejected esp ) } ] (closing characters)and more over if i want to give a question like
multichoice
what is drupal?
1:Content Management system
2:Open source
3.Configuration Management system
A. 1&2
nil
B. 1
nil
C. 2&3
nil
D. 3
nil
when i try to upload it , i am getting things like
what is drupal? (qn)
(multichoice options as)
Content Management system
Open source
Configuration Management system
and i could nt get the desired one. I might need to include debugging kinda questions. Can someone you please help me on this?
2.When I tried to upload some debugging programs using xml format,I got some issues.I tried giving line spaces in the xml doc , those are not appearing in the drupal page. examples like
include <stdio.h>
include <math.h>
int main()
{
float a=5.375;
char p;
int i;
p = (char)
for(i=0; i<=3; i++)
printf("%02x\n", (unsigned char)p[i]);
return 0;
the result is like : int main() float a=5.375;char *p;....
I have tried giving all kinda new line characters in xml. I dont know where I am going wrong.
It would be great if someone correct me on this.
Thanks in advance
