BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Static Public Attributes | List of all members
org.buildmlearn.toolkit.comprehensiontemplate.Constants Class Reference

Constants used in comprehension template's simulator relating databases. More...

Static Public Attributes

static final String firstrun = "firstRun"
 
static final int COL_TITLE = 1
 
static final int COL_PASSAGE = 2
 
static final int COL_TIME = 3
 
static final int COL_QUESTION = 1
 
static final int COL_OPTION_1 = 2
 
static final int COL_OPTION_2 = 3
 
static final int COL_OPTION_3 = 4
 
static final int COL_OPTION_4 = 5
 
static final int COL_CORRECT_ANSWER = 6
 
static final int COL_ANSWERED = 7
 
static final int COL_ATTEMPTED = 8
 
static String XMLFileName = "comprehension_content.xml"
 

Detailed Description

Constants used in comprehension template's simulator relating databases.

Created by Anupam (opticod) on 5/6/16.

Member Data Documentation

final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ANSWERED = 7
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_ATTEMPTED = 8
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_CORRECT_ANSWER = 6
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_1 = 2
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_2 = 3
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_3 = 4
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_OPTION_4 = 5
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_PASSAGE = 2
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_QUESTION = 1
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TIME = 3
static
final int org.buildmlearn.toolkit.comprehensiontemplate.Constants.COL_TITLE = 1
static
final String org.buildmlearn.toolkit.comprehensiontemplate.Constants.firstrun = "firstRun"
static
String org.buildmlearn.toolkit.comprehensiontemplate.Constants.XMLFileName = "comprehension_content.xml"
static

The documentation for this class was generated from the following file: