Game title italics and font size, quiz set games and suggestion

Hi there,

I have a few questions about H5P-

1) Is there a way to change the font size of the game title? Currently its very small and nearly ilegible.

2) Can you use italics in the font title? i have tried using "Title <em>Title</em> Title" but no luck.

3) Is there a way to include other game types that are not included in the quiz set? Currently there are only 5 game types available, most of these are not suitable for what I am trying to achieve so would like to add some variety by including some other games.

 

A suggestion I also have is to be able to add 'decoy' answers for games such as 'drag and drop' and 'fill the blanks' 

eg for fill the blanks - "The car was *red* and had a top speed of *180* mph." ... will not be hard to figure out ...

But if you had "The car was *red**blue**green* and had a top speed of *180**190**200* mph."

Then it becomes more challenging.

Really liking what is available so far.

Thanks,

Helen

BV52's picture

Hi Helen,

These are all possible if you are using one of the three supported frameworks (Moodle, Drupal or Wordpress).

Both 1 and 2 can be achieved by using a PHP hook, to add your own CSS file to the content type. Please visit the Visual Changes page for more details.

For more information adding a content to Question Set this documentation is a good starting point.

For your last question/suggestion. Drag and Drop actually has a way of placing decoys by adding more draggables but setting no correct drop zones for it. I have a sample content here that you can check. Feel free to download it and upload to check the settings. Please note that from the choices the last draggable is not really meant to be decoy but is only there for aesthetic purposes :-)

For fill in the blanks I'm not sure what you want to accomplish here. Since fill in Fill in the Blanks the user will not see the answers to the question until they click on the "Solution" button.

I hope this helps if you have further questions feel free to post in the forums.

-BV52

 

I sometimes add decoy answers with a question (drag text) or drag area called, "Extras", "Wrong", etc.  The idea is just to slow them down towards the end. I like the word "Decoy"! 

for example

a. 1 *one*

b. 2 *two*

c. 3 *three*

d. 4 *four*

e. extra *for*

BV52's picture

Thank you for the input maude.

-BV52

Hi BV52,
Thank you very much for your replies to my queries.

1) + 2) I am using WordPress, I had looked at the Visual Changes page as you suggested and have followed the step by step instructions given by Realia in the comment section called "How to do it in Wordpress for newbies" as I am a newbie and also found the documentation too complicated for my level of understanding.
I have followed her steps, adding the relevant files and folders (removing the '<code>' from the html) and activating the 'h5pmods' plugin but nothing has changed. I used the same example as her:

html.h5p-iframe .h5p-content {
font-size: 20px;
color: #5a5a5a;
}

How can I get this to work?
What code would I use to customise for italics?
Attached is the text which I hope to make italics.

3) Haven't looked into yet - sorry.

4) Thanks both for your suggestions, I will try and incorporate decoys into my drag and drop quizzes - I see that it can work well for this type of game. However, Im not sure I understand the drag text example given by Maude - sorry. Maude, Can you give another example?

Hopefully you will be able to help,

Best wishes,
Helen

Attachments: 
fnoks's picture

Unfortunately, I don't think it is possible to make some words in the main text italic since it doesn't support formatting.

Hi Helen, 

Here's an example: https://h5p.org/node/163741.