Skip to content

Commit

Permalink
Sync naming of ui and domain model
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Nov 13, 2023
1 parent ea464ea commit 64fd9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/mc/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ function QuestionSetEditor({
/>
</label>
<div className="form-group">
<h3 className="text-lg font-bold mb-2">Choices:</h3>
<table className="border-collapse border border-slate-400">
<thead>
<tr>
<th className="border border-slate-300">Choice</th>
<th className="border border-slate-300">Answer</th>
<th className="border border-slate-300">Correct</th>
<th className="border border-slate-300">Fixed Position</th>
</tr>
Expand Down

0 comments on commit 64fd9c6

Please sign in to comment.