Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 11, 20168 yr Author 3 hours ago, Joel R said: [ACP > Quizzes > Settings] Type of Content field = Editor WYSIWYG. But quiz still uses Textarea. 3 hours ago, Joel R said: No thumbnail on quiz listing, even though picture is uploaded. See screenshot. Weird. Both works fine for me: Editor/Textarea: http://www.screencast.com/t/04paybeq5hv Category view: Anyone else with any of those issues? 3 hours ago, Joel R said: Increase maximum questions per quiz. It can be any number, actually. I tested with 20. It wasn't good due to my screen resolution, nothing else. I'll increase it. 3 hours ago, Joel R said: Minimum answers per question: allow 2. Multiple choices coming in a future version. 3 hours ago, Joel R said: Allow owner to test, but not count in score I like it. Next version. 3 hours ago, Joel R said: When create question, show as many empty 'answer fields' as allowed by default Not sure if the "field" used the allows it. Will check. 3 hours ago, Joel R said: Check if 'correct' answer is duplicated with 'incorrect' answers. It can be done. 3 hours ago, Joel R said: I don't really like the IPS steps. And that should not stop us from creating quizzes with many questions. Please think about making your own simple counter (eg. "You are on 2 out of 40 questions.") That would change EVERYTHING. This is something I really don't want to even think about now.
November 11, 20168 yr 8 hours ago, Adriano Faria said: Weird. Both works fine for me: Editor/Textarea: http://www.screencast.com/t/04paybeq5hv Category view: Let me test again tonight. 8 hours ago, Adriano Faria said: Multiple choices coming in a future version. To clarify, I mean minimum possible answer choices = 2, but still only 1 correct and 1 incorrect. (Not multiple answers) This way, you can do True / False. I think 3 is minimum right now.
November 11, 20168 yr Author Just now, Joel R said: To clarify, I mean minimum possible answer choices = 2, but still only 1 correct and 1 incorrect. Ah ok. Currently the minimum is 3.
November 11, 20168 yr 8 hours ago, Adriano Faria said: Not sure if the "field" used the allows it. Will check. (Just wanted to makes sure you understood request). To clarify, if category allows 5 answers per question ... then when write question, show 1 empty space for Correct and 4 empty spaces for Incorrect that I fill in. Otherwise, I need to "+Add another," and "+Add another," and "+Add another" up to 4 times. Too many clicks to add empty spaces. Hope that makes sense
November 11, 20168 yr Author Just now, Joel R said: (Just wanted to makes sure you understood request). To clarify, if category allows 5 answers per question ... then when write question, show 1 empty space for Correct and 4 empty spaces for Incorrect that I fill in. Otherwise, I need to "+Add another," and "+Add another," and "+Add another" up to 4 times. Too many clicks to add empty spaces. Hope that makes sense Yes, that's how it works. Personally I don't think it's possible and will require IPS to change it in the core but I'll check it anyway.
November 11, 20168 yr I like the idea of this app! Is there a way to reset a quiz, whether globally, or for an individual member? If not, can there be such a feature in the future?
November 12, 20168 yr Author 1 hour ago, GrooveOnBeat said: I like the idea of this app! Is there a way to reset a quiz, whether globally, or for an individual member? If not, can there be such a feature in the future? Yes, "globally", inside the quiz, on the Quiz Actions menu. There's a 'clean games' option. This will delete all games (scores and players) for that specific quiz.
November 12, 20168 yr 1 minute ago, Adriano Faria said: Yes, "globally", inside the quiz, on the Quiz Actions menu. There's a 'clean games' option. This will delete all games (scores and players) for that specific quiz. Nice! Is it possible to add the option to clean games for individual members? Maybe for a future release?
November 12, 20168 yr Author Just now, GrooveOnBeat said: Nice! Is it possible to add the option to clean games for individual members? Maybe for a future release? Yeah, it can be done in next version.
November 12, 20168 yr 1 hour ago, Adriano Faria said: Yeah, it can be done in next version. Yaaay! Thanks!
November 12, 20168 yr @Adriano Faria The Quizzes app allows the use of the WYSIWYG editor, however I am wondering if this is enabled only for typing in the quiz description or also for questions and answers. Because here even with this option enabled, questions and anwers must be entered as plaintext. One feature that is missing is the ability to add an optional image per question, so we can have questions such as "Observe the picture/diagram below, based on it, which is correct to say (...)" Cheers!
November 12, 20168 yr Just now, Gabriel Torres said: Because here even with this option enabled, questions and anwers must be entered as plaintext. That's the same bug I found.
November 12, 20168 yr @Adriano Faria Apparently the "Quiz sorting" setting is not working. See attached screenshots. The quizzes are sorted in descending order even when I set it to "ascending".
November 12, 20168 yr Author 2 hours ago, Gabriel Torres said: Quizzes app allows the use of the WYSIWYG editor, however I am wondering if this is enabled only for typing in the quiz description or also for questions and answers. Because here even with this option enabled, questions and anwers must be entered as plaintext Descriptions only as stated in the setting: content field. 2 hours ago, Joel R said: That's the same bug I found. 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. 43 minutes ago, Gabriel Torres said: Apparently the "Quiz sorting" setting is not working. See attached screenshots. The quizzes are sorted in descending order even when I set it to "ascending". I'll check it. I will give a week or so to release a version to fix those issues, unless something big appears.
November 12, 20168 yr Author 1 hour ago, Gabriel Torres said: @Adriano Faria Apparently the "Quiz sorting" setting is not working. See attached screenshots. The quizzes are sorted in descending order even when I set it to "ascending". 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.
November 12, 20168 yr Author 13 minutes ago, Adriano Faria said: I'll add options to sort by number of QUESTIONS and number of PLAYERS in next version.
November 12, 20168 yr Author On 11/11/2016 at 2:52 AM, Gabriel Torres said: There are two language strings missing: perm_quiz_perm__label 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. On 11/11/2016 at 2:55 AM, Gabriel Torres said: @Adriano Faria I've just found the second missing string: quizz_auto_follow 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:
November 12, 20168 yr Author On 11/11/2016 at 2:54 AM, Adam_S said: - Increase the number of questions from 15 to something a bit higher (maybe 20 or 30)? On 11/11/2016 at 4:38 AM, Joel R said: Increase maximum questions per quiz. Set to 30. It works with more, as I said. The problem is the screen resolution. On 11/11/2016 at 4:38 AM, Joel R said: Minimum answers per question: allow 2. Done. On 11/11/2016 at 4:38 AM, Joel R said: Allow owner to test, but not count in score Done. A message will be shown when the submitter takes the quiz: It's a lang bit; you change it in your install. Anyway, I accept suggestions for a better text. ----------------------------------------- Other suggestions posted in this topic can (and some will) be added in a further version. Those were added now because they don't require some kind of rework/rewrite.
November 13, 20168 yr @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!
November 13, 20168 yr @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.
November 13, 20168 yr @Adriano Faria found a style issue, see screenshot. The title is too close to the image. Thanks! PS: It would also be great to inform the ideal image size somewhere (e.g., below the upload box). Edited November 13, 20168 yr by Gabriel Torres
November 13, 20168 yr @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.)
November 13, 20168 yr Author 7 hours ago, Gabriel Torres said: @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. That's very nice to know. Haven't tested it like that. 6 hours ago, Gabriel Torres said: @Adriano Faria found a style issue, see screenshot. The title is too close to the image. Thanks! PS: It would also be great to inform the ideal image size somewhere (e.g., below the upload box). Weird. Worked fine on my install: But i'll add some CSS thingy to avoid that and probably some image control, like size and dimensions.
November 13, 20168 yr Author 7 hours ago, Gabriel Torres said: was able to add an image to the question by simply adding the HTML code to the question. It worked fine! See screenshots. Haven't tested yet but that happened probably because your group is allowed to use HTML, right?
November 13, 20168 yr Author 51 minutes ago, Gabriel Torres said: @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.) 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. Edited November 13, 20168 yr by Adriano Faria