一个关于在线考试的web系统,具有试卷生成功能的ASP+SQL Server源码-an examination of online web system, Generating function papers with the ASP SQL Server source code ======================== 考试系统论文 摘要 随着计算机技术的普及和提高,计算机等级考试成为热门,等级考试的目的在于适应社会主义市场经济建设的需要,一方面是为了促进计算机知识的普及和计算机应用
本文实例为大家分享了Android实现答题系统的具体代码,供大家参考,具体内容如下
Question:
package com.example.lenovo.exam;
/**
* Created by lenovo on 2017/12/4.
*/
//保存从数据库中读取的记录
public class Question {
public String question;
public String answerA;
public String answerB;
public