Lesson Agenda

<% excludes = options[:excludes] || [] %> <% document.toc.children.each do |l1| %> <% l1_excluded = l1.excluded?(excludes, document.ela?) %> <% l1_time = l1_excluded ? l1.time : l1.time_with(excludes) %> <% l1.children.each do |l2| %> <% l2_excluded = l2.excluded?(excludes) %> <% l2_time = l2_excluded ? l2.time : l2.time_with(excludes) %> <% end %> <% end %>

BLOCK / ACTIVITY

CCSS

PRIORITY

TIME

<%= l1.title %>

<%= "#{l1_time} mins" unless l1_time.zero? %>

<%= 'Optional: ' if l2.optional && document.math? %> <%= l2.title %>

<%= l2.standard %>

<%= l2.priority unless l2.priority.to_i.zero? %>

<%= "#{l2_time} mins" unless l2_time.zero? %>

Total Instruction Time

<%= document.toc.total_time_with(excludes) %> mins