1
Answer

Get exam result from moodle in MVC application using api.

Photo of Divya KPani

Divya KPani

8y
345
1

I am new to moodle. My requirement is , I want to get the exam result of students from moodle using my MVC application.

How can I access the exam organized in moodle ?

How can I integrate the students & faculties in moodle with my mssql db ?

How can I integrate the exam name created in DB with the exam created in moodle.?

How I get the results from moodle using any API ?

It will be a great help for me, if any one can given an instruction.

Answers (1)

0
Photo of Vinay Singh
NA 5.9k 126.2k 8y

How can I access the exam organized in moodle ?

Design your model as per the screen required

How can I integrate the students & faculties in moodle with my mssql db ?

Use the primery key of teacher to map the student in a sep;rate table

How can I integrate the exam name created in DB with the exam created in moodle.?

By using linq when you get the value at that time just create the instance and map the entity value

How I get the results from moodle using any API ?

Create the API and use to access the valie. after accessing value map the value to model and send to view