通过网盘分享的文件:uniExaminationV1.rar
链接: https://pan.baidu.com/s/1X7vd4cGpH_ZrvL2JkrQZIA?pwd=mqaq 提取码: mqaq

主要是radioGroup的使用

 

image

 

image

 

CREATE TABLE "aTable" (
"Id"  INTEGER PRIMARY KEY AUTOINCREMENT,
kind INTEGER,
QuestionMemo STRING
,answer STRING
,myanswer STRING
,QuestionItemsA String
,QuestionItemsB String
,QuestionItemsC String
,QuestionItemsD String
,QuestionItemsE String
,QuestionItemsF String
)

 


INSERT INTO aTable
SELECT NULL,
kind  
,QuestionMemo  
,answer 
,myanswer 
,QuestionItemsA 
,QuestionItemsB 
,QuestionItemsC 
,QuestionItemsD 
,QuestionItemsE 
,QuestionItemsF 
FROM aTable