Forum Activity for @blindmime

blindmime
@blindmime
12/06/17 03:15:02PM
776 posts

Quiz Module


General

Hi Steve,

Have you created a quiz module?

I asked about one here and Michael suggested asking you.

https://www.jamroom.net/the-jamroom-network/forum/my_posts/55200/quiz-module#last
blindmime
@blindmime
12/06/17 11:36:06AM
776 posts

Quiz Module


Jamroom Developers

I'm wondering if there has been any thought on creating a Quiz module? I'm thinking one way that might be cool is to be able to create a quiz in the module and then be able to embed it where you want via the editor. You'd want to be able to list them afterwards. Some kind of charting system too.

I would think a Quiz module would make Jamroom an interesting option in the Learning Management System space. Plus kinda fun in the music space too.

If there hasn't been anything brewing toward this kind of thing, what would it cost?

Or, given a little gumption is a project like this someone like myself with a limited php and mysql skillset might want to tackle?
updated by @blindmime: 03/07/18 02:13:05PM
blindmime
@blindmime
11/30/17 08:09:33PM
776 posts

list if field is not empty


Using Jamroom

That did it -- thanks!
blindmime
@blindmime
11/30/17 05:51:06AM
776 posts

list if field is not empty


Using Jamroom

I have this
{jrCore_list module="jrAudio" order_by="_item_id desc" limit="10" search1="audio_details != ''" template="index_audio_list.tpl"}
audio_details is a custom form field. The search1 doesn't seem to be having any effect since the list that is generated contains jrAudio submissions which both do and do not have something entered into audio_details.

What might make this work?
updated by @blindmime: 03/02/18 03:38:27PM
blindmime
@blindmime
11/29/17 07:42:16AM
776 posts

Documentation module stripping html


Using Jamroom

I want it to actually display an html5 audio player.
blindmime
@blindmime
11/28/17 04:57:39AM
776 posts

Documentation module stripping html


Using Jamroom

I'd like to add something like this in Documentation:
<audio controls>
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

However, the Documentation module is stripping out everything except, "Your browser does not support the audio element."

I've added the tags to the allowable tags for the quota. After that didn't work I checked the Allow All HTML box and that didn't work either.
updated by @blindmime: 03/02/18 03:38:20PM
blindmime
@blindmime
11/18/17 07:48:41AM
776 posts

updating template to jrCore_item_detail_features doesn't display prior entered tags


Using Jamroom

Michael's got it. I had {jrCore_item_detail_features module="jrBlog" item=$item} in the youtube detail template.

I was able to clean things up with the Batch Items Editor after correcting that.

Thanks!
blindmime
@blindmime
11/16/17 02:50:53PM
776 posts

updating template to jrCore_item_detail_features doesn't display prior entered tags


Using Jamroom

There are not more than a few tags per item. 4 or maybe 5 at the most. None of the tags entered prior to changing the template show up. It's not a huge deal though.
  7