Skip to content
Phil Myers edited this page Jan 12, 2016 · 10 revisions

FAQs - Course 2: Module 1

If you have have a general question that is not specific to the Module 1 content, it may have already been answered here.

Assignments

Requirements

Assignments


Q: Can I turn the assignment in late?

A: Yes. Please refer to the grading policy here.

Requirements


Q: rq03.2 is failing?

A: You can't pass params to TodoList.create as it is. The keys of params are name and due_date. You need to use these to set the list_name and list_due_date of the TodoList.

Clone this wiki locally