It looks like our institution may be ditching Piazza, so I’m starting to get some queries about Discourse as a potential replacement for course forums.
One feature of Piazza that faculty consider important is anonymous posting. Accounts on Piazza can either post completely anonymously, or anonymous to other students but not to course staff. I’m wondering if something similar could be achieved using Discourse, possibly through a plugin.
I’m aware that Discourse has existing support for anonymous mode. However, there are a few drawbacks to the feature as it is currently implemented. First, it’s not that clear in the UI how to enter anonymous mode. I’ve heard from multiple students that claim that our forum doesn’t have it, which I think is because they can’t figure out how to turn it on. That’s probably fairly straightforward to fix. Ideally there would be a way to have a toggle so that an individual post could be anonymous, rather than having the user enter a separate mode.
The second more serious problem is that anonymous users seem to lose access granted to the named user. We use groups and category permissions heavily to control what students can see on the forum, which is particularly important when maintaining the same forum across multiple semesters. (Essentially each new batch of students is put into a semester-specific group which provides a simplified view of the forum where they can only see semester-specific categories and a few others that we allow continuous posting in.) So once a user enters anonymous mode, they lose access to the very topics that they would like to engage in anonymously.
The second problem seems harder to fix. Ideally Discourse would forward some permissions and group memberships to the anonymous user—although probably not all, since you probably want to avoid moderators accidentally taking certain actions while anonymous. But if there was an option to allow non-admin permissions and group membership to be forwarded to anonymous users, that would support our use case.
Overall better support for anonymity would be something that I think would help Discourse enter the university class forum space. It may seem surprising, but this is frequently one of the first questions other faculty have when I suggest that they try Discourse for their course.
This is excellent, detailed feedback, but to be perfectly honest with you, if anonymous participation is a critical path feature that you expect users to be taking advantage of all the time, I’m not sure Discourse is the right choice for that use case.
That said, your idea is a reasonable one:
How do you feel about this one @sam since I know you worked on anon a fair bit way back when.
I’m not sure. I’ve been using Discourse as a course forum for a long time, and I’ve never really felt that this is a huge barrier. However, there are some students that feel more comfortable when they can engage anonymously. So I’m not sure exactly what would happen here.
That’s fair, but would also be too bad, since I think that Discourse provides 95%+ of the needs of a typical course forum, and does it much (much) better than at least the alternatives that I am aware of. Just from a feature and fit and finish perspective, Discourse is already miles ahead of Piazza. Apparently CampusWire will be the next licensed solution offered by my university, but it’s another closed-source product that will probably be less effective and will definitely be less extensible than Discourse. (At least the fact that we have to pay for it makes me less nervous about what they are doing with the student data, which has been a big concern of mine regarding Piazza.)
I think that adding this feature might help snare at least a bit more of the campus market. The other difference that Piazza has is the collaborative answering, but that’s both not terribly well-implemented and something that you can argue is better served by Discourse’s discussion model. So that seems less important to duplicate.
The trouble with giving the fake anon user groups is that we will be stuck synchronising this over time, there is huge risk here
To be honest I think we should scrap the whole feature and replace it with an implementation similar to the anonymous moderator feature @tgxworld recently built, it is far more intuitive to use as well
Correct me if I’m wrong, but this seems connected to the current model where a user can enter anonymous mode and remain there over a long period of time—during which, perhaps, their group membership might change?
I think what would suffice is something along the lines of an anonymous action: for example, posting or replying to a topic. This would behave like entering anonymous mode, doing that thing, and then leaving, meaning that it should be sufficient to determine whether the action can be taken based on the user’s groups when the action takes place.
Anyway, I’m just spitballing. I’ll be excited to hear about the anonymous moderator feature you’ve mentioned and whether it could be extended to meet this use case.
Exactly, this is how the “anon moderator” feature works and why it is so much safer and so much more usable. Additionally, all “anon” posts can come from one account, meaning that anonymity is significantly more … anonymous.
Ah, interesting. For our use case we might actually not want that. Imagine a bunch of anonymous students are talking in a topic. We actually do want staff to be able to tell them apart . And we also need their posts to be able to be traced back to an actual account, to address bad behavior. It’s probably also ideal for anonymous identities to be stable over time, similar to the current feature.
Again another thing covered by the anon moderator plugin. We still associate the post in the backend using other mechanisms with the actual user.
It is just that students will no longer be able to tell that “anon17” posted across 17 topics and is the same anon17. This does lead to an easier way for end users to figure out which anon number is which user.
Interesting. Does the identity stay stable within the topic, but not across? That would be nice.
It would also be nice for staff (or over some trust level) to have a way to see student identities regardless of whether they are hidden from other students, although I guess that gets tricky with @mentions and such.
@sam: Il plugin anon-moderator è disponibile per le versioni ospitate? Sto utilizzando Discourse esattamente come descritto da @Geoffrey_Challen: diverse classi usano i forum, alcune categorie sono condivise, ma esiste almeno una categoria per ogni classe accessibile solo a quella classe. Al momento, se gli studenti passano alla modalità anonima, perdono l’accesso alla loro categoria riservata.
La modalità anonima è una funzionalità davvero importante per un contesto didattico. La maggior parte degli studenti è felice di pubblicare con la propria identità (specialmente dato che permetto loro di scegliere il proprio ID visibile), ma ci sono sempre alcuni che si sentono meno a proprio agio a farlo.
Comprendo il problema legato alle autorizzazioni ereditate (l’utente anonimo potrebbe potenzialmente avere più autorizzazioni rispetto all’utente originale). Nel mio contesto, non è una minaccia sostanziale: gli studenti sanno che posso sempre tornare indietro e identificare esattamente chi sono se non si comportano correttamente.
Il plugin Moderatori Anonimi non è disponibile né nei piani Standard né in quelli Business. I plugin disponibili per questi piani si trovano qui: Plugin directory | Discourse - Civilized Discussion. È possibile installare il plugin Moderatori Anonimi sul piano Enterprise.
Grazie @simon, è un peccato. Significa che non c’è modo di permettere agli utenti di pubblicare in modo anonimo in categorie riservate su una Discourse Standard ospitata?
Non riesco a pensare a un modo per farlo sul nostro piano Standard. Potrebbe essere possibile sul piano Business utilizzando il plugin Data Explorer per trovare i normali account utente associati agli account anonimi e quindi aggiungere gli utenti anonimi ai gruppi appropriati in base ai gruppi dell’utente regolare. Questa non mi sembra una soluzione ideale, quindi non ti suggerisco di provare questo approccio.
@morisset: Non sono sicuro che questo plugin risolva comunque il tuo problema. Ammettendo che io abbia il plugin giusto, la descrizione afferma:
Consente ai moderatori di avere un secondo account per eseguire azioni in modo anonimo. Gli altri membri dello staff possono vedere l’identità reale dell’account.
Quindi questa funzionalità aggiuntiva è limitata ai moderatori. Penso che il riferimento di @sam a questo plugin fosse un suggerimento affinché le funzionalità di anonimizzazione di base di Discourse si muovano in questa direzione. Oppure, forse, potrebbe essere creato un secondo plugin che estenda questa funzionalità ai non moderatori. (Ovviamente non vuoi impostare tutti i tuoi studenti come moderatori! Nemmeno io imposto tutto il mio staff come moderatori, anche se ho commesso questo errore alcune volte quando ho iniziato a usare Discourse. È un insieme di funzionalità piuttosto potenti e vuoi davvero fornirlo solo alle persone di cui ti fidi.)