Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/PolarApplet.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/appletExamplesHeader.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/gummyGraph1.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/scriptGraph1.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/scriptGraph2.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/sketchGraph1.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setAppletExamples/sliderGraph1.pg,v 1.1 2007/07/20 02:31:45 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

################################################################################
# WeBWorK Online Homework Delivery System
# Copyright 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
# Copyright © 2000-2019 The WeBWorK Project, http://openwebwork.sf.net/
# $CVSHeader: database_problems/Rochester/setSequentialProblems/sequentialProblem3.pg,v 1.1 2007/07/20 12:28:28 jjholt Exp $
#
# This program is free software; you can redistribute it and/or modify it under
Expand Down Expand Up @@ -121,4 +121,4 @@ if (@incorrect_answers = get_incorrect_answers( ) ) {



ENDDOCUMENT();
ENDDOCUMENT();
2 changes: 1 addition & 1 deletion OpenProblemLibrary/ma123DB/set6/s9_2_3.pg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $tf = new_match_list();
# $tf now "contains" the select list object.


$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );

$numberOfQuestions = 4;
$tf -> qa (
Expand Down
2 changes: 1 addition & 1 deletion OpenProblemLibrary/ma123DB/set6/s9_2_4.pg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $tf = new_match_list();
# To enter T as an answer choose the list element "True"
# To enter F as an answer choose the list element "False"
# The first choice is a blank to make the students do SOMETHING!!!
$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );
# Note how the list is constructed [ answer => list element , answer => list element ]

# Insert some questions and whether or not they are true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $tf = new_match_list();
# To enter T as an answer choose the list element "True"
# To enter F as an answer choose the list element "False"
# The first choice is a blank to make the students do SOMETHING!!!
$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );
# Note how the list is constructed [ answer => list element , answer => list element ]

# Insert some questions and whether or not they are true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $tf = new_match_list();
# To enter T as an answer choose the list element "True"
# To enter F as an answer choose the list element "False"
# The first choice is a blank to make the students do SOMETHING!!!
$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );
# Note how the list is constructed [ answer => list element , answer => list element ]

# Insert some questions and whether or not they are true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $tf = new_match_list();
# To enter T as an answer choose the list element "True"
# To enter F as an answer choose the list element "False"
# The first choice is a blank to make the students do SOMETHING!!!
$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );
# Note how the list is constructed [ answer => list element , answer => list element ]

# Insert some questions and whether or not they are true.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $tf = new_match_list();
# To enter T as an answer choose the list element "True"
# To enter F as an answer choose the list element "False"
# The first choice is a blank to make the students do SOMETHING!!!
$tf -> ra_pop_up_list( [ No_answer => "��?", T => "True", F => "False"] );
$tf -> ra_pop_up_list( [ No_answer => "?", T => "True", F => "False"] );
# Note how the list is constructed [ answer => list element , answer => list element ]

# Insert some questions and whether or not they are true.
Expand Down