⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quehelp.cs

📁 一个简单的考生答题系统
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.Text;

namespace Myschool
{
    class QueHelp
    {
        public static int []queid=null;//保存所有题目在问题数据中的Id值

        public static bool []state=null;//保存选中题目的状态

        public static int[] allQuestionid = new int[20];//保存随机抽取题目的ID

        public static string[]Answer=new string[20];//保存随机抽取的题目的标准答案

        public static string [] studentAnswers=new string[20];//保存学生回答的题目的答案的
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -