Assessment DB Schema

UCI uses postgreSQL for storing data of conversations. ODK transformer uses this database to store its assessment data for each question & answer.

Schema

Assessment data consists of 4 tables, which are listed below.

Question

This table keeps the details of question asked to user.

Assessment

This table keeps the details of answer submitted by user for a specific question.

Xmessage

This table keeps the records of messages sent to user against his/her phone number.

XMessage State

This table keeps the odk instance xml state against the user phone number and form name.

Last updated