Package | Description |
---|---|
es.ugr.swad.swadroid.database |
Database management package.
|
es.ugr.swad.swadroid.modules.tests |
Tests syncronization and generation package.
|
Modifier and Type | Method and Description |
---|---|
List<TestTag> |
DataBaseHelper.getOrderedCourseTags(long selectedCourseCode)
Gets the tags of specified course ordered by tagInd field
|
Modifier and Type | Method and Description |
---|---|
void |
DataBaseHelper.insertTestTag(TestTag t)
Inserts a test tag in database
|
void |
DataBaseHelper.updateTestTag(TestTag prev,
TestTag actual)
Updates a test tag in database
|
Modifier and Type | Method and Description |
---|---|
List<TestQuestion> |
DataBaseHelper.getRandomCourseQuestionsByTagAndAnswerType(long selectedCourseCode,
List<TestTag> tagsList,
List<String> answerTypesList,
int maxQuestions)
Gets the questions of specified course and tags
|
Constructor and Description |
---|
TagsArrayAdapter(Context context,
int textViewResourceId,
List<TestTag> objects) |