Skip to content

Commit 59fbe69

Browse files
authored
Merge pull request #1025 from mgage/WeBWorK-2.15-add-tests3-remove-cruft
We b wor k 2.15 add tests3 remove cruft
2 parents 376f33d + c94c9ce commit 59fbe69

7 files changed

+231
-1738
lines changed

clients/t/test_two_embedded_images_localhost.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<h2>Problem 1</h2>
3434
<p>
3535
This problem gives you practice finding tangents to curves in the plane.
36+
It has problemSeed = 226 and problemIdentifierPrefix=321
3637
</p>
3738

3839

@@ -42,7 +43,7 @@ <h2>Problem 1</h2>
4243
src="https://demo.webwork.rochester.edu/webwork2/html2xml?
4344
&answersSubmitted=0
4445
&sourceFilePath=setDemo/limits.pg
45-
&problemSeed=225
46+
&problemSeed=226
4647
&displayMode=MathJax
4748
&courseID=daemon_course
4849
&userID=daemon
@@ -54,6 +55,10 @@ <h2>Problem 1</h2>
5455

5556
<h2>Problem 2</h2>
5657
<p>
58+
This problem has a different problem seed but the same path and prefix as the first problem.
59+
It has problemSeed = 225 and problemIdentifierPrefix=321
60+
</p>
61+
<p>
5762
By loading the graphs into separate tabs you can see that the two
5863
graphs have different urls. This allows separation of
5964
graphs, auxiliary html, and geogebra applets which might have the same
@@ -62,6 +67,7 @@ <h2>Problem 2</h2>
6267
seeds is enough to separate them but just in case you can set
6368
different problemUUID/problemIdentifierPrefix values. problemUUID is the preferred
6469
key name -- problemIdentifierPrefix also works for compatibility. )
70+
6571
</p>
6672

6773

@@ -80,5 +86,41 @@ <h2>Problem 2</h2>
8086
</iframe>
8187
<hr>
8288

89+
90+
<h2>Problem 3</h2>
91+
<p>
92+
This has problemSeed = 225 and problemIdentifierPrefix=321
93+
</p>
94+
<iframe width="800" height="600"
95+
src="http://localhost/webwork2/html2xml?
96+
&answersSubmitted=0
97+
&sourceFilePath=setDemo/limits.pg
98+
&problemSeed=225
99+
&displayMode=MathJax
100+
&courseID=daemon_course
101+
&userID=daemon
102+
&problemIdentifierPrefix=321
103+
&course_password=daemon
104+
&outputformat=standard">
105+
</iframe>
106+
<hr>
107+
108+
<h2>Problem 4</h2>
109+
<p>
110+
This has problemSeed = 225 and problemIdentifierPrefix=322
111+
</p>
112+
<iframe width="800" height="600"
113+
src="http://localhost/webwork2/html2xml?
114+
&answersSubmitted=0
115+
&sourceFilePath=setDemo/limits.pg
116+
&problemSeed=225
117+
&displayMode=MathJax
118+
&courseID=daemon_course
119+
&userID=daemon
120+
&problemIdentifierPrefix=322
121+
&course_password=daemon
122+
&outputformat=standard">
123+
</iframe>
124+
<hr>
83125
</body>
84126
</html>

clients/t/test_two_images_localhost_base64.html

Lines changed: 187 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)