See long question and answer

If l i have abig question when I answer i cannt see the question and parts of answer how can I fix this?

To confirm my understanding, when the question is too large, you do not see parts of the question/answer?

  1. Find one of those cards.
  2. From the menu, select Edit note.
  3. On the bottom of the next screen, select Cards. You’ll see the template screen now.
  4. From the menu, select Copy as markdown.
  5. Paste the content here.
1 Like

Front template

{{cloze:Text}}

Back template

{{cloze:Text}}<br>
{{Extra}}

Styling

.card {
 font-family: "Verdana";
 font-size: 20px;
 text-align: center;
 color: #121010;
 background-color: ##ebe1e1;
}

.cloze {
 font-weight: bold;
 color: #52bd24;
}

.night_mode .cloze {
 color: #0099ff!important;
}

.mystyle1 {
font-size: 16px;
font-style: italic;
color: white
}

.night_mode .mystyle1 {
font-size: 16px;
font-style: italic;
color: #33cc33






}

I haven’t tried testing this yet but the template looks quite simple. Can you also send a screenshot of what you see when studying?

Also try updating the app if you haven’t already.

Front template

{{cloze:Text}}

Back template

{{cloze:Text}}<br>
{{Extra}}

Styling

.card {
font-family: "Verdana";
font-size: 20px;
text-align: center;
color: #121010;
background-color: ##ebe1e1;
}

.cloze {
font-weight: bold;
color: #52bd24;
}

.night_mode .cloze {
color: #0099ff!important;
}

.mystyle1 {
font-size: 16px;
font-style: italic;
color: white
}

.night_mode .mystyle1 {
font-size: 16px;
font-style: italic;
color: #33cc33

}


No available updates right now

Are you not able to scroll? Or do you need the font to be smaller?

Not able to scroll, l make the font smaller but it didn’t solve the problem

Maybe you could try splitting them off into different cards?

That’s weird. I’m able to scroll here. Can you try turning off center alignment in Settings > Reviewing? Also, Settings > About > Copy debug info. Paste it here.

AnkiDroid Version = 2.20.1 (e32a82c33646807ea19623c9c88be38965bc07e6)

Backend Version = 0.1.48-anki24.11 (24.11 c47638ca36f99dd4f3b81ae82d964aec66e392e0)

Android Version = 14 (SDK 34)

ProductFlavor = play

Manufacturer = samsung

Model = SM-A528B

Hardware = qcom

Webview User Agent = Mozilla/5.0 (Linux; Android 14; SM-A528B Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/135.0.7049.111 Mobile Safari/537.36

ACRA UUID = 2c03e57d-b3b9-4c2a-99ef-f4f1c2ea63b5

FSRS = 1.4.3 (Enabled: false)

Crash Reports Enabled = true

Yeeeeees thanks alot problem solved​:heart::heart:

If you don’t mind, can you upgrade to the latest alpha and see if this is still an issue? Find the download file here: Releases · ankidroid/Anki-Android · GitHub.