Skip to content
Closed
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
10 changes: 4 additions & 6 deletions precalculus/exercises/outcomes/EL/EL4/generator.sage
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
class Generator(BaseGenerator):
def data(self):
return {
"eq": 3,
"ineq": 4,
"eqansinterval": 5,
"eqansgraph": 6,
"ineqansinterval": 7,
"ineqansgraph": 8
"equation": 3,
"domain": 4,
"range": 5,
"asymptote": 6
}
46 changes: 38 additions & 8 deletions precalculus/exercises/outcomes/EL/EL4/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,54 @@

<intro>
<p>
Question
Let <m>f(x)={{equation}}</m>.
</p>
</intro>


<knowl>
<content>
<p>
Task
Find the domain and range of <m>f(x)</m>. Write your answers in interval notation.
</p>
</content>
<outtro>
<p>
Task answer
Domain: <m>{{domain}}</m>
</p>
<p>
Range: <m>{{range}}</m>
</p>
</outtro>

</knowl>



<knowl>
<content>
<p>
Write the equation of any asymptotes of <m>f(x)</m>.
</p>
</content>
<outtro>
<p>
<m>y={{asymptote}}</m>
</p>
</outtro>

</knowl>

<knowl>
<content>
<p>
Graph <m>f(x)</m>. Label at least two points on the graph, and include any asymptotes with a dotted line.
</p>
</content>
<outtro>
<p>
graph goes here; dot in the points that (1,0) and (b,1) shifted to
</p>
</outtro>
</knowl>

</knowl>