Source code for pymoodef.essay

[docs] def _generate_essay(): """Generate the sections of the type of question indicated in the name of the function.""" res = """ <defaultgrade>1</defaultgrade> <penalty>0</penalty> <hidden>0</hidden> <idnumber></idnumber> <responseformat>editor</responseformat> <responserequired>1</responserequired> <responsefieldlines>10</responsefieldlines> <minwordlimit></minwordlimit> <maxwordlimit></maxwordlimit> <attachments>0</attachments> <attachmentsrequired>0</attachmentsrequired> <maxbytes>0</maxbytes> <filetypeslist></filetypeslist> <graderinfo format="html"> <text></text> </graderinfo> <responsetemplate format="html"> <text></text> </responsetemplate> """ return(res)