代码搜索:Question
找到约 5,399 项符合「Question」的源代码
代码结果 5,399
www.eeworm.com/read/128498/14292992
htm vote.htm
{template header}
function validate(theform) {
if (theform.question.value == "") {
alert("{lang alt_null_question}");
return false; }
if (theform.opt
www.eeworm.com/read/289734/3989276
java test.java
package org.fangsoft.testcenter.model;
public class Test {
private Question[] questions = new Question[3];
private int counter;
/**
* Constructor for Test
*/
public Test() {
super();
www.eeworm.com/read/160819/10495750
cpp whatsthequizmain.cpp
int main()
{
tvector questions;
questions.push_back(new HardMathQuestion());
questions.push_back(new WhatsTheQuestion("what's the capital of ","statequiz.dat"));
question
www.eeworm.com/read/389759/2538276
rb oneline_to_mox.rb
#!/usr/bin/env ruby
#
# Convert simple one-line-per-question quiz files to MoxQuiz compatible syntax.
#
# The only requirements for this script to work is that the question and answer are on the same
www.eeworm.com/read/358292/2987199
java paperquestionship.java
package com.jlobo.web.beans;
public class PaperQuestionShip implements java.io.Serializable {
// Fields
private Long id;
private Paper paper;
private Question question;