Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX: conclusions to webwork exercises come a bit early #2255

Open
Alex-Jordan opened this issue Sep 12, 2024 · 2 comments
Open

LaTeX: conclusions to webwork exercises come a bit early #2255

Alex-Jordan opened this issue Sep 12, 2024 · 2 comments

Comments

@Alex-Jordan
Copy link
Contributor

Take a look at the first exercise here:
https://pretextbook.org/examples/webwork/sample-chapter/sample-chapter.pdf#page=6

The "That was a simple problem. Let’s move on." is authored in a conclusion in source. The source is structured:

exercise
    introduction
    webwork
    conclusion

Something about what happens with webwork-reps in -assembly is causing the introduction, webwork-reps/static/statement, and conclusion to come out immediately one after the other. So then the hint/answer/solution comes after the conclusion, which seems undesirable. In HTML static preview, hint/answer/solution all come before the conclusion.

(Can you tell I am looking closely at PDF output to get Tacoma progress posted?)

@rbeezer
Copy link
Collaborator

rbeezer commented Sep 14, 2024

which seems undesirable

Debatable. ;-) Take it to pretext-dev for any necessary discussion.

This is a conscious decision, as static formats have no notion of an introduction, then a statment, then a conclusion. They wouldn't know what to do with it. So introduction and conclusion become melded into the statement. See the otherwise in the pretext-assembly template starting at about line 2411.

The point is: we have to fashion something that is universally recognized by existing PreText conversions.

@Alex-Jordan
Copy link
Contributor Author

Alex-Jordan commented Sep 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants