Jump to content

Gabriel Torres

Clients
  • Posts

    1,748
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    What's New in Version 1.0.1:
    New Features:
        Tool to import/export quizzes (XML template on a folder in the zip file)     Tool will import quiz title, description, time to complete, number of questions, questions and answers     Quiz submitter will be able now to play the quiz (to test it) without store the score.     Added more control to the quiz image: file size and dimensions, per category     Added option to copy a quiz     Added option to choose ALL or a specific member when deleting games from a quiz     Added new widget: Quiz Feed     Added options to sort quizzes by number of QUESTIONS and number of PLAYERS on category view     Minimum answers per question decreased to 2     Minimum questions per quiz increased to 30 Fixes:
        Lang bits missing     Email diggest templates missing     Fixed error when viewing All IP Addresses by a member     Potential XSS issue fixed by not allowing HTML to be used in questions (images)  
  2. Like
    Gabriel Torres reacted to stoo2000 in Mail Bouncer - Automated Bounce Management   
    3.0.7 was release yesterday morning to address this.
  3. Like
    Gabriel Torres reacted to Charles in Quick Title Edit   
    This will be standard in 4.1.18.
  4. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Which layout? The dimensions are for the quiz view. The rest is a 100x100 thumb. 
  5. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    The Commerce integration is something I already have in mind. The problem is the import tool. This absolutely isn't so simple as people think it is, due to how I've built things (questions, answers, etc.) and will take some time to get it done. 
  6. Like
    Gabriel Torres reacted to Joel R in Quizzes   
    I know @Adriano Faria you've already initially considered this suggestion, but I feel like this is an especially important suggestion.  If you have a quiz in the same exact order of questions, people can develop "muscle memory" of knowing the right answers based on when the question is coming up.  I know you randomize the answers (which is great, I don't think v3 even did that), but people with good memory will begin to learn the order of questions. 
    I think it's important to build as much randomness into the quiz as possible.  That's why I also support the suggestion that you allow (for example) people to build a "test bank" of 200 questions and you build a quiz of 10 random questions from the bank.  
  7. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    @Adriano Faria I think that is a terrific idea. I even have a name for this block: "Hall of Fame."
  8. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Unless I make one listing only who graded 100, regardless the quiz. Reasonable?
  9. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    I thought in do something like that but it doesn't make much sense. A top ranking wouldn't reflect the truth because one quiz can have 10 questions in 5 minutes. Another 20 questions in 10 minutes. Or worst: 5 questions in 3 minutes, etc.
  10. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Honestly, the answers are randomized and I think this is enough. Some people will want to follow a logical sequence and randomize it will break it, then those users will complain. Before you ask, I really don't want to add settings to every little tiny thing. That's boring and makes the app usability complicated. Especially this one that would have to be a "per quiz" option and not a global setting.
    Maybe in a future version. Don't promise.
  11. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    For all the people who are following this topic, the layout/style issues I had is solved by clearing the cache, it was a CSS caching issue.
  12. Like
    Gabriel Torres reacted to JEFF MACK in Quizzes   
    Is there a way to preview the quiz you are working on?
  13. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Next version, you, as the submitter, will be able to play the quiz. Your score will not be taken into consideration. 
    For the current version, you can go to Manage Questions & Answers and see all questions and answers. There's nothing else to view beyond that. 
  14. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    I've done that successfuly on my board, FYI.
  15. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    If the quiz is updated, I show the update date. If not, the creation date, just like Downloads, Gallery, etc. Does it need to show both dates? 
  16. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Gabriel, I believe your date format is breaking the layout. See how it appears on my live (offline) board:

    Then I changed the date to another year (like yours):

    Below is how it is used on Forums app:


    They are pretty much the same.
    I confirm the submitted date. I'l keep it if the quiz isn't updated. When it is, then I'll show the update date.
  17. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    @Adriano Faria A few tweaks to the main page are necessary, please see the attached screenshot. (I have it set so only admins can see the app while I am still setting it up. As soon as I make it live, I will let you know, so you can see what I am talking about at a live install.)

  18. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    @Adriano Faria I was able to add an image to the question by simply adding the HTML code to the question. It worked fine! See screenshots.


  19. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    @Adriano Faria Thanks for all your replies and explanations. Thank you specifically for providing the fix for the sorting issue. As for the language strings, I was translating everything and I found those empty strings and reported them; I didn't know they were empty in all apps! Thanks for the explanation!
  20. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Not sure what is the issue here. This lang exists but it is empty indeed. It appears here:

    It is empty in all apps, official and most of 3rd-party apps. See:

    I mean, you can add something there if you wish. Example:
    'perm_quiz_perm__label' => "Category Permission", Will result:

    Not necessary, IMO.
    Same for this one. It is empty in all apps, otherwise it will add a text above the checkbox:
    'quizz_auto_follow' => "SOMETHING", 'quizz_auto_follow_suffix' => "Notify me when other comments are posted", Results:

  21. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
  22. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    My bad. If you don't want to wait for the next version, download and edit applications\quizzes\sources\Category\Category.php. Find:
    /** * Get order by * * @return string */ public function get__sortOrder() { return $this->csortby; } Change to:
    /** * Get order by * * @return string */ public function get__sortOrder() { return $this->sortby; } I'll add options to sort by number of QUESTIONS and number of PLAYERS in next version.
  23. Like
    Gabriel Torres reacted to Adriano Faria in Quizzes   
    Descriptions only as stated in the setting: content field.
    That's not a bug; that's how it was designed. It's a text field, not an editor. 
    -----
    Sorry guys, this (and the steps) won't change, at least so soon. Basically a total rewrite would be required in questions/answers form. It may seems a simple form but a LOT of things runs behind that. This is something I'm really not ready to do right now. 
    Images and other quizzes types will come in a future version. 
    I'll check it.
    I will give a week or so to release a version to fix those issues, unless something big appears.
  24. Like
    Gabriel Torres reacted to Joel R in Quizzes   
    That's the same bug I found.
  25. Like
    Gabriel Torres got a reaction from Adriano Faria in Quizzes   
    @Adriano Faria I've just found the second missing string:  quizz_auto_follow
×
×
  • Create New...