I am not getting any success using the information found here: https://michaelgage.blogspot.com/2015/06/whether-writing-full-text-book-or-just.html
That website itself isn't showing the sample embedded WW problem either. Is there an update to how to do this somewhere that maybe I missed?
To be clear, I have attempted that same html snippet using my own course on my server and get the same issue. I have ensured the user has login-proctor permissions. Here is a brief sample html code here for reference. Perhaps this is an html thing, and not a WW thing. But maybe someone here can give me some guidance?
<!DOCTYPE html>
<html lang="en">
<body>
<header id="title-block-header">
<h1 class="title">Skills Check</h1>
</header>
<p> A test webwork problem </p>
<iframe height="600" src="https://webwork.ccd.edu/webwork2/CCD_Math_Testing/html2xml?
&answersSubmitted=0
&sourceFilePath=Library/ma122DB/set4/s3_2_25.pg
&problemSeed=12
&displayMode=MathJax
&courseID=CCD_Math_Testing
&userID=Anonymous
&course_password=Anonymous
&outputformat=simple" width="540">
</iframe>
</body>
</html>