I want to make a module like quiz,how should i do frist

I want to make a module like quiz,how should i do frist

by yongxiang weng -
Number of replies: 6
the module likes quiz ,but function is more simple .  


can I use the soure code of quiz to do  the new module ?

and the other plugins like gradereport  can be adapted to my module ?

Is there any more detailed documentation about quiz?


I will  appreciate it.

Average of ratings: -
In reply to yongxiang weng

Re: I want to make a module like quiz,how should i do frist

by dawn alderson -

Hello,

at the moment your post is sounding vague.  The reason being, is that you mention a series of items that you have not actually connected up for us.  

Could you lay out more detail please in terms of what you are trying to do?

In reply to dawn alderson

Re: I want to make a module like quiz,how should i do frist

by yongxiang weng -
I want to make a module just Only  be used in C program final  eaxm.


and when the eaxm finished, the program can make a report to teacher with the eaxm result .

like highest score ,  ave score , some chart about this eaxm and  so on.

But I don't know much about Moodle Quiz .  

so I make two plan to do this things.

1)   To  Reference Quiz Code ,and make a new module .

But I need know about Quiz Code

2) I make a jsp project  . But I don't know how to connect Moodle  and use it resource (like table or role ..).

I don't know how to  make jsp adapt to php




In reply to yongxiang weng

Re: I want to make a module like quiz,how should i do frist

by Justin Hunt -
Picture of Particularly helpful Moodlers Picture of Plugin developers

The Quiz is a very complicated Moodle module. I think you cannot copy it and adapt it easily. 

And probably you need to know more about Moodle, before you design your application.

It sounds like you want to use the gradebook, but you want to make your own quiz in JSP. 

But why not use Moodle's quiz? I think thats a lot easier than writing a new one in JSP.


If you do write your own JSP quiz, I suggest you just import the students grades from that into Moodle. 

This article explains how to do that.

https://teaching.unsw.edu.au/moodle-gradebook-export#import


In reply to Justin Hunt

Re: I want to make a module like quiz,how should i do frist

by dawn alderson -

Hi,

rather than shut this down, maybe too soon Justin, while I see what you are saying I think yongxiang is not just asking about functionality that is already there such as gradebook linkages-or that could be the case, of course.  But, this bit:

 like highest score ,  ave score , some chart about this exam and  so on.

my question is: and this would be for the student to access about one's cohort? right?-linked to quiz outcomes?   

In reply to dawn alderson

Re: I want to make a module like quiz,how should i do frist

by yongxiang weng -

The final result statistics presented to the teacher.

It includes the examination of the highest score and chart data and so on .

I want to use Moodle the plugin, and then displayed in the Moodle.


My JSP project /php module -1-> moodle's plugins  -2-> display in Moodle


I just don't know how my project data for use with moodle. This  is above 1

I know that if I use PHP, develop a standard moolde's module, is it more easier than JSP  to use general data.



In reply to Justin Hunt

Re: I want to make a module like quiz,how should i do frist

by yongxiang weng -

Moodle'quiz is more  general  use for many question, some of the questions 's setting is  morecomplex. So I hope to do a special module for a final exam for.

If I  developed by Jsp, it can run in the Moodle ?