Lesson layout and theming (Fordson 1.4.4)

Lesson layout and theming (Fordson 1.4.4)

by Richard Jones -
Number of replies: 2
Picture of Plugin developers Picture of Testers

Using Moodle 3.2 and Forsdson 1.4.4.

The issue is seen in the screenshot:

lesson layout

The column weightings are col-md-3 and col-md-9 for the test and drop-down respectively.  I'm not sure what constrains the combined columns to about 25% of the available width on the enclosing div (anweroption?) but this combination creates problems when:

  • The text description is long
  • An image is inserted into the text description part

I see that with text, you could reverse the two (put longer text in the drop-down) but then you can't insert images or use other formatting.

My question is: is this baked into the lesson code or is it modifiable via theming?

Thanks

Richard  

Average of ratings: -
In reply to Richard Jones

Re: Lesson layout and theming (Fordson 1.4.4)

by Chris Kenniburg -
Picture of Particularly helpful Moodlers Picture of Plugin developers

Does the lesson appear the same if you switch to Boost?   Fordson doesn't do much with the styling of activities.

In reply to Chris Kenniburg

Re: Lesson layout and theming (Fordson 1.4.4)

by Richard Jones -
Picture of Plugin developers Picture of Testers

Hi Chris

Yes, it's the same and it's not the enclosing div - allocating col-md-9 to the drop-down list part is what's causing it.

I suppose that's defined in in the mustache template for the activity?  So not accessible via adjusting the scss file.

Thanks

Richard