How to merge offline evolution results with online results

How to merge offline evolution results with online results

by Rajakumar Jillella -
Number of replies: 0

I'm using Moodle 2.9 version.

In moodle we have essay type questions in Quiz.

Few students written essay type test through online. And they got marks after Teacher evaluation their questions. Whenever the student attempt the question, then each question generating "questionusage id incrementing automatically in "question_usages" table.


Few students written same test in offline (manually).

Offline users are nothing but registered users, But they written the test in offline (manually).

Teacher created separate database table for offline written users. and uploaded their results.

The "question_usages" table should be generate id's for them (offline users) too.

But it is not happening.


How do we generate ids for offline users in "question_usages" table along with online written users?


I want to merge all the users (offline & online written users) and to be display their results.

Average of ratings: -