Git Product home page Git Product logo

word-moodle-quiz's People

Watchers

 avatar

word-moodle-quiz's Issues

Moodle Quiz Toolbar buttons don't work in Word 2013

Opening the file CopyPasteEditThisoneForWord2010.doc in Word 2013 shows a 
Moodle Quiz toolbar. However, none of the buttons work. They give an error "The 
macro cannot be found or has been disabled because of your Macro security 
settings"

Original issue reported on code.google.com by [email protected] on 12 Feb 2014 at 10:25

No automated "build" process exists

Not sure this is the best use of "issues", but we need to have an automated 
process to "build" the project for testing. I asked a question on stack 
overflow: 
http://stackoverflow.com/questions/21758286/how-to-automate-builds-in-a-word-vba
-environment-with-source-code-control 


Original issue reported on code.google.com by [email protected] on 13 Feb 2014 at 3:41

How can I write formatted text in the question ?

When using the word-moodle-quiz module we need to enter a number of lines 
describing the question. Sample question:

-------------------------------------------------------------
A 7 year old boy comes to the office with a fever over 39.

Vital signs are:
  Pulse rate: 130
  BP: 80/60

He looks pale and has constricted breathing. What is your primary diagnosis:

A. Measles
B. Gastroenteritis
C. Rubella

----------------------------------------------------------------
When using "enter" while typing the text a new question is opened. When using 
"shift-enter" this looks ok in Word, but in the process of converting to XML 
the "new-line" (linefeed) chars disappear and the text looks like:
------------------------------------------------------------------------
A 7 year old boy comes to the office with a fever over 39. Vital signs are:  
Pulse rate: 130  BP: 80/60 He looks pale and has constricted breathing. What is 
your primary diagnosis:
------------------------------------------------------------------------

This issue is of vital importance to me, as we would like to use the 
word-moodle template in our medical school. Maybe it is possible to "embed" 
pieces of text with CDATA before having it processed at the XML level.

Thanks

David

Original issue reported on code.google.com by [email protected] on 10 Jun 2014 at 2:29

Ribbon button operations are not undo-able as a group

What steps will reproduce the problem?
1. Click insert Multiple choice
2. Undo

The document should return to the state prior to inserting the question, but 
instead undo only removes the last line of the question.

Suggest using CustomUndoRecord per 
https://code.msdn.microsoft.com/office/Word-2010-Work-with-the-3449abbc

Original issue reported on code.google.com by [email protected] on 11 Jun 2015 at 10:29

Images not working in answers

What steps will reproduce the problem?
1. Paste image in multiple-choice answer
2. Export XML / Import to Moodle
3. The process completes without error.

What is the expected output? What do you see instead?
The answer of the question in Moodle has no image. There is, however a "/" on 
line where the image would be.


What version of the product are you using? On what operating system?
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x


Please provide any additional information below.
See attached file with image on answer line.

Original issue reported on code.google.com by [email protected] on 30 Jun 2014 at 12:34

Attachments:

Standardize the use of XML Library

Change MSXML2 library by System.XML library

Please use labels and text to provide additional information.
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x

Original issue reported on code.google.com by [email protected] on 28 Oct 2014 at 3:45

Cloze support?

Hello, 

any plans for Cloze support?
For example, it is available in 
https://code.google.com/p/libre-gift/#Functional_description

and in https://moodle.org/plugins/view.php?plugin=qformat_wordtable

Original issue reported on code.google.com by jurgis.pralgauskis on 5 May 2014 at 4:30

Add answers in multiple choice question

What steps will reproduce the problem?
1. Insert a multiple choice question
2. Insert the first answer and the feedback 
3. We can't add a second answer when doing a line break

What is the expected output? What do you see instead?
Insert a multiple choice question with 3 answers and 3 feedback automatically

Please use labels and text to provide additional information.
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x

Original issue reported on code.google.com by [email protected] on 31 Oct 2014 at 4:01

Add a new answer at each line break

What steps will reproduce the problem?
1. Insert a multiple choice question
2. Insert the first answer and the feedback 
3. Add a second answer at each line break automatically

What is the expected output? What do you see instead?
At each line break after inserting the first answer we can't insert a new 
answer.
The second answer should be marked by default as a false answer.    

Please use labels and text to provide additional information.
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x

Original issue reported on code.google.com by [email protected] on 28 Oct 2014 at 3:37

MCQ without feedback on answers doesn't produce XML

What steps will reproduce the problem?
1. Create MCQ questions with no feedback (or empty feedback) on answers
2. Export to XML

What is the expected output? What do you see instead?
No XML file is generated, and no error message.

Published version 1.0.0.10

Original issue reported on code.google.com by [email protected] on 7 Feb 2015 at 12:04

More context-sensitive question editing

Editing question types in word is too fragile. It relies on "next paragraph" 
style settings, which is not adequate for all cases. If a user deletes a 
paragraph, this information is lost. 

Consider alternatives, such as adding an entire question content when a button 
is clicked in the toolbar. That is, the stem of the question is added as well 
as several variants of an answer. 

The Toolbar could be context sensitive. Certain options (adding a new MC 
answer) are only available when inside certain questions (MC questions). 

Original issue reported on code.google.com by [email protected] on 17 Jul 2014 at 2:42

XML export does not produce file

What steps will reproduce the problem?
1. Create a MC question with an image on the question line
2. Export to XML
3. The process appears to complete properly.

What is the expected output? What do you see instead?
An XML file is not produced finally. No error or message appears.

What version of the product are you using? On what operating system?
MoodleQuiz 1.0.0.10, Word 2010

Please provide any additional information below.
See attached file for sample that produces error.

Original issue reported on code.google.com by [email protected] on 30 Jun 2014 at 12:36

Attachments:

Upgrade Error

What steps will reproduce the problem?

After an Office solution is migrated to Microsoft Office 2013, the project 
cannot be opened on a development computer with only the 2010 Microsoft Office 
system installed. 

What is the expected output? What do you see instead?

"Cannot create the project because the application associated with this project 
type is not installed on this computer. You must install the Microsoft Office 
application that is associated with this project type."

Please use labels and text to provide additional information.
MoodleQuiz 1.0.0.10, Word 2010, Moodle 2.6.x

Original issue reported on code.google.com by [email protected] on 3 Dec 2014 at 5:03

Paste image button not working

What steps will reproduce the problem?
1. Put an image in the clipboard (copy an image)
2. Create a multiple choice question
3. Position cursor at end of question line
4. Click "Paste Image" icon on toolbar

Expected output is an image pasted in the document. Instead, nothing happens.

MoodleQuestions 1.0.0.10, Word 2010 on Windows 7. 

Original issue reported on code.google.com by [email protected] on 30 Jun 2014 at 12:10

Disable check for item feedback

I'd prefer to not provide feedback explaining each question. But the layout 
check looks for feedback, could there be an option to disable this check?

Cheers,
Jesse

Original issue reported on code.google.com by [email protected] on 13 Jul 2015 at 9:31

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.