-
Notifications
You must be signed in to change notification settings - Fork 21
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
For #404, placed correct answer in (b) and commented reasoning for other false answers. Inserted correct limit of 1 in part (c). #405
base: main
Are you sure you want to change the base?
Conversation
…answers. Inserted correct limit of 1 in part (c).
🚀 Preview available 🚀 |
source/calculus/source/08-SQ/07.ptx
Outdated
</ol> | ||
</p> | ||
</task> | ||
<task> | ||
<p> | ||
Find <m>\displaystyle \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|.</m> | ||
<ol marker="A." cols="2"> | ||
<li><m>-\infty</m>.</li> | ||
<li><m>1</m>.</li><!-- ans --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be better to add an <answer><p>A. <m>1</m></p></answer>
perhaps. Similarly, the comments above would be helpful as an <answer/>
available in the instructor guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I haven't done anything yet with adding answers for the instructor guide. I will look into that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
basically you want <task><statement><p>stuff</p></statement><answer><p>answer</p></answer></task>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StevenClontz Thanks, I found it in the style guide too.
🚀 Preview available 🚀 |
@cg2wilson I converted this to a draft, as I plan to work on adding the comments using |
things look good to me for when it gets marked as ready! |
No description provided.