Moodle in English

Innlegg laget i Moodle in English

Moodle in English -> Assignment Offline grading won't accept windows csv files -> Re: Offline grading won't accept windows csv files

av Eoin Campbell -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers

"What delimiter Excel uses for CSV files
To handle .csv files, Microsoft Excel uses the List separator defined in Windows Regional settings.
In North America and some other countries, the default list separator is a comma, so you get CSV comma delimited.
In European countries, a comma is reserved for the decimal symbol, and the list separator is generally set to semicolon. That is why the result is CSV semicolon delimited."
Gjennomsnittlig vurdering:Useful (2)

Moodle in English -> Lesson Use GIFT to import "decision tree-like" questions in a Lesson -> Re: Use GIFT to import "decision tree-like" questions in a Lesson

av Eoin Campbell -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers
If your goal is to create lessons using a full-featured editor, rather than the clunky web-based lesson editing interface in Moodle, then you could consider using the Microsoft Word file Import/Export (Lesson) plugin to create the text content pages, and the Microsoft Word file Import/Export (Question) plugin to create the questions. The question plugin uses a structured table in Word to contain each question, not the GIFT format. The lesson plugin allows standard narrative text (including images, tables, etc.) in Word, and uses headings as delimiters to decompose it into separate pages in the lesson.
Ideally, the Lesson plugin should import both questions and text so that they could be kept in a single Word file, but unfortunately this is not possible (as yet). Once imported, you still have to stitch the pages and the questions together in the logical structure that you want, as they initially form what is essentially a long linear list.



Gjennomsnittlig vurdering:Useful (1)

Moodle in English -> Quiz Quiz results groupwise -> Re: Quiz results groupwise

av Eoin Campbell -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers
  1. Create groups and include them in a grouping.
  2. Go to the Quiz/Assignment settings page, "Common module settings" section, and set the "Group mode" field to "Visible groups", and set the "Grouping" field to the name of the grouping you created.
  3. After this configuration, go to the Quiz results page, and you will see that there is a new filter added "Visible groups" with the name of the grouping you have selected. You can then select the particular group of students whose results you want to see.

2. Quiz settings - Common module settings





3. Quiz results page

Gjennomsnittlig vurdering:Useful (1)

Moodle in English -> Quiz Importing Canvas quizzes via plugin -> Re: Importing Canvas quizzes via plugin

av Eoin Campbell -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers
Someone forked the Github source code for this plugin and fixed the problem I believe. See https://github.com/Zyten/moodle-qformat_canvas. I compared the source code and the offending function is implode(), where the order of the arguments has changed in PHP (see a comparison of the code changes). The forked copy has fixed this. I haven't tested it though.

Gjennomsnittlig vurdering:Useful (2)