Package | Description |
---|---|
es.ugr.swad.swadroid.database |
Database management package.
|
es.ugr.swad.swadroid.model |
Contains classes for manipulate application model.
|
es.ugr.swad.swadroid.modules.tests |
Tests syncronization and generation package.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBaseHelper.insertTestAnswer(TestAnswer a,
int qstCod)
Inserts a test answer in database
|
void |
DataBaseHelper.updateTestAnswer(TestAnswer prev,
TestAnswer actual,
int qstCod)
Updates a test answer in database
|
Modifier and Type | Method and Description |
---|---|
List<TestAnswer> |
TestQuestion.getAnswers()
Gets question's answers
|
List<TestAnswer> |
TestQuestion.getCorrectAnswers()
Gets correct answer for this test
|
Modifier and Type | Method and Description |
---|---|
void |
TestQuestion.setAnswers(List<TestAnswer> answers)
Sets question's answers
|
Constructor and Description |
---|
CheckedAnswersArrayAdapter(Context context,
int textViewResourceId,
List<TestAnswer> objects,
boolean eval,
String feedb,
String anstype) |