openstax / oer.exports

Converter to various book formats (PDF, epub, mobi)
2 stars 0 forks source link

Application Box and Table Hidden #4036

Closed clteam18 closed 4 years ago

clteam18 commented 4 years ago

Screenshots

image

Additional notes

We have coded correctly for Application Box and table. But right side text is displaying out of the document. Please check and do the needful.

openstaxalina commented 4 years ago

@yblock could you please look at the markup here? Please post a snippet or screenshot of the markup below. I am wondering if the markup is manually setting any column widths...?

yblock commented 4 years ago

@openstaxalina I don't see anything specifying column width:


<title/>
<tgroup cols="4">
<colspec colnum="1" colname="c1"/>
<colspec colnum="2" colname="c2"/>
<colspec colnum="3" colname="c3"/>
<colspec colnum="4" colname="c4"/>
<thead>
<row><entry align="center">Does it &#8230;?</entry><entry align="center">Yes</entry><entry align="center">No</entry><entry align="center">What you can do to turn the assignment into something that is better suited to you as a learner?</entry></row>
</thead>
<tbody>
<row><entry>Does it allow you to make decisions about your own learning?</entry><entry/><entry/><entry>In essence, you are doing this right now. You are making decisions on how you can make your assignment more effective for you.</entry></row>
<row><entry>Does it allow you to make mistakes without adversely affecting your grade?</entry><entry/><entry/><entry>Hints: <emphasis effect="italics">Are there ways for you to practice? Can you create a series of drafts for the assignment and get feedback?</emphasis></entry></row>
<row><entry>Is it centered on solving a problem?</entry><entry/><entry/><entry>Hint: <emphasis effect="italics">Can you turn the assignment into something that solves a problem? An example would be making a presentation that actually educated others rather than just covered what you may have learned.</emphasis></entry></row>
<row><entry>Is it related to your chosen occupation in any way?</entry><entry/><entry/><entry>Hint: <emphasis effect="italics">Can you turn the assignment into something you might actually do as a part of your profession or make it about your profession? Examples might be creating an informative poster for the workplace or writing a paper on new trends in your profession.</emphasis></entry></row>
<row><entry>Does it allow you to manage the time you work on it?</entry><entry/><entry/><entry><emphasis effect="italics">More than likely the answer here will be &#8220;yes,&#8221; but you can plan how you will do it. For more information on this, see the chapter on time management.</emphasis></entry></row>
<row><entry>Does it allow interaction with your instructor as a learning partner?</entry><entry/><entry/><entry>Hint:<emphasis effect="italics"> Talking to your instructor about the ideas you have for making this assignment more personalized accomplishes this exact thing.</emphasis></entry></row>
</tbody>
</tgroup>
</table>```
openstaxalina commented 4 years ago

@yblock thank you. In that case, can you please copy this entire "Application" feature into a module in your CoSu collection on easyvm5? Please provide a link directly to the module (inside the collection) once you've added the content.

yblock commented 4 years ago

@openstaxalina

https://legacy-easyvm5.cnx.org/content/m78630/latest/

The feature is at the very top of this module

openstaxalina commented 4 years ago

@yblock thank you!

for @brittany-johnson - link to module in collection: https://easyvm5.cnx.org/contents/h2TUSN8V@4.2:3nqZiIVn@4/1-7-Enhanced-Strategies-for-Time-and-Task-Management

omehes commented 4 years ago

verified on e.e and https://easyvm5.cnx.org/content/col29727/latest looks good

table_9