Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Talk:The OU PMatch algorithm: Difference between revisions

From MoodleDocs
Created page with "I hope this is the best place to discuss the PMatch question type... I am currently testing it and have tons of questions and remarks. * Question 1 How can I match a correct answ..."
 
No edit summary
Line 7: Line 7:


--[[User:Joseph Rézeau|Joseph Rézeau]] 20:23, 4 August 2011 (WST)
--[[User:Joseph Rézeau|Joseph Rézeau]] 20:23, 4 August 2011 (WST)
First let's start by asking the context that requires the comma. You clearly need 'white' 'red' and 'blue'. So
    1 are you bothered about the order? Is red blue white OK?
    2 are you bothered that the punctuation is correct? Do you want first colour then comma then second colour then and then third colour?
--[[User:Phil Butcher|Phil Butcher]] 19:48, 5 August 2011 (WST)Phil Butcher

Revision as of 11:48, 5 August 2011

I hope this is the best place to discuss the PMatch question type... I am currently testing it and have tons of questions and remarks.

  • Question 1

How can I match a correct answer including a comma, e.g. "The French flag is white, blue and red."?

match (The French flag blue white and red.) gives error message: Missing closing bracket in code fragment "match (The French flag is blue".

--Joseph Rézeau 20:23, 4 August 2011 (WST)

First let's start by asking the context that requires the comma. You clearly need 'white' 'red' and 'blue'. So

   1 are you bothered about the order? Is red blue white OK?
   2 are you bothered that the punctuation is correct? Do you want first colour then comma then second colour then and then third colour?

--Phil Butcher 19:48, 5 August 2011 (WST)Phil Butcher