Ryan Martin
Ryan Martin
The bottom of the question preview container is slightly cut off at the bottom, in run_session (prof mode). The CSS for this is a little crazy and needs to be...
In at least one instance of ENPH353 course, the participation grades are all zero in the CSV but not in the grade table.
- Need to switch all of the createContainer to use withTracker() - Need to switch how proptypes are declared
Move bootstrap into client/lib, since that is the accepted meteor location. CKEditor should stay in public (and imported as src script in main.html), since they (CKEDITOR) recommend it being at...
in the course manage page, when adding a student using the modal. The browser console shows an error. The issue is that the prof does not have access to the...
It could be useful to have a mechanism that prof can turn on and off that allows students to send a message to the prof during the lecture (for example...
Remove dependence on jquery, and implement scrolling to a specific question in the editor when a questions is pressed in the drag sortable list.
The CSV file with grades tries to open as a tab instead of downloading in Chrome, likely a similar issue to that described here: https://productforums.google.com/forum/#!topic/chrome/bEncfRIUclQ, although that is from 2012.
Currently, we've downloaded alertify.js into public and loaded it in a script tag in main.html. We should remove it from main.html, and instead install it using npm. Then, we need...